Plots relative expression profiles for age categories using a PhyloExpressionSet S7 object.
plot_relative_expression_line(
phyex_set,
groups,
modules = NULL,
adjust_range = TRUE,
alpha = 0.1,
...
)ggplot2 object or list of ggplot2 objects.
A PhyloExpressionSet object (BulkPhyloExpressionSet or ScPhyloExpressionSet).
A list of integer vectors specifying age categories (e.g., phylostrata) for each group (1 or 2 groups).
Optional list for shading modules: list(early=..., mid=..., late=...).
Logical, adjust y-axis range for both panels (if 2 groups).
Transparency for shaded module area.
Further arguments passed to ggplot2 geoms.