View source: R/EMAS.manhattan.R
EMAS.manhattan | R Documentation |
Function to plot a manhattan plot from the Emas
results.
EMAS.manhattan(E.result, type = "EPIC", ...)
E.result |
A data.frame produced by |
type |
A character string indicating the type of annotation, only "EPIC" and "450k" are available. |
... |
Other arguments passed to |
This function can plot a manhattan plot from the Emas
results according to the annotation from 450k or EPIC.
No return value, called for side effects.
Xiuquan Nie, niexiuquan1995@foxmail.com
Turner, (2018). qqman: an R package for visualizing GWAS results using Q-Q and manhattan plots. Journal of Open Source Software, 3(25), 731. \Sexpr[results=rd]{tools:::Rd_expr_doi("doi:10.21105/joss.00731")}.
data(E.result)
EMAS.manhattan(E.result, type = "EPIC",
genomewideline = -log10(0.05/2000),
suggestiveline = -log10(1/100), ylim=c(0,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.