Bioc2026 Registration Open!

scShapes

A Statistical Framework for Modeling and Identifying Differential Distributions in Single-cell RNA-sequencing Data

Bioconductor version: 3.23 · Package version: 1.18.0

We present a novel statistical framework for identifying differential distributions in single-cell RNA-sequencing (scRNA-seq) data between treatment conditions by modeling gene expression read counts using generalized linear models (GLMs). We model each gene independently under each treatment condition using error distributions Poisson (P), Negative Binomial (NB), Zero-inflated Poisson (ZIP) and Zero-inflated Negative Binomial (ZINB) with log link function and model based normalization for differences in sequencing depth. Since all four distributions considered in our framework belong to the same family of distributions, we first perform a Kolmogorov-Smirnov (KS) test to select genes belonging to the family of ZINB distributions. Genes passing the KS test will be then modeled using GLMs. Model selection is done by calculating the Bayesian Information Criterion (BIC) and likelihood ratio test (LRT) statistic.

Installation

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

BiocManager::install("scShapes")

Details

MaintainerMalindrie Dharmaratne <malindrie@gmail.com>
AuthorMalindrie Dharmaratne [cre, aut] (ORCID: <https://orcid.org/0000-0002-1694-6496>)
LicenseGPL-3
URLhttps://github.com/Malindrie/scShapes
Bug Reportshttps://github.com/Malindrie/scShapes/issues
Downloads rank182
Source branchRELEASE_3_23
biocViewsGeneExpression, MultipleComparison, RNASeq, SingleCell, Software

Documentation

Download

Dependencies

Depends: R (>= 4.1)

Imports: Matrix, stats, methods, pscl, VGAM, dgof, BiocParallel, MASS, emdbook, magrittr, utils

Suggests: knitr, rmarkdown, testthat (>= 3.0.0)