PyDESeq2 icon indicating copy to clipboard operation
PyDESeq2 copied to clipboard

Respect quiet=True in DeseqStats.lfc_shrink

Open maltekuehl opened this issue 1 year ago • 0 comments

What does your PR implement?

Currently, DeseqStats.lfc_shrink does not respect self.quiet when printing self.results_df at the end of the method. This PR adds checks for self.quiet for the missing print statements.

maltekuehl avatar Jul 31 '24 09:07 maltekuehl