-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.13 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: scRUtils
Type: Package
Title: Single-Cell Sequencing Analysis Utilities
Version: 0.3.8
Authors@R:
person(
given = "I-Hsuan",
family = "Lin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6207-1299")
)
Description: Provides utility functions for performing single-cell data analyses,
focusing on providing additional plotting functionality, perform enrichR
analysis on list of objects, etc.
Depends:
R (>= 4.1.0),
stats,
grDevices,
utils,
grid
Imports:
S4Vectors,
SingleCellExperiment,
SummarizedExperiment,
bluster,
circlize (>= 0.4.12),
ComplexHeatmap (>= 2.13),
cowplot,
dplyr,
enrichR (>= 3.1),
ggbeeswarm,
ggforce,
ggnewscale,
ggplot2,
ggrepel,
rlang,
scales,
scater,
scuttle,
tibble,
tidyr
Suggests:
BiocStyle,
CellChat,
DelayedMatrixStats,
Matrix,
DESeq2,
edgeR,
gtools,
knitr,
rmarkdown,
testthat,
viridis
VignetteBuilder: knitr
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2