h5mat {BiocSklearn} | R Documentation |
create a file connection to HDF5 matrix
h5mat(file, dsname = "assay001")
file |
a pathname to an HDF5 file |
dsname |
internal name of HDF5 matrix to use |
instance of (S3) h5py._hl.files.File
fn = system.file("ban_6_17/assays.h5", package="BiocSklearn") h5mat(fn)