SingleCellExperiment¶
This package provides container class to represent single-cell experimental data as 2-dimensional matrices. In these matrices, the rows typically denote features or genomic regions of interest, while columns represent cells. In addition, a SingleCellExperiment
(SCE) object may contain low-dimensionality embeddings, alternative experiments performed on same sample or set of cells. Follows Bioconductor’s SingleCellExperiment.
Install¶
To get started, install the package from PyPI
pip install singlecellexperiment