load.h5 {iCellR} | R Documentation |
Load h5 data as data.frame
Description
This function reads hdf5 files.
Usage
load.h5(filename, feature.names = TRUE, uniq.rows = TRUE)
Arguments
filename |
path to the input (h5) file |
feature.names |
row names to be feature names or ID numbers. |
uniq.rows |
make row names unique. |
Value
The data frame object
[Package iCellR version 1.6.7 Index]