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
utils::data(Exp1_R25_pept, package='DAPARdata') mat <- BuildAdjacencyMatrix(Exp1_R25_pept[1:10], "Protein_group_IDs") GraphPepProt(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.