-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hi,
I've just seen the updated tutorial on LDpred2-auto (last time I ran this, the use_MLE
, allow_jump_sign
, and shrink_corr
arguments didn't exist), and I'm wondering if its possible to provide further guidance on (1) how and when to reduce shrink_corr from 0.95 to 0.4, and (2) what constitutes a "low power GWAS" that would cause convergence issues, ultimately with a goal of programmatically determining both parameters.
For use_MLE
, is there a typical (effective) sample size below which you find you have to set use_MLE = FALSE
?
For shrink_corr
, I'm wondering if it makes sense to set this based on the proportion of GWAS summary statistics passing the QC filters when doing the SNP matching. Is there a cutoff below which this proportion passing QC indicates sufficient LD divergence that the shrink_corr
should be set to 0.4 instead of 0.95? Or should the shrink_corr
scale between 0.4 and 0.95 somehow proportionally to the % of GWAS summary statistics passing SNP QC?