This function creates an expression matrix from a 10X h5 file path
get10Xmatrix_h5(
path_to_data,
gene_ids = c("symbols", "ensembl"),
remove_zero_rows = TRUE,
split_by_type = TRUE
)
(list of) sparse expression matrix from 10X
If the .h5 10x file has multiple classes of features
(e.g. expression vs QC probes) or modalities (e.g. RNA and protein), and
split_by_type
param is TRUE
, multiple matrices will be returned