tanghaibao / goatools

Python library to handle Gene Ontology (GO) terms
BSD 2-Clause "Simplified" License
771 stars 211 forks source link

bug fix/enhancement HolmBonferroni correction #282

Closed RossLabCSU closed 11 months ago

RossLabCSU commented 11 months ago

I made the changes to the HolmBonferroni class in multiple_testing.py, as discussed in issue #281 . These fixes are intended to address a ValueError that occurs when all p-values resulting from a GO-term analysis are large. Additionally, all p-values are now corrected, rather than only correcting significant p-values.