Description Usage Arguments Details Value Author(s) References Examples
View source: R/GrunPancreasData.R
Obtain the human pancreas single-cell RNA-seq data from Grun et al. (2016).
1 | GrunPancreasData(ensembl = FALSE, location = TRUE)
|
ensembl |
Logical scalar indicating whether the output row names should contain Ensembl identifiers. |
location |
Logical scalar indicating whether genomic coordinates should be returned. |
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
.
A SingleCellExperiment object with a single matrix of UMI counts.
Aaron Lun, using additional metadata obtained by Vladimir Kiselev.
Grun D et al. (2016). De novo prediction of stem cell identity using single-cell transcriptome data. Cell Stem Cell 19(2), 266-277.
1 | sce <- GrunPancreasData()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.