-
Notifications
You must be signed in to change notification settings - Fork 57
/
DESCRIPTION
97 lines (97 loc) · 2.07 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Package: MAST
Type: Package
Title: Model-based Analysis of Single Cell Transcriptomics
Version: 1.25.0
Date: 2021-12-15
Authors@R: c(person("Andrew", "McDavid", email = "[email protected]", role = c("aut", "cre")),
person("Greg", "Finak", email="[email protected]", role='aut'),
person("Masanao", "Yajima", email="[email protected]", role='aut'))
VignetteBuilder: knitr
Imports:
Biobase,
BiocGenerics,
S4Vectors,
data.table,
ggplot2,
plyr,
stringr,
abind,
methods,
parallel,
reshape2,
stats,
stats4,
graphics,
utils,
SummarizedExperiment(>= 1.5.3),
progress
Depends:
SingleCellExperiment (>= 1.2.0),
R(>= 3.5)
Suggests:
knitr,
rmarkdown,
testthat,
lme4(>= 1.0),
blme,
roxygen2(> 6.0.0),
numDeriv,
car,
gdata,
lattice,
GGally,
GSEABase,
NMF,
TxDb.Hsapiens.UCSC.hg19.knownGene,
rsvd,
limma,
RColorBrewer,
BiocStyle,
scater,
DelayedArray,
Matrix,
HDF5Array,
zinbwave,
dplyr
Description: Methods and models for handling zero-inflated single cell
assay data.
License: GPL(>= 2)
Collate:
'AllGenerics.R'
'AllClasses.R'
'CovFromBoots.R'
'Fluidigm-methods.R'
'GSEA-by-boot.R'
'Hypothesis.R'
'LmWrapper.R'
'MAST-package.R'
'MultidimensionalScaling.R'
'RNASeqAssay-methods.R'
'Readers.R'
'SingleCellAssay-methods.R'
'UtilityFunctions.R'
'ZlmFit-bootstrap.R'
'ZlmFit-logFC.R'
'ZlmFit.R'
'bayesglm.R'
'convertMASTClassic.R'
'ebayes-helpers.R'
'filterEval.R'
'helper-methods.R'
'lmWrapper-bayesglm.R'
'lmWrapper-glm.R'
'lmWrapper-glmer.R'
'lmWrapper-ridge.R'
'lrtest.R'
'predict.R'
'stat_ell.R'
'thresholdSCRNA.R'
'zeroinf.R'
'zlmHooks.R'
RoxygenNote: 7.1.2
LazyData: true
biocViews: GeneExpression, DifferentialExpression, GeneSetEnrichment,
RNASeq, Transcriptomics, SingleCell
BugReports: https://github.com/RGLab/MAST/issues
URL: https://github.com/RGLab/MAST/
Encoding: UTF-8