Overview of PyDESeq2
mainPyDESeq2 is a Python implementation of the DESeq2 method for differential expression analysis (DEA) using bulk RNA-seq data. It is designed to facilitate DEA experiments for Python users by providing a native Python interface for workflows originally developed in R.
Key Features:
- Supports single-factor and multi-factor analysis (using categorical or continuous factors).
- Uses Wald tests for differential expression.
- Includes an optional
apeGLMLFC (Log Fold Change) shrinkage step. - Broadly corresponds to the default settings of DESeq2 (v1.34.0).
Note: As this is a re-implementation from scratch, results may differ slightly from the original R implementation in terms of retrieved values or specific feature availability.