-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
69 lines (69 loc) · 1.96 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
Package: SpatialData.plot
Title: SpatialData visualization
Depends: R (>= 4.4), SpatialData
Version: 0.99.2
Description: Visualization suit for 'SpatialData' (R). Current functionality
includes handling of multiscale 'images', visualizing 'labels', 'points',
and 'shapes'. For the latter, POINT, POLYGON, and MULTIPOLYGON geometries
are supported. For all but 'images', there is support to pass information
from annotation 'tables' as aesthetics (e.g., 'colData' or 'assay' data).
Authors@R: c(
person("Helena L.", "Crowell",
role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID="0000-0002-4801-1767")),
person("Vince", "Carey",
role=c("aut"),
email="[email protected]",
comment=c(ORCID="0000-0003-4046-0063")),
person("Yixing E.", "Dong",
role=c("aut"),
email="[email protected]",
comment=c(ORCID="0009-0003-5115-5686")),
person("Artür", "Manukyan",
role=c("aut"),
email="[email protected]",
comment=c(ORCID="0000-0002-0441-9517")),
person("Dario", "Righelli",
role=c("aut"),
email="[email protected]",
comment=c(ORCID="0000-0003-1504-3583")),
person("Louise", "Deconinck",
role=c("aut"),
email="[email protected]",
comment=c(ORCID="0000-0001-8100-6823")))
Imports:
DelayedArray,
dplyr,
ggplot2,
ggforce,
methods,
rlang,
sf,
S4Vectors,
SingleCellExperiment,
Rarr
Suggests:
BiocStyle,
ggnewscale,
knitr,
magick,
patchwork,
Rgraphviz,
testthat
remotes:
HelenaLC/SpatialData
biocViews:
Spatial,
SingleCell,
Visualization,
Infrastructure,
ImmunoOncology,
GeneExpression,
Transcriptomics
License: Artistic-2.0
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/HelenaLC/SpatialData.plot
BugReports: https://github.com/HelenaLC/SpatialData.plot/issues