-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
60 lines (60 loc) · 1.69 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
Package: ggspavis
Version: 1.9.10
Title: Visualization functions for spatial transcriptomics data
Description: Visualization functions for spatial transcriptomics data. Includes
functions to generate several types of plots, including spot plots, feature
(molecule) plots, reduced dimension plots, spot-level quality control (QC)
plots, and feature-level QC plots, for datasets from the 10x Genomics
Visium and other technological platforms. Datasets are assumed to be in
either SpatialExperiment or SingleCellExperiment format.
Authors@R: c(
person("Lukas M.", "Weber",
email = "lmweberedu@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3282-1730")),
person("Helena L.", "Crowell",
email = "helena.crowell@uzh.ch",
role = c("aut"),
comment = c(ORCID = "0000-0002-4801-1767")),
person("Yixing E.", "Dong",
email = "estelladong729@gmail.com",
role = c("aut"),
comment = c(ORCID = "0009-0003-5115-5686")))
URL: https://github.com/lmweber/ggspavis
BugReports: https://github.com/lmweber/ggspavis/issues
License: MIT + file LICENSE
Encoding: UTF-8
biocViews:
Spatial,
SingleCell,
Transcriptomics,
GeneExpression,
QualityControl,
DimensionReduction
Depends:
ggplot2
Imports:
SpatialExperiment,
SingleCellExperiment,
SummarizedExperiment,
ggside,
grid,
ggrepel,
RColorBrewer,
scales,
grDevices,
methods,
stats
VignetteBuilder: knitr
Suggests:
BiocStyle,
rmarkdown,
knitr,
STexampleData,
BumpyMatrix,
scater,
scran,
uwot,
testthat,
patchwork
RoxygenNote: 7.3.1