owkin / PyDESeq2

A Python implementation of the DESeq2 pipeline for bulk RNA-seq DEA.
https://pydeseq2.readthedocs.io/en/latest/
MIT License
573 stars 60 forks source link

BUG add ``continuous_factors`` argument to ``sub_dds`` #260

Closed BorisMuzellec closed 5 months ago

BorisMuzellec commented 5 months ago

Reference Issue or PRs

Fixes #258

What does your PR implement? Be specific.

Fixes a bug occurring when genes were refit in a design with continuous variables, due to the continuous_factors argument not being passed to sub_dds.