FletcherOlfactoryData: Obtain the Fletcher Olfactory data

Description Usage Arguments Details Value Author(s) References Examples

View source: R/FletcherOlfactoryData.R

Description

Obtain the mouse olfactory epithelial HBC stem cell differentiation dataset from Fletcher et al. (2017).

Usage

1
FletcherOlfactoryData(filtered = TRUE, ensembl = FALSE, location = TRUE)

Arguments

filtered

Logical scalar indicating whether to filter out cells that were not used by the authors.

ensembl

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

location

Logical scalar indicating whether genomic coordinates should be returned.

Details

Column metadata is scraped from GEO, using both the author-supplied “phenoData” per-cell annotations and the author-supplied “protocolData” per-cell annotations. The former includes information about the animals and the instruments, while the latter contains QC statistics.

We also included the clustering results from the authors' analysis.

If filtered=TRUE, only the cells used by the authors in their cluster analysis are returned. Otherwise, the cells not used by the authors will have NA in the clustering columns of the colData.

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.

All data are downloaded from ExperimentHub and cached for local re-use. Specific resources can be retrieved by searching for scRNAseq/fletcher-olfactory.

Value

A SingleCellExperiment object with a single matrix of read counts.

Author(s)

Davide Risso

References

Fletcher et al. (2017). Deconstructing Olfactory Stem Cell Trajectories at Single-Cell Resolution. Cell Stem Cell 20(6): 817–30.

Examples

1

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