Learn R Programming

myTAI (version 2.3.4)

plot_relative_expression_bar: Plot Mean Relative Expression Levels as Barplot

Description

Plots mean relative expression levels for age category groups using a PhyloExpressionSet S7 object, with statistical testing.

Usage

plot_relative_expression_bar(phyex_set, groups, p_adjust_method = NULL, ...)

Value

ggplot2 object.

Arguments

phyex_set

A PhyloExpressionSet object (BulkPhyloExpressionSet or ScPhyloExpressionSet).

groups

A list of integer vectors specifying age categories (e.g., phylostrata) for each group (2+ groups).

p_adjust_method

P-value adjustment for multiple testing.

...

Further arguments passed to ggplot2 geoms.