forked from jlaffy/scalop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.21 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
Package: scalop
Title: Single Cell Analysis Operations
Version: 1.1.0
Authors@R:
person(given = "Julie",
family = "Laffy",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: A toolbox for analyses of single-cell RNA-seq data. High-level functions include hca() for hierarchical clustering analysis and dea() for differential expression analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/jlaffy/scalop
BugReports: https://github.com/jlaffy/scalop/issues
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
biocViews:
Imports:
stats,
dplyr,
zeallot,
grid,
ggplot2,
Rcpp,
methods,
magrittr,
gtable,
tibble,
matrixStats,
grDevices,
graphics,
gridExtra,
stringr,
patchwork,
rlang,
scales,
reshape2,
biomaRt,
AnnotationDbi,
GO.db,
calibrate,
mixtools,
RColorBrewer,
nor1mix,
ggrepel,
msigdbr,
irlba,
Rtsne,
igraph,
plyr
Remotes: jlaffy/brewerland
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
pkgdown
VignetteBuilder: knitr
LinkingTo:
Rcpp