h5mread
This is the released version of h5mread; for the devel version, see h5mread.
A fast HDF5 reader
Bioconductor version: Release (3.21)
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.
Author: Hervé Pagès [aut, cre]
Maintainer: Hervé Pagès <hpages.on.github at gmail.com>
citation("h5mread")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("h5mread")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("h5mread")
The h5mread package | HTML | R Script |
Reference Manual | ||
NEWS | Text |
Details
biocViews | DataImport, DataRepresentation, Infrastructure, Software |
Version | 1.0.0 |
In Bioconductor since | BioC 3.21 (R-4.5) (< 6 months) |
License | Artistic-2.0 |
Depends | R (>= 4.5), methods, rhdf5, BiocGenerics, SparseArray |
Imports | stats, tools, rhdf5filters, S4Vectors, IRanges, S4Arrays |
System Requirements | GNU make |
URL | https://bioconductor.org/packages/h5mread |
Bug Reports | https://github.com/hpages/h5mread/issues |
See More
Suggests | BiocParallel, ExperimentHub, TENxBrainData, HDF5Array, testthat, knitr, rmarkdown, BiocStyle |
Linking To | Rhdf5lib, S4Vectors |
Enhances | |
Depends On Me | HDF5Array |
Imports Me | SpliceWiz |
Suggests Me | MultiAssayExperiment |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | h5mread_1.0.0.tar.gz |
Windows Binary (x86_64) | h5mread_1.0.0.zip |
macOS Binary (x86_64) | h5mread_1.0.0.tgz |
macOS Binary (arm64) | h5mread_1.0.0.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/h5mread |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/h5mread |
Bioc Package Browser | https://code.bioconductor.org/browse/h5mread/ |
Package Short Url | https://bioconductor.org/packages/h5mread/ |
Package Downloads Report | Download Stats |