forked from cole-trapnell-lab/monocle3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
93 lines (93 loc) · 2.41 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
Package: monocle3
Title: Clustering, differential expression, and trajectory analysis for single-
cell RNA-Seq
Version: 1.0.0
Authors@R:
person(given = "Hannah",
family = "Pliner",
role = c("aut", "cre"),
email = "[email protected]")
person(given = "Xiaojie",
family = "Qiu",
role = c("aut", "cre"),
email = "[email protected]")
person(given = "Cole",
family = "Trapnell",
role = c("aut", "cre"),
email = "[email protected]")
Description: Monocle 3 performs clustering, differential expression and
trajectory analysis for single-cell expression experiments. It orders
individual cells according to progress through a biological process,
without knowing ahead of time which genes define progress through that
process. Monocle 3 also performs differential expression analysis,
clustering, visualization, and other useful tasks on single-cell expression
data. It is designed to work with RNA-Seq data, but could be used with
other types as well.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
LinkingTo:
Rcpp
Depends:
Biobase,
SingleCellExperiment
Imports:
assertthat (>= 0.2.1),
batchelor,
BiocGenerics (>= 0.28.0),
DelayedArray (>= 0.8.0),
DelayedMatrixStats (>= 1.4.0),
dplyr (>= 0.8.0.1),
ggplot2 (>= 3.1.1),
ggrepel (>= 0.8.1),
grr,
igraph (>= 1.2.4),
irlba (>= 2.3.3),
leidenbase,
limma (>= 3.38.3),
lmtest (>= 0.9-36),
MASS (>= 7.3-51.4),
Matrix (>= 1.2-17),
Matrix.utils,
methods,
pbapply (>= 1.4-0),
pbmcapply (>= 1.4.1),
pheatmap,
plotly (>= 4.9.0),
plyr (>= 1.8.4),
proxy (>= 0.4-23),
pscl (>= 1.5.2),
purrr (>= 0.3.2),
RANN (>= 2.6.1),
RColorBrewer,
Rcpp (>= 1.0.1),
reshape2 (>= 1.4.3),
rsample (>= 0.0.5),
RhpcBLASctl,
Rtsne (>= 0.15),
S4Vectors,
shiny,
slam (>= 0.1-45),
spdep (>= 1.1-2),
speedglm (>= 0.3-2),
stringr (>= 1.4.0),
SummarizedExperiment (>= 1.11.5),
uwot (>= 0.1.8),
tibble (>= 2.1.1),
tidyr (>= 0.8.3),
viridis (>= 0.5.1)
Suggests:
testthat (>= 2.1.0),
pryr (>= 0.1.4),
ggrastr,
knitr,
rmarkdown,
spelling,
scran
VignetteBuilder: knitr
Language: en-US
Remotes:
VPetukhov/ggrastr,
cole-trapnell-lab/leidenbase