To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("rhdf5")
    In most cases, you don't need to download the package archive at all.
Bioconductor version: 2.13
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.
Author: Bernd Fischer, Gregoire Pau
Maintainer: Bernd Fischer <bernd.fischer at embl.de>
Citation (from within R,
      enter citation("rhdf5")):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("rhdf5")
    To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("rhdf5")
    
| R Script | rhdf5 | |
| Reference Manual | ||
| Text | NEWS | 
| biocViews | Infrastructure, Software | 
| Version | 2.6.0 | 
| In Bioconductor since | BioC 1.6 (R-2.1) or earlier | 
| License | Artistic-2.0 | 
| Depends | methods | 
| Imports | zlibbioc | 
| Suggests | bit64, BiocStyle | 
| System Requirements | GNU make | 
| URL | |
| Depends On Me | |
| Imports Me | h5vc | 
| Suggests Me | 
Follow Installation instructions to use this package in your R session.
| Package Source | rhdf5_2.6.0.tar.gz | 
| Windows Binary | rhdf5_2.6.0.zip (32- & 64-bit) | 
| Mac OS X 10.6 (Snow Leopard) | rhdf5_2.6.0.tgz | 
| Browse/checkout source | (username/password: readonly) | 
| Package Downloads Report | Download Stats | 
 
  
  Common Bioconductor workflows include:
 
  
  Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!