File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
03_GettingData/02_02_readingHDF5 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ knit_hooks$set(plot = knitr:::hook_plot_html)
36
36
37
37
* Used for storing large data sets
38
38
* Supports storing a range of data types
39
- * Heirarchical data format
39
+ * Hierarchical data format
40
40
* _ groups_ containing zero or more data sets and metadata
41
41
* Have a _ group header_ with group name and list of attributes
42
42
* Have a _ group symbol table_ with a list of objects in group
@@ -134,4 +134,4 @@ h5read("example.h5","foo/A")
134
134
* hdf5 can be used to optimize reading/writing from disc in R
135
135
* The rhdf5 tutorial:
136
136
* [ 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 )
137
- * The HDF group has informaton on HDF5 in general [ http://www.hdfgroup.org/HDF5/ ] ( http://www.hdfgroup.org/HDF5/ )
137
+ * The HDF group has informaton on HDF5 in general [ http://www.hdfgroup.org/HDF5/ ] ( http://www.hdfgroup.org/HDF5/ )
You can’t perform that action at this time.
0 commit comments