run_scseq_qc: Run quality control for single-cell dataset

View source: R/scseq_qc.R

run_scseq_qcR Documentation

Run quality control for single-cell dataset

Description

Run quality control for single-cell dataset

Usage

run_scseq_qc(
  sce,
  metrics = c("low_lib_size", "low_n_features", "high_subsets_mito_percent",
    "low_subsets_ribo_percent", "high_doublet_score")
)

Arguments

sce

SingleCellExperiment.

metrics

Character vector of metrics to remove outliers for.

Value

sce with outliers removed.


hms-dbmi/drugseqr documentation built on Feb. 15, 2024, 10:38 p.m.