Computes the detailed number of peptides used for aggregating each protein
Source:R/aggregation.R
GetDetailedNbPeptidesUsed.Rd
Method to compute the detailed number of quantified peptides used for aggregating each protein
Examples
if (FALSE) { # \dontrun{
library(SummarizedExperiment)
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)
ll.n <- GetDetailedNbPeptidesUsed(assay(last.obj), X)
} # }