summarise_peptides: Summary of peptides

Description Usage Arguments Value Examples

View source: R/peptide_protein_matrix.R

Description

Returns a dataframe that indicates in how many proteins are matched by each peptide.

Usage

1
summarise_peptides(peptides_proteins_matrix)

Arguments

peptides_proteins_matrix

List returned by the get_peptide_protein_matrix function.

Value

data.frame with a column with peptides (as AA sequences) and number of proteins in which they occur.

Examples

1
summarise_peptides(get_peptide_protein_matrix("CARAQ", c("ARCAQP", "CARAQPP")))

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