Bioc2026 Registration Open!

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

MaintainerAaron Lun <infinite.monkeys.with.keyboards@gmail.com>
AuthorAaron Lun [aut, cre]
LicenseGPL-3
System RequirementsC++17, GNU make
Downloads rank316
Source branchRELEASE_3_23
biocViewsDataImport, DataRepresentation, Infrastructure, Software

Documentation

Download

Dependencies

Imports: methods, beachmat, HDF5Array, DelayedArray, Rcpp

LinkingTo: Rcpp, assorthead, beachmat, Rhdf5lib

Suggests: testthat, BiocStyle, knitr, rmarkdown, rhdf5, Matrix

Reverse dependencies

Suggests Me (2): beachmat, sketchR