aggregateMean | R Documentation |
This function computes the intensity of proteins as the mean of the intensities of their peptides.
aggregateMean(obj.pep, X)
obj.pep |
A peptide object of class |
X |
An adjacency matrix in which lines and columns correspond respectively to peptides and proteins. |
A matrix of intensities of proteins
Alexia Dorffer
utils::data(Exp1_R25_pept, package='DAPARdata') obj.pep <- Exp1_R25_pept[1:10] obj.pep.imp <- wrapper.impute.detQuant(obj.pep, na.type='missing') protID <- obj.pep@experimentData@other$proteinId X <- BuildAdjacencyMatrix(obj.pep.imp, protID, FALSE) ll.agg <- aggregateMean(obj.pep.imp, X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.