readFGH5sparse: Read FASTGenomics Matrix in sparse HDF5 format.

Description Usage Arguments Value

Description

Read FASTGenomics Matrix in sparse HDF5 format.

Usage

1
2
readFGH5sparse(filename, chunk = NULL, chunkSize = 10000,
  fromCell = NULL, toCell = NULL)

Arguments

filename

Name of FASTGenomics HDF5 file.

chunk

Optional 1-based number of chunk to read.

chunkSize

Number of cells per chunk, defaults to 10000.

fromCell

Optional 1-based index of first cell to read.

toCell

Optional 1-based index of last cell to read.

Value

A sparse Matrix of expression values.


clajusch/ClEvaR documentation built on May 9, 2019, 4:55 a.m.