-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.16 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
Package: Scillus
Type: Package
Title: Seurat wrapper package enhancing the processing and visualization of single cell data
Version: 0.5.0
Date: 2021-04-17
Author: Mingchu Xu
Maintainer: Mingchu Xu <[email protected]>
Authors@R: c(
person("Mingchu", "Xu", email = "[email protected]", role = c("aut", "cre")),
person("Zhongqi", "Ge", email = "[email protected]", role = "aut")
)
Description: Scillus is a wrapper package enhancing the visualization of single cell omics data.
Depends:
R (>= 3.6)
License: GPL-3 | file LICENSE
LazyData: TRUE
biocViews:
Imports:
circlize,
ComplexHeatmap,
data.table,
dplyr,
forcats,
formattable,
ggplot2,
magrittr,
patchwork,
plyr,
purrr,
RColorBrewer,
rlang,
scales,
Seurat,
stringr,
tibble,
tidyr
Collate:
"data.R"
"globals.R"
"helpers.R"
"processing.R"
"visualization.R"
Suggests:
clusterProfiler,
fgsea,
GSVA,
org.Hs.eg.db,
org.Mm.eg.db,
testthat
RoxygenNote: 7.1.1
Encoding: UTF-8