Bioc2026 Registration Open!

BUSseq

Batch Effect Correction with Unknow Subtypes for scRNA-seq data

Bioconductor version: 3.23 · Package version: 1.18.0

BUSseq R package fits an interpretable Bayesian hierarchical model---the Batch Effects Correction with Unknown Subtypes for scRNA seq Data (BUSseq)---to correct batch effects in the presence of unknown cell types. BUSseq is able to simultaneously correct batch effects, clusters cell types, and takes care of the count data nature, the overdispersion, the dropout events, and the cell-specific sequencing depth of scRNA-seq data. After correcting the batch effects with BUSseq, the corrected value can be used for downstream analysis as if all cells were sequenced in a single batch. BUSseq can integrate read count matrices obtained from different scRNA-seq platforms and allow cell types to be measured in some but not all of the batches as long as the experimental design fulfills the conditions listed in our manuscript.

Installation

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

BiocManager::install("BUSseq")

Details

MaintainerFangda Song <sfd1994895@gmail.com>
AuthorFangda Song [aut, cre] (ORCID: <https://orcid.org/0000-0001-6007-3517>), Ga Ming Chan [aut], Yingying Wei [aut] (ORCID: <https://orcid.org/0000-0003-3826-336X>)
LicenseArtistic-2.0
URLhttps://github.com/songfd2018/BUSseq
Bug Reportshttps://github.com/songfd2018/BUSseq/issues
Downloads rank290
Source branchRELEASE_3_23
biocViewsBatchEffect, Bayesian, Clustering, ExperimentalDesign, FeatureExtraction, GeneExpression, Sequencing, SingleCell, Software, StatisticalMethod

Documentation

Download

Dependencies

Depends: R (>= 3.6)

Imports: SingleCellExperiment, SummarizedExperiment, S4Vectors, gplots, grDevices, methods, stats, utils

Suggests: BiocStyle, knitr, BiocGenerics