identify_diff {ProteoBayes} | R Documentation |
Identify posterior mean differences
Description
Compute a criterion based on Credible Intervals (CI) to determine whether
the posterior t-distributions of groups should be considered different enough
to deserve further examination. Two groups are considered probably 'distinct'
if the Credible Interval of level CI_level
of their respective
posterior t-distributions do not overlap.
Usage
identify_diff(posterior, CI_level = 0.05, nb_samples = 1000)
Arguments
posterior |
A tibble, typically coming from a |
CI_level |
A number, defining the order of quantile chosen to assess differences between groups. |
nb_samples |
A number (optional), indicating the
number of samples to draw from the posteriors for computing mean and
credible intervals . Only used if |
Value
A tibble, indicating which peptides and groups seem to be different
Examples
TRUE