Skip to content

ENH quiet mode #102

@BorisMuzellec

Description

@BorisMuzellec

Is your feature request related to a problem? Please describe.
The DeseqDataSet and DeseqStats classes print a message at each step of the pipeline (e.g. fitting size factors, or dispersions), including when those steps are nested within another task (e.g., computing VST #99), which can lead to many useless statements being printed.

Describe the solution you'd like
Having a verbosity parameter that would allow controlling the desired level of verbosity of fit_size_factors, fit_genewise_dispersions, fit_dispersion_trend, and so on.

Describe alternatives you've considered
Deactivating print statements from nested calls (e.g. VST).

Additional context
Currently, computing VST (#99) prints the following:
Capture d’écran 2023-03-22 à 09 59 40

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions