-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
68 lines (68 loc) · 2.4 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: saseR
Type: Package
Title: Scalable Aberrant Splicing and Expression Retrieval
Date: 2023-06-01
Version: 0.99.9
Description: saseR is a highly performant and fast framework for aberrant expression and splicing analyses. The main functions are:
\itemize{
\item \code{\link{BamtoAspliCounts}} - Process BAM files to ASpli counts
\item \code{\link{convertASpli}} - Get gene, bin or junction counts from ASpli SummarizedExperiment
\item \code{\link{calculateOffsets}} - Create an offsets assays for aberrant expression or splicing analysis
\item \code{\link{saseRfindEncodingDim}} - Estimate the optimal number of latent factors to include when estimating the mean expression
\item \code{\link{saseRfit}} - Parameter estimation of the negative binomial distribution and compute p-values for aberrant expression and splicing
}
For information upon how to use these functions, check out our vignette at \url{https://github.com/statOmics/saseR/blob/main/vignettes/Vignette.Rmd} and the saseR paper: Segers, A. et al. (2023). Juggling offsets unlocks RNA-seq tools for fast scalable differential usage, aberrant splicing and expression analyses. bioRxiv. \url{https://doi.org/10.1101/2023.06.29.547014}.
Authors@R: c(person("Alexandre", "Segers", role = c("aut","cre"),
email = "[email protected]"),
person("Jeroen","Gilis", role="ctb",
email = "[email protected]"),
person("Mattias","Van Heetvelde", role="ctb",
email = "[email protected]"),
person("Elfride","De Baere", role="ctb",
email = "[email protected]"),
person("Lieven","Clement", role="ctb",
email = "[email protected]"))
Depends: R (>= 4.3.0)
Imports: ASpli,
S4Vectors,
BiocGenerics,
GenomicFeatures,
MASS,
PRROC,
SummarizedExperiment,
edgeR,
pracma,
precrec,
BiocParallel,
DESeq2,
DEXSeq,
data.table,
limma,
methods,
GenomicRanges,
GenomicAlignments,
rrcov,
MatrixGenerics,
stats,
IRanges,
knitr,
dplyr,
igraph,
parallel
VignetteBuilder: knitr
License: Artistic-2.0
URL: https://github.com/statOmics/saseR, https://doi.org/10.1101/2023.06.29.547014
Encoding: UTF-8
LazyData: FALSE
RoxygenNote: 7.2.3
biocViews:
DifferentialExpression,
DifferentialSplicing,
Regression,
GeneExpression,
AlternativeSplicing,
RNASeq,
Sequencing,
Software
BugReports:
https://github.com/statOmics/saseR/issues