Plot histogram of p-value distribution
Plots the distribution of p-values derived from any statistical test as a histogram.
plot_pval_distribution(data, grouping, pval)
data |
a data frame containing at least grouping identifiers (precursor, peptide or protein) and p-values derived from any statistical test. |
grouping |
the column in the data frame containing either precursor, peptide or protein identifiers. |
pval |
the column in the data frame containing p-values. |
A histogram or boxplot that shows the intensity distribution over all samples or by sample.
## Not run: plot_pval_distribution( data, grouping = eg_precursor_id, pval = pval ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.