This dataset contains the processed query dataset from the Bunis haematopoietic stem and progenitor cell data. It has been preprocessed to include log-normalized counts, QC metrics, SingleR cell type predictions, and annotation scores.
Source
Bunis DG et al. (2021). Single-Cell Mapping of Progressive Fetal-to-Adult Transition in Human Naive T Cells Cell Rep. 34(1): 108573
Details
This dataset underwent the following steps:
Loads the
hpcareference dataset usingfetchReferencefrom thecelldexpackage.Loads the QC dataset (Bunis haematopoietic stem and progenitor cell data) from Bunis DG et al. (2021).
Adds QC metrics to the QC dataset using the function
addPerCellQCMetricsfrom thescuttlepackage.Performs log normalization on the QC dataset using the function
logNormCountsfrom thescuttlepackage.Runs SingleR to predict cell types and assigns predicted labels to the QC dataset using the function
SingleRfrom theSingleRpackage.Assigns annotation scores to the QC dataset.
Selects specific columns (
total,SingleR_annotation,annotation_scores) from the cell metadata for downstream analysis.Selects highly variable genes (HVGs) using the function
getTopHVGsfrom thescranpackage on the QC dataset.
References
Bunis DG et al. (2021). Single-Cell Mapping of Progressive Fetal-to-Adult Transition in Human Naive T Cells Cell Rep. 34(1): 108573
Examples
# Load and explore the quality control dataset
data("qc_data")