plotORA | R Documentation |
The plotORA
function visualizes the results of an ORA (Over-Representation Analysis) test.
It generates a plot with customizable aesthetics for x, y, point size, and fill, with an option to flip the axes.
plotORA(data, x, y, size, fill, flip = FALSE)
data |
A data frame containing the ORA results to be visualized. |
x |
The column in |
y |
The column in |
size |
The column in |
fill |
The column in |
flip |
A logical value indicating whether to flip the axes of the plot. Default is |
ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.