reduce_h5_list: Reduce a list-of-lists of h5_list objects to a single,...

Description Usage Arguments Value

View source: R/filter_rna_h5.R

Description

Reduce a list-of-lists of h5_list objects to a single, concatenated object.

Usage

1
reduce_h5_list(h5_ll, sparse_matrices = c("matrix"))

Arguments

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.

Value

An h5_list object with the structure of a single h5_list within the h5_ll object.


AllenInstitute/BarMixer documentation built on Dec. 17, 2021, 8:42 a.m.