GraphPepProt | R Documentation |
Method to create a plot with proteins and peptides on a MSnSet object (peptides)
GraphPepProt(mat)
mat |
An adjacency matrix. |
A histogram
Alexia Dorffer, Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
mat <- BuildAdjacencyMatrix(Exp1_R25_pept[seq_len(10)], "Protein_group_IDs")
GraphPepProt(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.