-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 2.02 KB
/
DESCRIPTION
File metadata and controls
71 lines (71 loc) · 2.02 KB
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
Package: SpatialData.plot
Title: SpatialData visualization
Depends: R (>= 4.4), SpatialData
Version: 0.99.3
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="helena@crowell.eu",
comment=c(ORCID="0000-0002-4801-1767")),
person("Vince", "Carey",
role=c("aut"),
email="stvjc@channing.harvard.edu",
comment=c(ORCID="0000-0003-4046-0063")),
person("Yixing E.", "Dong",
role=c("aut"),
email="estelladong729@gmail.com",
comment=c(ORCID="0009-0003-5115-5686")),
person("Artür", "Manukyan",
role=c("aut"),
email="artur-man@hotmail.com",
comment=c(ORCID="0000-0002-0441-9517")),
person("Dario", "Righelli",
role=c("aut"),
email="dario.righelli@gmail.com",
comment=c(ORCID="0000-0003-1504-3583")),
person("Louise", "Deconinck",
role=c("aut"),
email="louise.deconinck@gmail.com",
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,
SpatialData.data,
testthat
remotes:
HelenaLC/SpatialData,
HelenaLC/SpatialData.data
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