beachmat.hdf5
beachmat bindings for HDF5-backed matrices
Bioconductor version: 3.23 · Package version: 1.10.0
Extends beachmat to support initialization of tatami matrices from HDF5-backed arrays. This allows C++ code in downstream packages to directly call the HDF5 C/C++ library to access array data, without the need for block processing via DelayedArray. Some utilities are also provided for direct creation of an in-memory tatami matrix from a HDF5 file.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("beachmat.hdf5") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre] |
| License | GPL-3 |
| System Requirements | C++17, GNU make |
| Downloads rank | 316 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Infrastructure, Software |