h5mread
A fast HDF5 reader
Bioconductor version: 3.23 · Package version: 1.4.0
The main function in the h5mread package is h5mread(), which allows reading arbitrary data from an HDF5 dataset into R, similarly to what the h5read() function from the rhdf5 package does. In the case of h5mread(), the implementation has been optimized to make it as fast and memory-efficient as possible.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("h5mread") Details
| Maintainer | Hervé Pagès <hpages.on.github@gmail.com> |
| Author | Hervé Pagès [aut, cre] (ORCID: <https://orcid.org/0009-0002-8272-4522>) |
| License | Artistic-2.0 |
| URL | https://bioconductor.org/packages/h5mread |
| Bug Reports | https://github.com/Bioconductor/h5mread/issues |
| System Requirements | GNU make |
| Downloads rank | 13125 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Infrastructure, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.5), methods, rhdf5, BiocGenerics, SparseArray
Imports: stats, tools, rhdf5filters, S4Vectors, IRanges, S4Arrays
LinkingTo: Rhdf5lib, S4Vectors
Suggests: BiocParallel, ExperimentHub, TENxBrainData, HDF5Array, testthat, knitr, rmarkdown, BiocStyle
Reverse dependencies
Depends On Me (1): HDF5Array
Imports Me (1): SpliceWiz
Suggests Me (1): MultiAssayExperiment