HDF5Summary: Summary of HDF5 file structure

Description Usage Arguments Note Author(s) See Also Examples

Description

Outputs a summary of a HDF5 File.

Usage

1
HDF5Summary(filename,options)

Arguments

filename

HDF5 file name

fullDetail if "true", the dataset size and data type will be returned.
if "false, only the names are returned (default)

Note

None at this time

Author(s)

Wilson Lau

See Also

HDF5ReadData HDF5WriteData HDF5ReadAttribute HDF5WriteAttribute

Examples

1
2
3
4
5
6
 
 # summary of a hdf5 file
 summary<-HDF5Summary("./Kidneycortex_Female_W10.h5")

 # summary of the file with dataset size and type
 summary<-HDF5Summary("./Kidneycortex_Female_W10.h5",options=list(fullDetail="true"))

Sage-Bionetworks/rHDF5 documentation built on May 9, 2019, 12:13 p.m.