Skip to contents

Method to compute the number of quantified peptides used for aggregating each protein

Usage

GetNbPeptidesUsed(pepData, X)

Arguments

pepData

A data.frame of quantitative data

X

An adjacency matrix

Value

A data.frame

Author

Samuel Wieczorek

Examples

if (FALSE) { # \dontrun{
library(QFeatures)
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)
GetNbPeptidesUsed(assay(last.obj), X)
} # }