-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 924 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
Package: alabaster.ranges
Title: Load and Save Ranges-related Artifacts from File
Version: 1.5.2
Date: 2024-06-21
Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="[email protected]")
License: MIT + file LICENSE
Description:
Save GenomicRanges, IRanges and related data structures 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:
GenomicRanges,
alabaster.base
Imports:
methods,
S4Vectors,
BiocGenerics,
IRanges,
GenomeInfoDb,
rhdf5
Suggests:
testthat,
knitr,
BiocStyle,
jsonlite
VignetteBuilder: knitr
RoxygenNote: 7.2.3
biocViews:
DataImport,
DataRepresentation