SingleCellExperiment_Seurat: Single cell experiment

SingleCellExperiment_SeuratR Documentation

Single cell experiment

Description

Example SingleCellExperiment containing gene-level RNA-seq data.

Usage

data(SingleCellExperiment_Seurat)

Format

An object of class SingleCellExperiment with 230 rows and 80 columns.

Value

SingleCellExperiment.

Note

Updated 2022-03-04.

See Also

`data(pbmc_small, package = "Seurat")`.

Examples

if (requireNamespace("SingleCellExperiment", quietly = TRUE)) {
    data(SingleCellExperiment_Seurat)
    class(SingleCellExperiment_Seurat)
    print(SingleCellExperiment_Seurat)
}

acidgenomics/acidData documentation built on Nov. 9, 2023, 6:01 a.m.