EMAS.volcano | R Documentation |
Function to plot a volcano plot from the Emas
results.
EMAS.volcano(
E.result,
epiwideline = -log10(1e-07),
suggestiveline = -log10(1e-05)
)
E.result |
A data.frame produced by |
epiwideline |
Where to draw a "epigenome-wide sigificant" line. Default -log10(1.0e-7). |
suggestiveline |
Where to draw a "suggestive" line. Default -log10(1.0e-5). Set to FALSE to disable. |
This function can plot a volcano plot from the Emas
results.
No return value, called for side effects.
Xiuquan Nie, niexiuquan1995@foxmail.com
data(E.result)
EMAS.volcano(E.result,
epiwideline = -log10(0.05/2000),
suggestiveline = -log10(1/100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.