forked from kharchenkolab/pagoda2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.25 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
Package: pagoda2
Title: Single Cell Analysis and Differential Expression
Version: 0.1.0
Authors@R: c(person("Peter", "Kharchenko", email = "[email protected]", role = c("aut", "cre")),
person("Nikolas","Barkas", email="[email protected]", role="aut"),
person("Viktor", "Petukhov", email="[email protected]", role="ctb"))
Description: Single-cell RNA-seq Analysis
Depends: R (>= 3.2.1), Matrix, igraph
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
AnnotationDbi,
BiocGenerics,
base64enc,
dendsort,
igraph,
irlba,
MASS,
magrittr,
Matrix,
mgcv,
parallel,
plyr,
Rcpp,
RcppArmadillo,
RcppProgress,
rjson,
RMTstat,
Rook,
Rtsne,
urltools,
stats,
utils,
fastcluster
Suggests:
dbscan,
ggplot2,
GO.db,
pcaMethods,
pheatmap,
rgl,
robustbase,
org.Dr.eg.db,
org.Hs.eg.db,
org.Mm.eg.db,
knitr,
rmarkdown
Remotes:
bioc::3.3/AnnotationDbi,
bioc::3.3/BiocGenerics,
bioc::3.3/org.Dr.eg.db,
bioc::3.3/org.Hs.eg.db,
bioc::3.3/org.Mm.eg.db,
bioc::3.3/pcaMethods
VignetteBuilder: knitr
RoxygenNote: 6.1.1
LinkingTo: Rcpp, RcppArmadillo, RcppProgress, RcppEigen
NeedsCompilation: yes