Description Usage Arguments Value
Creates a QQ plot using ggplot2 and returns the plot object.
1 2 3 |
x |
A data frame with result data |
p |
P-value column in data frame |
typed |
the column in the data frame indicating whether the markers are genotyped or imputed (ignored if NA) |
thresholdLow |
the low threshold value (log10) |
thresholdHigh |
the high threshold value (log10) |
thresholdLowColor |
the color of the low threshold |
thresholdHighColor |
the color of the high threshold |
mafColor |
the color of the low maf values |
title |
Title of plot (date by default, ignored if NA) |
A manhattan plot (ggplot2 object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.