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
utils::data(Exp1_R25_pept, package='DAPARdata') mat <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], "Protein_group_IDs") GraphPepProt(mat)