GrunPancreasData: Obtain the Grun pancreas data

View source: R/GrunPancreasData.R

GrunPancreasDataR Documentation

Obtain the Grun pancreas data

Description

Obtain the human pancreas single-cell RNA-seq data from Grun et al. (2016).

Usage

GrunPancreasData(ensembl = FALSE, location = TRUE, legacy = FALSE)

Arguments

ensembl

Logical scalar indicating whether the output row names should contain Ensembl identifiers.

location

Logical scalar indicating whether genomic coordinates should be returned.

legacy

Logical scalar indicating whether to pull data from ExperimentHub. By default, we use data from the gypsum backend.

Details

Row metadata contains fields for the symbol and chromosomal location of each gene, as derived from the row names.

Column metadata is derived from the column names of the count matrix with the sample annotations in GSE81076. This includes the donor identity for each cell and the type of sample.

The "ERCC" entry in the altExps contains count data for the ERCC spike-in transcripts.

If ensembl=TRUE, the gene symbols are converted to Ensembl IDs in the row names of the output object. Rows with missing Ensembl IDs are discarded, and only the first occurrence of duplicated IDs is retained.

If location=TRUE, the coordinates of the Ensembl gene models are stored in the rowRanges of the output. Note that this is only performed if ensembl=TRUE.

All data are downloaded from ExperimentHub and cached for local re-use. Specific resources can be retrieved by searching for scRNAseq/grun-pancreas.

Value

A SingleCellExperiment object with a single matrix of UMI counts.

Author(s)

Aaron Lun, using additional metadata obtained by Vladimir Kiselev.

References

Grun D et al. (2016). De novo prediction of stem cell identity using single-cell transcriptome data. Cell Stem Cell 19(2), 266-277.

Examples

sce <- GrunPancreasData()


LTLA/scRNAseq documentation built on April 29, 2024, 12:34 p.m.