Description Usage Arguments Value
Read FASTGenomics Matrix in sparse HDF5 format.
1 2 | readFGH5sparse(filename, chunk = NULL, chunkSize = 10000,
fromCell = NULL, toCell = NULL)
|
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. |
A sparse Matrix
of expression values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.