
Plot multivariate comparison between groups
plot_multi_diff.Rd
Graphical representation of inference in a multivariate difference analysis context. The plotted empirical distribution represents, for each one-to-one group comparison, the probability of the number of elements for which the mean of a peptide is larger in a given group. This provides visual evidence on whether two groups are differential or not, with adequate uncertainty quantification.
Arguments
- multi_diff
A tibble, typically coming from the
multi_identify_diff
function, containing probability distribution (or the cumulative distribution) of the number of larger Peptides in each one-to-one group comparisons.- plot_mean
A boolean, indicating whether the graph for difference of means between all groups for each Peptide should be displayed.
- cumulative
A boolean, indicating whether the cumulative distribution or the original probability distribution should be displayed.