- Home
- Bioconductor 3.22
- Software Packages
- rhdf5client
rhdf5client
This is the released version of rhdf5client; for the devel version, see rhdf5client.
Access HDF5 content from HDF Scalable Data Service
Bioconductor version: Release (3.22)
This package provides functionality for reading data from HDF Scalable Data Service from within R. The HSDSArray function bridges from HSDS to the user via the DelayedArray interface. Bioconductor manages an open HSDS instance graciously provided by John Readey of the HDF Group.
Author: Samuela Pollack [aut], Shweta Gopaulakrishnan [aut], BJ Stubbs [aut], Alexey Sergushichev [aut, cre], Vincent Carey [aut]
Maintainer: Alexey Sergushichev <alsergbox at gmail.com>
citation("rhdf5client")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("rhdf5client")
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("rhdf5client")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.