BachMammaryData: Obtain the Bach mammary data

Description Usage Arguments Details Value Author(s) References Examples

View source: R/BachMammaryData.R

Description

Obtain the mouse mammary gland single-cell RNA-seq data from Bach et al. (2017).

Usage

1
2
3
4
BachMammaryData(
  samples = c("NP_1", "NP_2", "G_1", "G_2", "L_1", "L_2", "PI_1", "PI_2"),
  location = TRUE
)

Arguments

samples

A character vector with at least one element, specifying which samples(s) to retrieve.

location

Logical scalar indicating whether genomic coordinates should be returned.

Details

Column metadata is extracted from the sample annotation in GSE106273, and refers to the developmental stage of the mammary gland.

If multiple samples are specified in samples, the count matrices will be cbinded together. Cells originating from different samples are identifiable by the "Sample" field in the column metadata.

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/bach-mammary.

Value

A SingleCellExperiment object with a single matrix of UMI counts.

Author(s)

Aaron Lun

References

Bach K et al. (2017). Differentiation dynamics of mammary epithelial cells revealed by single-cell RNA sequencing. Nat Commun. 8(1), 2128

Examples

1
sce <- BachMammaryData(samples="NP_1")

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