chihaya
Save Delayed Operations to a HDF5 File
Bioconductor version: 3.23 · Package version: 1.12.0
Saves the delayed operations of a DelayedArray to a HDF5 file. This enables efficient recovery of the DelayedArray's contents in other languages and analysis frameworks.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("chihaya") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [cre, aut] |
| License | GPL-3 |
| URL | https://github.com/ArtifactDB/chihaya-R |
| Bug Reports | https://github.com/ArtifactDB/chihaya-R/issues |
| System Requirements | C++17, GNU make |
| Downloads rank | 278 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Software |
Documentation
Download
Dependencies
Depends: DelayedArray
Imports: methods, Matrix, rhdf5, Rcpp, HDF5Array
Suggests: BiocGenerics, S4Vectors, BiocSingular, ResidualMatrix, BiocStyle, testthat, rmarkdown, knitr
Reverse dependencies
Suggests Me (1): alabaster.matrix