A Seurat object containing single-cell RNA-seq data from a mixture of three cell lines (H2228, H1975, HCC827). This dataset is used for demonstrating the MultiK workflow.
Format
A Seurat object with approximately 2,600 cells and the following structure:
- assays
RNA assay with count and normalized data
- meta.data
Cell metadata including cell line annotations
Examples
# \donttest{
data(p3cl)
p3cl
#> An object of class Seurat
#> 21247 features across 2609 samples within 1 assay
#> Active assay: RNA (21247 features, 0 variable features)
# }