plotORA {easybio} | R Documentation |
Visualization of ORA Test Results
Description
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.
Usage
plotORA(data, x, y, size, fill, flip = FALSE)
Arguments
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 |
Value
ggplot2 object.
[Package easybio version 1.1.1 Index]