forked from kharchenkolab/conos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.32 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: conos
Title: Clustering on Netowrk of Samples
Version: 1.1.2
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="aut"))
Description: Wire together large collections of single-cell RNA-seq datasets. The package focuses on uniform
mapping of homologous cell types across heterogeneous sample collections. For instance, a collection of
dozens of peripheral blood samples from cancer patients, combined with dozens of controls. And perhaps also
including samples of a related tissue, such as lymph nodes.
Depends: R (>= 3.2.1), Matrix, igraph
License: GPL3
Encoding: UTF-8
LazyData: true
Imports:
abind,
cowplot,
d3heatmap,
dendextend,
dplyr,
entropy,
ggplot2,
ggrepel,
gridExtra,
heatmaply,
irlba,
magrittr,
Matrix.utils,
methods,
parallel,
reshape2,
Rcpp,
RcppArmadillo,
RcppProgress,
rlang,
Rtsne,
shiny,
stats,
utils,
viridis
Suggests:
DESeq2,
entropy,
ggrastr,
knitr,
pbapply,
rmarkdown,
Seurat,
shinycssloaders
VignetteBuilder: knitr
RoxygenNote: 6.1.1
LinkingTo: Rcpp, RcppArmadillo, RcppEigen, RcppProgress, igraph
NeedsCompilation: yes