PyDESeq2
PyDESeq2 copied to clipboard
Respect quiet=True in DeseqStats.lfc_shrink
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.