-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 944 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
Package: alabaster.se
Title: Load and Save SummarizedExperiments from File
Version: 1.5.4
Date: 2024-10-16
Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="[email protected]")
License: MIT + file LICENSE
Description:
Save SummarizedExperiments 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.
Depends:
SummarizedExperiment,
alabaster.base
Imports:
methods,
alabaster.ranges,
alabaster.matrix,
BiocGenerics,
S4Vectors,
IRanges,
GenomicRanges,
jsonlite
Suggests:
rmarkdown,
knitr,
testthat,
BiocStyle
VignetteBuilder: knitr
RoxygenNote: 7.3.1
biocViews:
DataImport,
DataRepresentation