Bioc2026 Registration Open!

distinct

distinct: a method for differential analyses via hierarchical permutation tests

Bioconductor version: 3.23 · Package version: 1.24.1

distinct is a statistical method to perform differential testing between two or more groups of distributions; differential testing is performed via hierarchical non-parametric permutation tests on the cumulative distribution functions (cdfs) of each sample. While most methods for differential expression target differences in the mean abundance between conditions, distinct, by comparing full cdfs, identifies, both, differential patterns involving changes in the mean, as well as more subtle variations that do not involve the mean (e.g., unimodal vs. bi-modal distributions with the same mean). distinct is a general and flexible tool: due to its fully non-parametric nature, which makes no assumptions on how the data was generated, it can be applied to a variety of datasets. It is particularly suitable to perform differential state analyses on single cell data (i.e., differential analyses within sub-populations of cells), such as single cell RNA sequencing (scRNA-seq) and high-dimensional flow or mass cytometry (HDCyto) data. To use distinct one needs data from two or more groups of samples (i.e., experimental conditions), with at least 2 samples (i.e., biological replicates) per group.

Installation

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

BiocManager::install("distinct")

Details

MaintainerSimone Tiberi <simone.tiberi@unibo.it>
AuthorSimone Tiberi [aut, cre].
LicenseGPL (>= 3)
URLhttps://github.com/SimoneTiberi/distinct
Bug Reportshttps://github.com/SimoneTiberi/distinct/issues
System RequirementsC++17
Downloads rank356
Source branchRELEASE_3_23
biocViewsDifferentialExpression, FlowCytometry, GeneExpression, GeneTarget, Genetics, MultipleComparison, RNASeq, Sequencing, SingleCell, Software, StatisticalMethod, Transcription, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.3)

Imports: Rcpp, stats, SummarizedExperiment, SingleCellExperiment, methods, Matrix, foreach, parallel, doParallel, doRNG, ggplot2, limma, scater

LinkingTo: Rcpp, RcppArmadillo

Suggests: knitr, rmarkdown, testthat, UpSetR, BiocStyle

Reverse dependencies

Imports Me (1): condiments