Description Usage Arguments Value
View source: R/filter_rna_h5.R
This is very useful for subsetting the matrix based on column names.
1 | h5_list_convert_to_dgCMatrix(h5_list, target = "matrix", feature_names = "id")
|
h5_list |
a list object generated by running rhdf5::h5dump() on a 10x HDF5 file. |
target |
the group name for the sparse matrix. Default is "matrix", which is used by 10x. |
feature_names |
the group name in target/features to use for rownames. Must be either "id" or "name". Default is "id". |
a list object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.