This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Why my GWAS p-value QQ-plot is far above diagonal

Hi. I'm trying to run GWAS pipeline using plink, but the results I got look really off. The QQ-plot of the p-values is far above the diagonal.

The phenotype I used is the height. I'm pretty sure I followed the correct QC steps. The inclusion of covariates is probably also not the one causing this issue, since with and without covariates I got very similar QQ-plots which look wrong (attached below).

enter image description here

Does anyone have experience with this and know what's going wrong? Thanks!

gwas

1 answer

Height is the quintessential quantitative (in the sense of "hyper-polygenic") trait, with vast numbers of associated variants.

If you make a QQ plot of the recent summary from the GIANT consortium it looks like this:

enter image description here

and zooming in on just the first 10 orders of magnitude:

enter image description here

so do not expect height to look "well-calibrated"; in effect no variant in the genome is null.

Log in to answer this question.