View source: R/KotliarovPBMCData.R
KotliarovPBMCData | R Documentation |
Obtain the Kotliarov PBMC CITE-seq data from Kotliarov et al. (2020).
KotliarovPBMCData(
mode = c("rna", "adt"),
ensembl = FALSE,
location = TRUE,
legacy = FALSE
)
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. |
legacy |
Logical scalar indicating whether to pull data from ExperimentHub. By default, we use data from the gypsum backend. |
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:
sample*
: identifiers for the sample of origin for each cell.
adjmfc.time
: type of responder for each sample.
tenx_lane
: 10X lane from which each cell was collected.
batch
: the batch of origin.
barcode_check
: barcode identifier.
hash_*
and hto_*
columns: HTOdemux outputs.
DEMUXLET.*
columns: demuxlet outputs.
joint_classification_global
: HTOdemux and demuxlet joint classification.
nGene
: number of genes as defined from Seurat's CreateSeuratObject
.
nUMI
: number of UMIs as defined from Seurat's CreateSeuratObject
.
pctMT
: percent of mitochondrial reads as defined from Seurat's CreateSeuratObject
.
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
.
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
.
Stephany Orjuela, with modifications from Aaron Lun
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
sce <- KotliarovPBMCData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.