You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I am reading the Bonferroni correction is the pvalue divided by the number of tests, but in the above function it looks like the pvalue is being multiplied by the number of tests. In my use case this is leading to all the bonf_pvalue(s) to default to a minimum value of 1.0...
Please let me know if I am understanding something incorrectly.
Cheers,
Johnny
The text was updated successfully, but these errors were encountered:
If it were me, yes I would just use the p-values. Maybe you can output the number of tests and then generate the value yourself because when I attempted to correct the code I was getting nil values returned.
ExpansionHunterDenovo/scripts/core/common.py
Lines 125 to 128 in 998fd79
From what I am reading the Bonferroni correction is the pvalue divided by the number of tests, but in the above function it looks like the pvalue is being multiplied by the number of tests. In my use case this is leading to all the
bonf_pvalue
(s) to default to a minimum value of 1.0...Please let me know if I am understanding something incorrectly.
Cheers,
Johnny
The text was updated successfully, but these errors were encountered: