-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 978 Bytes
/
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: alabaster.spatial
Title: Save and Load Spatial 'Omics Data to/from File
Description:
Save SpatialExperiment objects and their images into file artifacts, and load them back into memory.
This is a more portable alternative to serialization of such objects into RDS files.
Each artifact is associated with metadata for further interpretation;
downstream applications can enrich this metadata with context-specific properties.
Version: 1.7.1
Date: 2024-11-09
License: MIT + file LICENSE
Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="[email protected]")
Depends:
SpatialExperiment,
alabaster.base (>= 1.7.1)
Imports:
methods,
utils,
grDevices,
S4Vectors,
alabaster.sce,
rhdf5
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
DropletUtils,
magick,
png,
digest
VignetteBuilder: knitr
RoxygenNote: 7.3.2
biocViews:
DataImport,
DataRepresentation