GWAS result with pval equal zero. How to handle and how to plot?
1
2
Entering edit mode
8.9 years ago

Hi everyone,

I did a GWAS using plink --assoc function and got a hit (it is well known) with a pval = 0. When I take the -log10 to do the Manhattan plot I get and Infinite value.

How should I deal with this?

Thanks in advance

gwas SNP • 3.8k views
ADD COMMENT
3
Entering edit mode
8.9 years ago

PLINK 1.9 has the --output-min-p flag to deal with this. Add something like --output-min-p 1e-99 to your --assoc command line, and any p-value below 10^{-99} will be reported as 10^{-99}.

ADD COMMENT

Login before adding your answer.

Traffic: 1556 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