owkin / PyDESeq2

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

Refactor `utils.py` #182

Open khalilouardini opened 1 year ago

khalilouardini commented 1 year ago

Is your feature request related to a problem? Please describe. utils.py file is hard to read and modify.

Describe the solution you'd like seperate utils function by theme in different files. e.g utils function for optimization separate from utils function for building the design matrix.

Additional context related to PR#81