Description Usage Arguments Value Examples
plot_labelingefficiency
generates a stacked barplot for peptides
modified by TMT at the N-termini and Lys residues.
1 | plot_labelingefficiency(evidencedata)
|
evidencedata |
Data.frame, evidence table originating from MaxQuant. |
A scatter plot (generated by ggplot
)
1 2 3 4 5 | if(interactive()){
data("evidence.raw")
evidencedata <- evidence.raw
plot_labelingefficiency(evidencedata)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.