draw_group_means: Draw group means as horizontal lines

View source: R/draw_group_means.R

draw_group_meansR Documentation

Draw group means as horizontal lines

Description

When this function is called, the group means are calculated and plotted as horizontal lines. For internal use only.

Usage

draw_group_means(gp, mdata, reordered)

Arguments

gp

ggplot2 object

mdata

a gathered data frame of PSI/cRPKM values. Usually comes from plot_event or plot_expr.

reordered

a list with the subgroup and group structure of the samples. Usually comes from preprocess_sample_colors.

Value

ggplot2 object

See Also

preprocess_sample_colors, plot_event, plot_expr


kcha/psiplot documentation built on March 27, 2022, 4:20 a.m.