singlecellexperiment.io package¶
Submodules¶
singlecellexperiment.io.h5ad module¶
singlecellexperiment.io.tenx module¶
- singlecellexperiment.io.tenx.read_tenx_h5(path, realize_assays=False)[source]¶
Read 10X H5 file as
SingleCellExperiment
.Note: Currently only supports version 3 of the 10X H5 format.
- Parameters:
- Return type:
- Returns:
A single-cell experiment object.
- singlecellexperiment.io.tenx.read_tenx_mtx(path)[source]¶
Read 10X Matrix market directory as
SingleCellExperiment
.- Parameters:
path (
str
) –Path to 10X MTX directory.
Directory must contain matrix.mtx, and optionally a genes.tsv to represent featires and barcodes.tsv for cell annotations.
- Return type:
- Returns:
A single-cell experiment object.