Differential expression analysis with inmoose, the integrated multi-omic open-source environment in Python

June 23, 2025

Authors: Maximilien Colange, Guillaume Appe, Lea Meunier, Solene Weill, Akpeli Nordor & Abdelkader Behdenna

Abstract

Background

Differential gene expression analysis is a prominent technique for the analysis of biomolecular data to identify genetic features associated with phenotypes. Limma—for microarray data –, and edgeR and DESeq2—for RNA-Seq data–, are the most widely used tools for differential gene expression analysis of bulk transcriptomic data.

Results

We present the differential expression features of InMoose, a Python implementation of R tools limmaedgeR, and DESeq2. We experimentally show that InMoose stands as a drop-in replacement for those tools, with nearly identical results. This ensures reproducibility when interfacing both languages in bioinformatic pipelines. InMoose is an open source software released under the GPL3 license, available at www.github.com/epigenelabs/inmoose and https://inmoose.readthedocs.io.

Conclusions

We present a new Python implementation of state-of-the-art tools limmaedgeR, and DESeq2, to perform differential gene expression analysis of bulk transcriptomic data. This new implementation exhibits results nearly identical to the original tools, improving interoperability and reproducibility between Python and R bioinformatics pipelines.