XinPancreasData: Obtain the Xin pancreas data

View source: R/XinPancreasData.R

XinPancreasDataR Documentation

Obtain the Xin pancreas data

Description

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

Usage

XinPancreasData(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 data contains fields for the Entrez ID and symbol for each gene. Column metadata was obtained from the authors (indirectly, via the Hemberg group) and contains information such as the cell type labels and donor status.

If ensembl=TRUE, the Entrez IDs 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/xin-pancreas.

Value

A SingleCellExperiment object with a single matrix of RPKMs.

Author(s)

Aaron Lun, using additional metadata obtained by Vladimir Kiselev.

References

Xin A et al. (2016). RNA sequencing of single human islet cells reveals type 2 diabetes genes. Cell Metab. 24(4), 608-615.

Examples

sce <- XinPancreasData()


LTLA/scRNAseq documentation built on April 19, 2024, 10:36 a.m.