-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
84 lines (84 loc) · 1.85 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: ggsc
Title: Visualizing Single Cell and Spatial Transcriptomics
Version: 1.5.0
Authors@R: c(
person("Guangchuang", "Yu",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6485-8781")
),
person("Shuangbin", "Xu",
email = "[email protected]",
role = "aut",
comment = c(ORCID="0000-0003-3513-5362")
),
person("Noriaki", "Sato",
email = "[email protected]",
role = "ctb")
)
Description: Useful functions to visualize single cell and spatial
data. It supports visualizing 'Seurat', 'SingleCellExperiment' and 'SpatialExperiment' objects through grammar of graphics syntax implemented in 'ggplot2'.
Imports:
Rcpp,
RcppParallel,
cli,
dplyr,
ggfun (>= 0.1.5),
ggplot2,
grDevices,
grid,
methods,
rlang,
scattermore,
stats,
Seurat,
SingleCellExperiment,
SummarizedExperiment,
tidydr,
tidyr,
tibble,
utils,
RColorBrewer,
yulab.utils,
scales
Suggests:
aplot,
BiocParallel,
forcats,
ggforce,
ggnewscale,
igraph,
knitr,
ks,
Matrix,
prettydoc,
rmarkdown,
scran,
scater,
scatterpie (>= 0.2.4),
scuttle,
shadowtext,
sf,
SeuratObject,
SpatialExperiment,
STexampleData,
testthat (>= 3.0.0),
MASS
BugReports: https://github.com/YuLab-SMU/ggsc/issues
URL: https://github.com/YuLab-SMU/ggsc (devel), https://yulab-smu.top/ggsc/ (docs)
biocViews: DimensionReduction, GeneExpression, SingleCell,
Software, Spatial, Transcriptomics,Visualization
VignetteBuilder: knitr
SystemRequirements: GNU make
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel
Remotes:
YuLab-SMU/SVP