Skip to contents

Method to compute the detailed number of quantified peptides for each protein

Usage

GetDetailedNbPeptides(X)

Arguments

X

An adjacency matrix

Value

A data.frame

Author

Samuel Wieczorek

Examples

if (FALSE) { # \dontrun{
data(Exp1_R25_pept, package="DaparToolshedData")
obj.pep <- Exp1_R25_pept[seq_len(10)]
last.obj <- obj.pep[[length(obj.pep)]]
X <- BuildAdjacencyMatrix(last.obj)
n <- GetDetailedNbPeptides(X)
} # }