Description Usage Arguments Value Examples
View source: R/peptide_protein_matrix.R
Returns a dataframe that indicates in how many proteins are matched by each peptide.
1 | summarise_peptides(peptides_proteins_matrix)
|
peptides_proteins_matrix |
List returned by the get_peptide_protein_matrix function. |
data.frame with a column with peptides (as AA sequences) and number of proteins in which they occur.
1 | summarise_peptides(get_peptide_protein_matrix("CARAQ", c("ARCAQP", "CARAQPP")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.