read_h5_sce: Read .h5 directly into a SingleCellExperiment object

Description Usage Arguments Details Value

View source: R/read_rna_h5.R

Description

By default, matrix data will be stored in the "counts" assay.

Usage

1
read_h5_sce(h5_file, target = "matrix", ...)

Arguments

h5_file

the path to an .h5 file in 10x Genomics format

target

A matrix object in the .h5 file with a /features/ sub-group. Default is "matrix".

...

Additional parameters passed to SingleCellExperiment::SingleCellExperiment()

Details

CITE-seq data will be automatically detected and stored in the altExp called "ADT"

Value

a SingleCellExperiment Class object


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