plotORA: plotORA

View source: R/biotextgraph.R

plotORAR Documentation

plotORA

Description

plot volcano-plot like plot for ORA results

Usage

plotORA(x, thresh = 0.001)

Arguments

x

biotext object

thresh

hline to draw in plot

Details

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.

Value

volcano plot for ORA results

Examples

testgenes <- c("DDX41","IRF3","XRCC1","ERCC1","ERCC2","ERCC3")
net1 <- refseq(testgenes, ora=TRUE)
plotORA(net1)

noriakis/wcGeneSummary documentation built on April 22, 2024, 7:12 a.m.