Bioc2026 Registration Open!

BatchQC

Batch Effects Quality Control Software

Bioconductor version: 3.23 · Package version: 2.8.0

Sequencing and microarray samples often are collected or processed in multiple batches or at different times. This often produces technical biases that can lead to incorrect results in the downstream analysis. BatchQC is a software tool that streamlines batch preprocessing and evaluation by providing interactive diagnostics, visualizations, and statistical analyses to explore the extent to which batch variation impacts the data. BatchQC diagnostics help determine whether batch adjustment needs to be done, and how correction should be applied before proceeding with a downstream analysis. Moreover, BatchQC interactively applies multiple common batch effect approaches to the data and the user can quickly see the benefits of each method. BatchQC is developed as a Shiny App. The output is organized into multiple tabs and each tab features an important part of the batch effect analysis and visualization of the data. The BatchQC interface has the following analysis groups: Summary, Differential Expression, Median Correlations, Heatmaps, Circular Dendrogram, PCA Analysis, Shape, ComBat and SVA.

Installation

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

BiocManager::install("BatchQC")

Details

MaintainerYaoan Leng <leng@bu.edu>
AuthorJessica Anderson [aut] (ORCID: <https://orcid.org/0000-0002-0542-9872>), W. Evan Johnson [aut, fnd] (ORCID: <https://orcid.org/0000-0002-6247-6595>), Yaoan Leng [ctb, cre] (ORCID: <https://orcid.org/0009-0002-3957-5250>), Solaiappan Manimaran [aut], Heather Selby [ctb], Claire Ruberman [ctb], Kwame Okrah [ctb], Hector Corrada Bravo [ctb], Michael Silverstein [ctb], Regan Conrad [ctb], Zhaorong Li [ctb], Evan Holmes [ctb], Solomon Joseph [ctb], Howard Fan [ctb], Sean Lu [ctb]
LicenseMIT + file LICENSE
URLhttps://github.com/wejlab/BatchQC
Bug Reportshttps://github.com/wejlab/BatchQC/issues
Downloads rank393
Source branchRELEASE_3_23
biocViewsBatchEffect, DifferentialExpression, GeneExpression, GraphAndNetwork, ImmunoOncology, Microarray, Normalization, Preprocessing, PrincipalComponent, QualityControl, RNASeq, Sequencing, Software, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: data.table, DESeq2, dplyr, EBSeq, edgeR, FNN, ggdendro, ggnewscale, ggplot2, ggpubr, Harman, limma, matrixStats, methods, MASS, pheatmap, RColorBrewer, reader, reshape2, scran, shiny, shinyjs, shinythemes, stats, SummarizedExperiment, sva, S4Vectors, tibble, tidyr, tidyverse, umap, utils

Suggests: BiocManager, BiocStyle, bladderbatch, curatedTBData, devtools, knitr, lintr, MultiAssayExperiment, plotly, rmarkdown, spelling, testthat (>= 3.0.0)