Statistical test for QQ-plot comparison of GWAS summary statistics
1
0
Entering edit mode
3.0 years ago
f-rasmussen ▴ 10

I haver performed a GWAS and I want to know if there are significantly more significant p-values than I would expect by random chance. Normally this is visualized with a QQ-plot but I want to have a p-value to support this claim. For that reason I am looking for a way to say that the observed and expected p-value distributions are significantly different. I only have access to summary data, so permutation tests are not possible.

Does anyone know of a method to do this test?

My take is using the Kolmogorov-Smirnoff test by using the observed and theoretical distribution. I am however, in doubt about how to properly define the theoretical p-value-distribution.

p_exp <- runif(9e6, 1/9e6, 1)

In this case there will approx. alpha * N significant p-values, with significance threshold alpha and Ntests.

qqplot GWAS p-values • 717 views
ADD COMMENT
0
Entering edit mode
3.0 years ago

Have you tried a permutation test with PLINK? See here. I've managed to wrangle the --assoc test with perm and mperm options for data with millions of SNPs. Perhaps it could work for you too?

ADD COMMENT
0
Entering edit mode

I forgot to inlcude an important piece of information.... I only have access to summary data. Another and much more relevant reason to not do permutation.

ADD REPLY

Login before adding your answer.

Traffic: 2013 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6