-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
89 lines (89 loc) · 2.27 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
85
86
87
88
89
Package: SpatialData
Title: Representation of Python's SpatialData in R
Depends: R (>= 4.4)
Version: 0.99.22
Description: Interface to Python's 'SpatialData', currently including:
reticulate-based use of 'spatialdata-io' for reading of manufracturer
data and writing to .zarr, on-disk representation of images/labels as
'ZarrArray's ('Rarr') and shapes/points as 'arrow' objects, and method
drafts for visualization and coordinate system handling.
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:
arrow,
basilisk,
BiocGenerics,
DelayedArray,
dplyr,
geoarrow,
graph,
jsonlite,
Matrix,
methods,
Rarr,
RBGL,
reticulate,
sf,
S4Arrays,
S4Vectors,
SingleCellExperiment,
SummarizedExperiment,
zellkonverter
Suggests:
BiocStyle,
ggnewscale,
knitr,
magick,
paws,
Rgraphviz,
SpatialData.data,
SpatialData.plot,
testthat,
DT
Enhances:
patchwork,
anndataR,
pizzarr
Remotes:
keller-mark/pizzarr,
keller-mark/anndataR@spatialdata,
HelenaLC/SpatialData.plot,
HelenaLC/SpatialData.data
biocViews:
DataImport,
DataRepresentation,
Infrastructure,
ImmunoOncology,
GeneExpression,
Transcriptomics,
SingleCell,
Spatial
License: Artistic-2.0
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/HelenaLC/SpatialData
BugReports: https://github.com/HelenaLC/SpatialData/issues