| SingleCellExperiment_splatter | R Documentation | 
Example SingleCellExperiment containing gene-level RNA-seq data simulated
by the splatter package.
data(SingleCellExperiment_splatter)
An object of class SingleCellExperiment with 100 rows and 400 columns.
SingleCellExperiment.
Updated 2022-03-07.
splatter::splatSimulate().
data(sc_example_counts, package = "scater").
if (requireNamespace("SingleCellExperiment", quietly = TRUE)) {
    data(SingleCellExperiment_splatter)
    class(SingleCellExperiment_splatter)
    print(SingleCellExperiment_splatter)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.