plot_shared_peptides: Plot a histogram of number of proteins that match shared...

Description Usage Arguments Value Examples

View source: R/peptide_protein_matrix.R

Description

For peptides that match more than one protein, a bar plot of number of matched proteins is plotted

Usage

1
plot_shared_peptides(peptides_summary)

Arguments

peptides_summary

data.frame returned by the summarise_peptides function.

Value

ggplot2 object

Examples

1
2
3
summ <- summarise_peptides(get_peptide_protein_matrix(c("CARAQ", "ARC", "AR"),
                                                      list(x = "ARCAQP", y = "CARAQPP")))
plot_shared_peptides(summ)

mstaniak/proteomics_examples documentation built on Aug. 27, 2019, 9:56 a.m.