Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.Rmd #75

Merged
merged 1 commit into from
May 13, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 03_GettingData/02_02_readingHDF5/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ knit_hooks$set(plot = knitr:::hook_plot_html)

* Used for storing large data sets
* Supports storing a range of data types
* Heirarchical data format
* Hierarchical data format
* _groups_ containing zero or more data sets and metadata
* Have a _group header_ with group name and list of attributes
* Have a _group symbol table_ with a list of objects in group
Expand Down Expand Up @@ -134,4 +134,4 @@ h5read("example.h5","foo/A")
* hdf5 can be used to optimize reading/writing from disc in R
* The rhdf5 tutorial:
* [http://www.bioconductor.org/packages/release/bioc/vignettes/rhdf5/inst/doc/rhdf5.pdf](http://www.bioconductor.org/packages/release/bioc/vignettes/rhdf5/inst/doc/rhdf5.pdf)
* The HDF group has informaton on HDF5 in general [http://www.hdfgroup.org/HDF5/](http://www.hdfgroup.org/HDF5/)
* The HDF group has informaton on HDF5 in general [http://www.hdfgroup.org/HDF5/](http://www.hdfgroup.org/HDF5/)