-
Notifications
You must be signed in to change notification settings - Fork 30
/
DESCRIPTION
45 lines (45 loc) · 886 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
Package: scRNAtoolVis
Title: Making ScRNA-seq Visualization More Easier and Better
Version: 0.1.0
Authors@R:
person("Jun", "Zhang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Some useful functions to visualize scRNA-seq figures.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
biocViews: Software, Visualization
Remotes:
junjunlab/jjAnno,
junjunlab/jjPlot,
sajuukLyu/ggunchull
Imports:
jjAnno,
jjPlot,
ggunchull,
circlize,
ComplexHeatmap,
cowplot,
dplyr,
geomtextpath,
ggalluvial,
ggdendro,
ggh4x,
ggplot2,
ggrepel,
ggsci,
grid,
magrittr,
patchwork,
plyr,
purrr,
reshape2,
scales,
Seurat,
stats,
utils
Depends:
tidyverse,
R (>= 2.10)
LazyData: true