Bioc2026 Registration Open!

miQC

Flexible, probabilistic metrics for quality control of scRNA-seq data

Bioconductor version: 3.23 · Package version: 1.20.0

Single-cell RNA-sequencing (scRNA-seq) has made it possible to profile gene expression in tissues at high resolution. An important preprocessing step prior to performing downstream analyses is to identify and remove cells with poor or degraded sample quality using quality control (QC) metrics. Two widely used QC metrics to identify a ‘low-quality’ cell are (i) if the cell includes a high proportion of reads that map to mitochondrial DNA encoded genes (mtDNA) and (ii) if a small number of genes are detected. miQC is data-driven QC metric that jointly models both the proportion of reads mapping to mtDNA and the number of detected genes with mixture models in a probabilistic framework to predict the low-quality cells in a given dataset.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("miQC")

Details

MaintainerAriel Hippen <ariel.hippen@gmail.com>
AuthorAriel Hippen [aut, cre], Stephanie Hicks [aut]
LicenseBSD_3_clause + file LICENSE
URLhttps://github.com/greenelab/miQC
Bug Reportshttps://github.com/greenelab/miQC/issues
Downloads rank381
Source branchRELEASE_3_23
biocViewsGeneExpression, Preprocessing, QualityControl, Sequencing, SingleCell, Software

Documentation

Download

Dependencies

Depends: R (>= 3.5.0)

Imports: SingleCellExperiment, flexmix, ggplot2, splines

Suggests: scRNAseq, scater, BiocStyle, knitr, rmarkdown