Description Usage Arguments Value
View source: R/filter_rna_h5.R
Reduce a list-of-lists of h5_list objects to a single, concatenated object.
1 | reduce_h5_list(h5_ll, sparse_matrices = c("matrix"))
|
h5_ll |
A list-of-lists containing h5_list objects generated by rhdf5::h5dump() or similar. |
sparse_matrices |
A vector of object names within each list that should be treated as dgCMatrices for combining. Default is "matrix", which is used by 10x. |
An h5_list object with the structure of a single h5_list within the h5_ll object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.