Description Usage Arguments Details Value Author(s) References Examples
View source: R/PollenGliaData.R
Obtain the human radial glia single-cell RNA-seq dataset from Pollen et al. (2017).
1 | PollenGliaData(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. |
Column metadata includes the anatomical source, sample of origin, presumed cell type and assorted alignment statistics.
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.
This is only performed when ensembl=TRUE
.
All data are downloaded from ExperimentHub and cached for local re-use.
Specific resources can be retrieved by searching for scRNAseq/pollen-glia
.
A SingleCellExperiment object with a single matrix of read counts.
Aaron Lun
Pollen A et al. (2017). Molecular identity of human outer radial glia during cortical development. Cell 163, 55-67.
1 | sce <- PollenGliaData()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.