KotliarovPBMCData: Obtain the Kotliarov CITE-seq data

Description Usage Arguments Details Value Author(s) References Examples

View source: R/KotliarovPBMCData.R

Description

Obtain the Kotliarov PBMC CITE-seq data from Kotliarov et al. (2020).

Usage

1
KotliarovPBMCData(mode = c("rna", "adt"), ensembl = FALSE, location = TRUE)

Arguments

mode

Character vector specifying whether to return either or both the RNA and ADT counts.

ensembl

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

location

Logical scalar indicating whether genomic coordinates should be returned.

Details

This dataset contains 20 samples from 2 experimental batches, where each batch contains 5 high and 5 low responders. The 10 samples per batch were mixed and distributed across the 6 lanes using a cell hashing approach.

The column metadata contains the following fields:

Note, no filtering has been performed based on the quality control metrics.

If ensembl=TRUE, the gene symbols in the RNA data 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 for the RNA data. 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/kotliarov-pbmc.

Value

A SingleCellExperiment object with a single matrix of UMI counts corresponding to the first mode, with an optional alternative Experiment if there is a second mode.

Author(s)

Stephany Orjuela, with modifications from Aaron Lun

References

Kotliarov et al. (2020). Broad immune activation underlies shared set point signatures for vaccine responsiveness in healthy individuals and disease activity in patients with lupus. Nat. Med. 26, 618–629

Examples

1

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