Package: h5mread 0.99.4
h5mread: A fast HDF5 reader
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.
Authors:
h5mread_0.99.4.tar.gz
h5mread_0.99.4.zip(r-4.5)h5mread_0.99.4.zip(r-4.4)
h5mread_0.99.4.tgz(r-4.5-x86_64)h5mread_0.99.4.tgz(r-4.5-arm64)h5mread_0.99.4.tgz(r-4.4-x86_64)h5mread_0.99.4.tgz(r-4.4-arm64)
h5mread_0.99.4.tar.gz(r-4.5-noble)h5mread_0.99.4.tar.gz(r-4.4-noble)
h5mread.pdf |h5mread.html✨
h5mread/json (API)
NEWS
# Install 'h5mread' in R: |
install.packages('h5mread', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hpages/h5mread/issues
On BioConductor:h5mread-0.99.4(bioc 3.21)
infrastructuredatarepresentationdataimportopensslcurlzlib
Last updated 30 days agofrom:8aced109b7. Checks:1 OK, 1 NOTE, 6 WARNING. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 21 2025 |
R-4.5-win-x86_64 | WARNING | Feb 21 2025 |
R-4.5-mac-x86_64 | WARNING | Feb 21 2025 |
R-4.5-mac-aarch64 | WARNING | Feb 21 2025 |
R-4.5-linux-x86_64 | NOTE | Feb 21 2025 |
R-4.4-win-x86_64 | WARNING | Feb 21 2025 |
R-4.4-mac-x86_64 | WARNING | Feb 21 2025 |
R-4.4-mac-aarch64 | WARNING | Feb 21 2025 |
Exports:close.H5Fileclose.H5FileIDdestroy_H5DSetDescriptordim_as_integerfind_dims_to_collapseget_h5dimnamesget_h5mread_returned_typeh5chunkdimh5dimH5DSetDescriptorh5existsH5FileH5FileIDh5isdataseth5isgrouph5lsh5mreadh5mread_from_reshapedh5readDimnamesh5writeDimnamesopen.H5Fileopen.H5FileIDpathset_h5dimnamesshowvalidate_lengths_of_h5dimnames
Dependencies:abindBiocGenericscrayongenericsIRangeslatticeMatrixMatrixGenericsmatrixStatsrhdf5rhdf5filtersRhdf5libS4ArraysS4VectorsSparseArrayXVector
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Get the dimensions of an HDF5 dataset | dim_as_integer h5chunkdim h5dim h5exists h5isdataset h5isgroup |
H5File objects | character_OR_H5File character_OR_H5File-class class:character_OR_H5File class:H5DSetDescriptor class:H5File class:H5FileID close.H5File close.H5FileID coerce,H5File,H5IdComponent-method destroy_H5DSetDescriptor H5DSetDescriptor H5DSetDescriptor-class H5File H5File-class H5FileID H5FileID-class open.H5File open.H5FileID path,H5File-method show,H5DSetDescriptor-method show,H5File-method show,H5FileID-method |
A wrapper to rhdf5::h5ls() that works on H5File objects | h5ls |
An alternative to 'rhdf5::h5read' | get_h5mread_returned_type h5mread |
Read data from a virtually reshaped HDF5 dataset | find_dims_to_collapse h5mread_from_reshaped |
Write/read the dimnames of an HDF5 dataset | get_h5dimnames h5readDimnames h5writeDimnames set_h5dimnames validate_lengths_of_h5dimnames |