Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot_pval_distribution

Plot histogram of p-value distribution


Description

Plots the distribution of p-values derived from any statistical test as a histogram.

Usage

plot_pval_distribution(data, grouping, pval)

Arguments

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.

Value

A histogram or boxplot that shows the intensity distribution over all samples or by sample.

Examples

## Not run: 
plot_pval_distribution(
  data,
  grouping = eg_precursor_id,
  pval = pval
)

## End(Not run)

protti

Bottom-Up Proteomics and LiP-MS Quality Control and Data Analysis Tools

v0.1.1
MIT + file LICENSE
Authors
Jan-Philipp Quast [aut, cre], Dina Schuster [aut], ETH Zurich [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.