bioconductor-rhdf5¶
This R/Bioconductor package provides an interface between HDF5 and R. HDF5’s main features are the ability to store and access very large and/or complex datasets and a wide variety of metadata on mass storage (disk) through a completely portable file format. The rhdf5 package is thus suited for the exchange of large and/or complex datasets between R and other software package, and for letting R applications work on datasets that are larger than the available RAM.
Home | http://bioconductor.org/packages/release/bioc/html/rhdf5.html |
Versions | 2.14.0 |
License | Artistic-2.0 |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-rhdf5 |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install bioconductor-rhdf5
and update with:
conda update bioconductor-rhdf5