Hi, Recently, we got a project connected with genome genome wide association studies. We are trying to associate around 30 SNPs with aneurysm. We have in plan to calculate polygenic risk score using PRSice. The problem is that we cannot find any publicly available GWAS database as a reference.
Is there any recommendation for some possible GWAS databases or way to generate one?
I saw in PLINK resources there are some datasets(HapMap...). Does anybody have experience with that?
Thanks in advance, Marija
So you are looking for a GWAS dataset of geographically matched individuals to your population without aneurysm? It would be better to chose a title reflecting that.
Yes, something like that. We have sample population, but we are missing GWAS databases for reference as it's required here.
Obviously you need a control population. Depending on the effect sizes (relative risk) you expect, you might need a few hundred up to tens of thousands of control individuals. How many cases/patients do you have? Which population are you studying?
Can't we calculate the prs of a single patient data with respect to GWAS data for predicting the risk for particular diseases?
Hi, do you konw what R package that can calculate Genetic risk score ?
Calculate it yourself by fitting a regression model and using the beta coefficient ('estimate'). All risk scoring models that I have seen start off with the beta coefficient, including my own.
If you want a pre-packaged program, try this https://choishingwan.github.io/PRSice/