omerwe / polyfun

PolyFun (POLYgenic FUNctionally-informed fine-mapping)
MIT License
85 stars 21 forks source link

question on concept #131

Closed bnj50 closed 1 year ago

bnj50 commented 1 year ago

Hi if we have a gwas sum-stats as discovery set that include beta and snp-effect sizes for specific trait, are these beta(s) linearly combined with functional priors from polyfun and the out put will be the column called snpvar? or polyfun's beta will be independent of trait specific effects? In the latter, then how this can be useful for polygenic score of specific trait?

omerwe commented 1 year ago

Hi @bnj50,

The column called SNPVAR is taken from the prior distribution of the SNP effect sizes. The prior distribution is (by definition) independent of the SNP effect size. Hence, the answer to your question is no.

When running fine-mapping, the fine-mapping method (SuSiE or FINEMAP) estimate the posterior mean by using the SNP's marginal effect size together with the prior. You can find all the details in the paper.

bnj50 commented 1 year ago

ok...thank you