-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
59 lines (59 loc) · 1.79 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
Package: SpatialExperiment
Version: 1.15.2
Title: S4 Class for Spatially Resolved -omics Data
Description: Defines an S4 class for storing data from spatial -omics experiments.
The class extends SingleCellExperiment to
support storage and retrieval of additional information from spot-based and
molecule-based platforms, including spatial coordinates, images, and
image metadata. A specialized constructor function is included for data
from the 10x Genomics Visium platform.
Authors@R: c(
person("Dario", "Righelli", role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID="0000-0003-1504-3583")),
person("Davide", "Risso", role=c("aut"),
email="[email protected]",
comment=c(ORCID="0000-0001-8508-5012")),
person("Helena L.", "Crowell", role=c("aut"),
email="[email protected]",
comment=c(ORCID="0000-0002-4801-1767")),
person("Lukas M.", "Weber", role=c("aut"),
email="[email protected]",
comment=c(ORCID="0000-0002-3282-1730")),
person("Nicholas J.", "Eagles", role=c("ctb"),
email="[email protected]"))
URL: https://github.com/drighelli/SpatialExperiment
BugReports: https://github.com/drighelli/SpatialExperiment/issues
License: GPL-3
Encoding: UTF-8
biocViews:
DataRepresentation,
DataImport,
Infrastructure,
ImmunoOncology,
GeneExpression,
Transcriptomics,
SingleCell,
Spatial
Depends:
methods,
SingleCellExperiment
Imports:
rjson,
grDevices,
magick,
utils,
S4Vectors,
SummarizedExperiment,
BiocGenerics,
BiocFileCache
Suggests:
knitr,
rmarkdown,
testthat,
BiocStyle,
BumpyMatrix,
DropletUtils,
VisiumIO
VignetteBuilder: knitr
RoxygenNote: 7.3.1