Bioc2026 Registration Open!

scDDboost

A compositional model to assess expression changes from single-cell rna-seq data

Bioconductor version: 3.23 · Package version: 1.14.0

scDDboost is an R package to analyze changes in the distribution of single-cell expression data between two experimental conditions. Compared to other methods that assess differential expression, scDDboost benefits uniquely from information conveyed by the clustering of cells into cellular subtypes. Through a novel empirical Bayesian formulation it calculates gene-specific posterior probabilities that the marginal expression distribution is the same (or different) between the two conditions. The implementation in scDDboost treats gene-level expression data within each condition as a mixture of negative binomial distributions.

Installation

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

BiocManager::install("scDDboost")

Details

MaintainerXiuyu Ma <watsonforfun@gmail.com>
AuthorXiuyu Ma [cre, aut], Michael A. Newton [ctb]
LicenseGPL (>= 2)
URLhttps://github.com/wiscstatman/scDDboost
Bug Reportshttps://github.com/wiscstatman/scDDboost/issues
System Requirementsc++14
Downloads rank225
Source branchRELEASE_3_23
biocViewsBayesian, Clustering, DifferentialExpression, GeneExpression, Sequencing, SingleCell, Software

Documentation

Download

Dependencies

Depends: R (>= 4.2), ggplot2

Imports: Rcpp (>= 0.12.11), RcppEigen (>= 0.3.2.9.0), EBSeq, BiocParallel, mclust, SingleCellExperiment, cluster, Oscope, SummarizedExperiment, stats, methods

LinkingTo: Rcpp, RcppEigen, BH

Suggests: knitr, rmarkdown, BiocStyle, testthat