pyDESeq2 pairwise differential analysis
Compute differential analysis using pyDESeq2 python package (pairwise comparison)
PyDESeq2, a Python implementation of the DESeq2 method originally developed in R (click here) , is a versatile tool for conducting differential expression analysis (DEA) with bulk RNA-seq data. This re-implementation yields similar, but not identical, results: it achieves higher model likelihood, allows speed improvements on large datasets. By implementing Wald tests, PyDESeq2 enables users to statistically evaluate the significance of these expression differences, providing a robust framework for unraveling the nuanced relationships between genes in RNA-seq studies.
Output
Configuration
genes_colname
Column name containing gene ids in expression matrix
string
control_condition
normal_condition
string
unnormal_condition
unnormal_condition
string
padj_value
padj_value
float
0.05
log2FoldChange_value
log2FoldChange value
float
0.5