Example Seurat

example_seurat

Format

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

Examples

if (FALSE) { library(Seurat) data("pbmc_small") example_seurat <- Seurat::UpdateSeuratObject(pbmc_small) usethis::use_data(example_seurat, overwrite = T) }