Function to create a histogram that shows the repartition of peptides w.r.t. the proteins
Source:R/aggregation.R
GraphPepProt.Rd
Method to create a plot with proteins and peptides on a MSnSet object (peptides)
Examples
if (FALSE) { # \dontrun{
data(Exp1_R25_pept, package="DaparToolshedData")
obj <- Exp1_R25_pept[seq_len(10)]
last.obj <- Exp1_R25_pept[[length(Exp1_R25_pept)]]
X <- BuildAdjacencyMatrix(last.obj)
GraphPepProt(X)
} # }