Closed YangRT11 closed 2 weeks ago
We do not recommend applying any filtering to posterior SNP weights. You can use all variants in the output to construct PRS. PRS-CSx is a Bayesian method and thus does not compute p-values for the posterior weights which is a frequentist approach.
Thank you! May I ask if I want to construct a PRS using only some of the SNPs in the GWAS summary data (e.g. only SNPs with P<5E-8 are needed). Which of the following should I follow:
Bayesian PRS methods are developed to use genome-wide common variants. If you want to build a score using only genome-wide significant loci, you should check out the "clumping and thresholding" method and software. For example: https://choishingwan.github.io/PRSice/
Hi, I found that we can only get a posteriori beta values for our output file, can you please tell me how to get other effect values such as se and P, which is very useful for filtering of thresholds when constructing PRS.