Description Usage Arguments Value Examples
plot_miscleavagerate
generates a stacked barplot for protease miss
cleavage rate.
1 | plot_miscleavagerate(peptides)
|
peptides |
Data.frame, Peptide table originating from MaxQuant. |
A scatter plot (generated by ggplot
)
1 2 3 4 5 | if(interactive()){
data("peptides.raw")
pepdata <- peptides.raw
plot_miscleavagerate(pepdata)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.