This is a test version of Biostars. For the public version, visit https://www.biostars.org.
what is log –log10 in GWAS ?

Hi all, I have a simple question. what is the log amount in GWAS? When we draw the manhattan plot, the y-axis shows the log value. what do we find from it in the manhattan plot?

Thanks

gwas

1 answer

The Y-axis shows the negative logarithm of the p-value for each single nucleotide polymorphism (SNP) displayed as coordinates on the X-axis.

It is difficult to show small p-values on a plot in a way that is easy to understand. For example, how do you display 10^-20 and 10^-30 values when both are tiny? However, when you take a -log10 of those values, they become 20 and 30, which is much easier to plot. Also, the more significant p-values (smaller numbers) end up being larger after the -log10 transformation, and for most people it is more intuitive that larger means better (or stronger association, in this case).

Mensur, thanks for the useful explanation.

Log in to answer this question.