load_example_seurat | R Documentation |
A preprocessed Seurat object containing single-cell RNA sequencing data for demonstration and testing purposes across functions in the PopComm package. The object includes normalized expression data, metadata with sample and cell type annotations, and basic preprocessing steps (e.g., dimensionality reduction).
load_example_seurat()
A Seurat
object with the following slots:
RNA count matrix normalized by log1p.
Dataframe containing metadata columns:
sample
: Sample identifier (e.g., "sample1", "sample2").
broad.cell.type
: Cell type annotations (e.g., "Cardiac", "Fibroblast").
PCA and UMAP embeddings for visualization.
A Seurat
object containing example single-cell RNA-seq data.
If the download fails, the function returns NULL
.
Subset of snRNA-seq data analyzed in our study, processed via standard workflow (see manuscript for details). Full dataset available at Zenodo (DOI: 10.XXXX/zenodo.XXXXX).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.