-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
executable file
·53 lines (53 loc) · 1.17 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
Package: celda
Title: CEllular Latent Dirichlet Allocation
Version: 0.99.8
Authors@R: c(person("Joshua", "Campbell", email = "[email protected]", role = c("aut", "cre")),
person("Sean", "Corbett", email = "[email protected]", role = c("aut")),
person("Yusuke", "Koga", email="[email protected]", role = c("aut")))
Description: celda leverages Bayesian hierarchical modeling to cluster genes,
cells, or both simultaneously from single cell sequencing data.
Depends:
R (>= 3.5),
SummarizedExperiment
Imports:
plyr,
foreach,
ggplot2,
RColorBrewer,
pheatmap,
grid,
scales,
gtable,
grDevices,
graphics,
matrixStats,
doParallel,
cluster,
digest,
gridExtra,
methods,
reshape2,
MAST,
GenomicRanges,
data.table,
Rcpp,
RcppEigen
Suggests:
testthat,
knitr,
roxygen2,
rmarkdown,
vcd,
corrplot,
Matrix,
biomaRt,
Rtsne,
covr
LinkingTo: Rcpp, RcppEigen
VignetteBuilder: knitr
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
BugReports: https://github.com/definitelysean/celda/issues
biocViews: SingleCell, GeneExpression, Clustering, Sequencing, Bayesian