ewaff.manhattan.plot | R Documentation |
Manhattan plot
ewaff.manhattan.plot(
chr,
pos,
estimates,
p.values,
sig.threshold = 1e-07,
title = "Manhattan plot"
)
chr |
Chromosome. |
pos |
Position. |
estimates |
A vector of estimates. |
p.values |
A vector of p-values, one per association test. |
sig.threshold |
P-value threshold for significance (Default: 1e-7). |
title |
Title for the plot (Default: "Manhattan plot"). |
ggplot
showing the Manhattan plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.