Package: beachmat.hdf5 1.3.1

Aaron Lun

beachmat.hdf5: beachmat bindings for HDF5-backed matrices

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.

Authors:Aaron Lun [aut, cre]

beachmat.hdf5_1.3.1.tar.gz
beachmat.hdf5_1.3.1.zip(r-4.5)beachmat.hdf5_1.3.1.zip(r-4.4)beachmat.hdf5_1.3.1.zip(r-4.3)
beachmat.hdf5_1.3.1.tgz(r-4.4-arm64)beachmat.hdf5_1.3.1.tgz(r-4.4-x86_64)beachmat.hdf5_1.3.1.tgz(r-4.3-arm64)beachmat.hdf5_1.3.1.tgz(r-4.3-x86_64)
beachmat.hdf5_1.3.1.tar.gz(r-4.5-noble)beachmat.hdf5_1.3.1.tar.gz(r-4.4-noble)
beachmat.hdf5.pdf |beachmat.hdf5.html
beachmat.hdf5/json (API)
NEWS

# Install 'beachmat.hdf5' in R:
install.packages('beachmat.hdf5', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Uses libs:
  • zlib– Compression library
  • c++– GNU Standard C++ Library v3

On BioConductor:beachmat.hdf5-1.3.1(bioc 3.20)beachmat.hdf5-1.2.0(bioc 3.19)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

bioconductor-package

2 exports 0.36 score 20 dependencies

Last updated 2 months agofrom:1cc494d4e4

Exports:initializeCpploadIntoMemory

Dependencies:abindbeachmatBiocGenericscrayonDelayedArrayHDF5ArrayIRangeslatticeMatrixMatrixGenericsmatrixStatsRcpprhdf5rhdf5filtersRhdf5libS4ArraysS4VectorsSparseArrayXVectorzlibbioc

Using HDF5-backed matrices with beachmat

Rendered fromuserguide.Rmdusingknitr::rmarkdownon Jun 23 2024.

Last update: 2023-06-01
Started: 2023-06-01

Readme and manuals

Help Manual

Help pageTopics
Initialize HDF5-backed matrices.initializeCpp initializeCpp,H5SparseMatrixSeed-method initializeCpp,HDF5ArraySeed-method
Load a HDF5 matrix into memoryloadIntoMemory