XinPancreasData: Obtain the Xin pancreas data

Description Usage Arguments Details Value Author(s) References Examples

View source: R/XinPancreasData.R

Description

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

Usage

1
XinPancreasData(ensembl = FALSE, location = TRUE)

Arguments

ensembl

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

location

Logical scalar indicating whether genomic coordinates should be returned.

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

1
sce <- XinPancreasData()

drisso/scRNAseq documentation built on Feb. 16, 2021, 1:18 a.m.