SingleCellExperiment_splatter: Single cell experiment

SingleCellExperiment_splatterR Documentation

Single cell experiment

Description

Example SingleCellExperiment containing gene-level RNA-seq data simulated by the splatter package.

Usage

data(SingleCellExperiment_splatter)

Format

An object of class SingleCellExperiment with 100 rows and 400 columns.

Value

SingleCellExperiment.

Note

Updated 2022-03-07.

See Also

  • splatter::splatSimulate().

  • data(sc_example_counts, package = "scater").

Examples

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

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