Description Usage Arguments Value Examples
Visualization of Wham upstream analysis
1 2 3 4 5 6 7 8 | VolcanoPlot(
object = NULL,
effect = c("effect"),
p_value = c("we.eBH", "we.ep", "wi.eBH", "wi.ep"),
pCutoff = 0.05,
effectCutoff = 1,
...
)
|
object |
required. The output of WhamBiobakery, WhamEBI or Wham16s |
effect |
c("effect"), Use effect as effectcutoff. Default is "effect" |
p_value |
c("we.eBH","we.ep","wi.eBH","wi.ep"). Using one of them as p-value.Default is "we.eBH". |
pCutoff |
Cut-off for statistical significance. A horizontal line will be drawn at -log10(pCutoff). DEFAULT = 0.05. OPTIONAL |
effectCutoff |
ut-off for absolute effect size. Vertical lines will be drawn at the negative and positive values of FCCutoff. DEFAULT = 1.0. OPTIONAL. |
... |
... |
a volcano plot of statistical result
1 | # see the vignette for more details
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.