-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
Package: cellcall
Title: inference of intercellular networks from single-cell
transcriptomics
Version: 1.0.7
Authors@R:
person(given = "Tianyuan",
family = "Liu",
role = c("aut", "cre"),
email = "biocoder1024@hotmail.com")
Description: inference of intercellular networks from
single-cell transcriptomics
License: Artistic-2.0
Encoding: UTF-8
Language: English
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
graphics (>= 3.6.0),
stringr (>= 1.4.0),
methods (>= 3.6.0),
dplyr (>= 1.0.0),
psych (>= 1.9.12.31),
clusterProfiler (>= 3.14.3),
stats (>= 3.6.0),
magrittr (>= 2.0.1),
utils (>= 3.6.0),
circlize (>= 0.4.10),
gridBase (>= 0.4.7),
grid (>= 3.6.0),
ComplexHeatmap (>= 2.2.0),
pheatmap (>= 1.0.12),
ggalluvial (>= 0.12.1),
ggplot2 (>= 3.3.2),
RColorBrewer (>= 1.1.2),
jsonlite (>= 1.7.0),
networkD3 (>= 0.4),
reshape2 (>= 1.4.4),
tidyr (>= 1.1.0),
enrichplot (>= 1.6.1),
ggrepel (>= 0.8.2),
ggridges (>= 0.5.2),
DOSE (>= 3.12.0)