-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathDESCRIPTION
47 lines (47 loc) · 846 Bytes
/
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
Package: ktplots
Title: Plot single-cell data dotplots
Version: 2.4.2
Authors@R: person("Kelvin", "Tuong", email = c("[email protected]"), role = c("aut", "cre"))
Description: Plotting tools for scData.
License: MIT + file LICENSE
Encoding: UTF-8
biocViews:
Imports:
devtools,
Matrix,
dplyr,
ggplot2,
ggraph,
ggrepel,
reshape2,
viridis,
gtools,
RColorBrewer,
purrr,
circlize,
ComplexHeatmap,
pheatmap
Suggests:
SummarizedExperiment,
SingleCellExperiment,
scater,
testthat,
covr,
plyr,
styler
LazyData: false
RoxygenNote: 7.3.2
Collate:
'combine_cpdb.R'
'correlationSpot.R'
'data.R'
'geneDotPlot.R'
'init_ktplots.R'
'ktplots.R'
'misc.R'
'utils.R'
'plot_cpdb.R'
'plot_cpdb2.R'
'plot_cpdb3.R'
'plot_cpdb4.R'
'plot_cpdb_heatmap.R'