View source: R/XinPancreasData.R
XinPancreasData | R Documentation |
Obtain the human pancreas single-cell RNA-seq dataset from Xin et al. (2016).
XinPancreasData(ensembl = FALSE, location = TRUE, legacy = FALSE)
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. |
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
.
A SingleCellExperiment object with a single matrix of RPKMs.
Aaron Lun, using additional metadata obtained by Vladimir Kiselev.
Xin A et al. (2016). RNA sequencing of single human islet cells reveals type 2 diabetes genes. Cell Metab. 24(4), 608-615.
sce <- XinPancreasData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.