FINNGEN / META_ANALYSIS

Tools for doing x way meta-analysis
MIT License
6 stars 14 forks source link

Use -log10 space for p-values #43

Closed juhaa closed 3 years ago

juhaa commented 3 years ago

Use mlogp all around instead of pvals

Fedja commented 3 years ago

yea just add scipy.stats.norm.logsf(1.96)+math.log(2) in place of 2 * scipy.stats.norm.sf() to all meta methods and thats a wrap. keep the unlogged pval column there also.