h5mat {BiocSklearn}R Documentation

create a file connection to HDF5 matrix

Description

create a file connection to HDF5 matrix

Usage

h5mat(file, dsname = "assay001")

Arguments

file

a pathname to an HDF5 file

dsname

internal name of HDF5 matrix to use

Examples

fn = system.file("ban_6_17/assays.h5", package="BiocSklearn")
h5mat(fn)

[Package BiocSklearn version 1.0.2 Index]