Download and load the ircolitis tissue CD8 demo dataset
load_ircolitis_cd8.RdDownloads GSE206299_ircolitis-tissue-cd8.h5ad.gz from GEO on first call
and caches it under tools::R_user_dir(). Subsequent calls reuse the cache.
Used to demonstrate presto on a realistic single-cell dataset.
Usage
load_ircolitis_cd8(
cache_dir = tools::R_user_dir("presto", which = "cache"),
overwrite = FALSE,
verbose = TRUE
)Value
A list with elements:
counts- gene-by-celldgCMatrixof raw UMI counts.obs- cell metadatadata.frame(categorical fields decoded to character;UMAP1/UMAP2andPC1..PC24kept as numeric).var- gene metadatadata.frame.