plotORA: Visualization of ORA Test Results

plotORAR 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 data to map to the x-axis.

y

The column in data to map to the y-axis.

size

The column in data to map to the size of the points.

fill

The column in data to map to the fill color of the bars or points. Use a constant value for a single category.

flip

A logical value indicating whether to flip the axes of the plot. Default is FALSE.

Value

ggplot2 object.


easybio documentation built on Sept. 17, 2024, 1:08 a.m.