load.h5: Load h5 data as data.frame

load.h5R 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


iCellR documentation built on May 29, 2024, 5:14 a.m.

Related to load.h5 in iCellR...