plotORA | R Documentation |
plot volcano-plot like plot for ORA results
plotORA(x, thresh = 0.001)
x |
biotext object |
thresh |
hline to draw in plot |
Plot the volcano-plot like plot for the ORA results using the biotext object. The ORA should be performed beforehand by specifying ora option to TRUE.
volcano plot for ORA results
testgenes <- c("DDX41","IRF3","XRCC1","ERCC1","ERCC2","ERCC3")
net1 <- refseq(testgenes, ora=TRUE)
plotORA(net1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.