FINNGEN / autoreporting

MIT License
0 stars 1 forks source link

Add the used r2 threshold to top reports #191

Closed Lipastomies closed 3 years ago

Lipastomies commented 3 years ago

Add the r2 threshold that was used to filter a peak to the top reports. Cases: simple grouping/no grouping: put NA ld/cred grouping and --dynamic-r2-chisq: r2_threshold = min(r2_threshold/chisq_inverse_survival_func(pval,df=1),1.0) ld/cred grouping, no --dynamic-r2-chisq: r2_threshold=r2_threshold

column name: lead_r2_threshold

Lipastomies commented 3 years ago

Done in #192