plot_labelingefficiency: Plot TMT labeling efficiency

Description Usage Arguments Value Examples

Description

plot_labelingefficiency generates a stacked barplot for peptides modified by TMT at the N-termini and Lys residues.

Usage

1

Arguments

evidencedata

Data.frame, evidence table originating from MaxQuant.

Value

A scatter plot (generated by ggplot)

Examples

1
2
3
4
5
if(interactive()){
data("evidence.raw")
evidencedata <- evidence.raw
plot_labelingefficiency(evidencedata)
}

demar01/protrusionproteome documentation built on April 29, 2021, 5:47 a.m.