GraphPepProt {DAPAR} | 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
require(DAPARdata) data(Exp1_R25_pept) mat <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], "Protein.group.IDs") GraphPepProt(mat)