- Home
- Bioconductor 3.17
- Software Packages
- rhdf5client
rhdf5client
This package is for version 3.17 of Bioconductor; for the stable, up-to-date release version, see rhdf5client.
Access HDF5 content from HDF Scalable Data Service
Bioconductor version: 3.17
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], Vincent Carey [cre, aut]
Maintainer: Vincent Carey <stvjc at channing.harvard.edu>
citation("rhdf5client")):
Installation
To install this package, start R (version "4.3") 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.