Description Usage Arguments Value
H5 group is converted to usable matrice including dense matrices and sparse matrices. Dense matrices(by R) and sparse matrices(constructed by Matrix package)
1 | h5_to_matrix(h5mat, obs.name = NULL, var.name = NULL)
|
h5 |
The name of the group the stores the matrix data in h5 file |
obs_names |
The observes names, such as cell names |
var_names |
The variables names, such as gene names |
dense matrix or sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.