plot_miscleavagerate generates a stacked barplot for protease miss cleavage rate.

plot_miscleavagerate(peptides)

Arguments

peptides

Data.frame, Peptide table originating from MaxQuant.

Value

A scatter plot (generated by ggplot)

Examples

if(interactive()){ data("peptides.raw") pepdata <- peptides.raw plot_miscleavagerate(pepdata) }