View source: R/Manhattan_plot.R
Manhattan_plot | R Documentation |
This function produces a Manhattan plot from P-values found in an association analysis.
Manhattan_plot(x, a)
x |
List object containing vector with numbering on SNPs and vector with P-values. Example could be GWAS data from analysis. |
a |
significance level used to determine whether SNPs are causal or not. |
A Manhattan plot with each regressor (SNP) on the x-axis and their -log10(P-values) on the y-axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.