Description Usage Arguments Value Examples
View source: R/peptide_protein_matrix.R
For peptides that match more than one protein, a bar plot of number of matched proteins is plotted
1 | plot_shared_peptides(peptides_summary)
|
peptides_summary |
data.frame returned by the summarise_peptides function. |
ggplot2 object
1 2 3 | summ <- summarise_peptides(get_peptide_protein_matrix(c("CARAQ", "ARC", "AR"),
list(x = "ARCAQP", y = "CARAQPP")))
plot_shared_peptides(summ)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.