TasicBrainData: Obtain the Tasic brain data

Description Usage Arguments Details Value Author(s) References Examples

View source: R/TasicBrainData.R

Description

Obtain the mouse brain single-cell RNA-seq data from Tasic et al. (2015).

Usage

1
TasicBrainData(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

Column metadata is provided in the same form as supplied in GSE71585. This contains information such as the reporter gene expressed in each cell, the mouse line, dissection type and so on.

Count data for ERCC spike-ins are stored in the "ERCC" entry of the altExps. Note that some of the spike-in rows have NA observations for some (but not all) cells.

The last 9 columns (containing _CTX_ in their names) correspond to no-cell control libraries.

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/tasic-brain.

Value

A SingleCellExperiment object with a single matrix of read counts.

Author(s)

Aaron Lun

References

Tasic A et al. (2016). Adult mouse cortical cell taxonomy revealed by single cell transcriptomics. Nat. Neurosci. 19(2), 335-46.

Examples

1
sce <- TasicBrainData()

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