-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
81 lines (81 loc) · 1.62 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
Package: cacoa
Title: Case-Control Analysis Tools for Single-Cell RNA-Seq
Version: 0.5.0
Authors@R: c(person("Peter", "Kharchenko", email = "[email protected]", role = c("aut", "cre")), person("Viktor","Petukhov", email="[email protected]", role="aut"))
Description: Case-Control Analysis tools for single-cell RNA-seq.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 3.5.0), Matrix
biocViews:
Imports:
ape,
cowplot,
dplyr,
ggplot2,
ggrepel,
grDevices,
igraph,
ks,
magrittr,
MASS,
matrixTests,
methods,
plyr,
R6,
reshape2,
rlang,
sccore (>= 1.0.3),
tibble,
tidyr,
tidytree
Suggests:
abind,
BiocParallel,
candisc,
cluster,
clusterProfiler (>= 3.0.0),
coda.base,
conos,
DESeq2,
DOSE,
e1071,
edgeR,
EnhancedVolcano,
enrichplot,
entropy,
fabia,
ggdendro,
ggrastr (>= 0.1.7),
ggtree,
GOfuncR,
graph,
irlba,
jsonlite,
leidenAlg,
limma,
matrixStats (>= 0.60.1),
N2R,
pagoda2,
psych,
purrr,
quadprog,
RColorBrewer,
Rgraphviz,
Rtsne,
scales,
scran,
Seurat,
SummarizedExperiment,
testthat (>= 3.1.0),
viridis
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LinkingTo: Rcpp, RcppArmadillo, RcppEigen, RcppProgress, sccore
NeedsCompilation: yes
SystemRequirements: C++11
URL: https://github.com/kharchenkolab/cacoa
BugReports: https://github.com/kharchenkolab/cacoa/issues
Author: Peter Kharchenko [aut, cre], Viktor Petukhov [aut]
Maintainer: Peter Kharchenko <[email protected]>
LazyData: true