forked from drighelli/SpatialExperiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.47 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
Package: SpatialExperiment
Type: Package
Title: S4 Class for Spatially Resolved Transcriptomics Data
Version: 1.5.2
Date: 2022-01-09
Authors@R: c(
person("Dario", "Righelli", role=c("aut", "cre"),
email="[email protected]"),
person("Davide", "Risso", role=c("aut"),
email="[email protected]"),
person("Helena L.", "Crowell", role=c("aut"),
email="[email protected]"),
person("Lukas M.", "Weber", role=c("aut"),
email="[email protected]")
)
Description: Defines an S4 class for storing data from spatially resolved
transcriptomics (ST) experiments. The class extends SingleCellExperiment to
support storage and retrieval of additional information from spot-based and
molecule-based ST platforms, including spatial coordinates, images, and
image metadata. A specialized constructor function is included for data
from the 10x Genomics Visium platform.
License: GPL-3
BugReports: https://github.com/drighelli/SpatialExperiment/issues
Encoding: UTF-8
LazyData: false
biocViews:
DataRepresentation, DataImport, ImmunoOncology, DataRepresentation,
Infrastructure, SingleCell, Transcriptomics, GeneExpression, Spatial
Depends: methods, SingleCellExperiment
Imports:
BiocFileCache, DropletUtils, rjson, magick, grDevices,
S4Vectors, SummarizedExperiment, BiocGenerics, utils
Suggests: knitr, rmarkdown, testthat, BiocStyle, BumpyMatrix
VignetteBuilder: knitr
RoxygenNote: 7.1.2