aggregateSum | R Documentation |
This function computes the intensity of proteins based on the sum of the intensities of their peptides.
aggregateSum(obj.pep, X)
obj.pep |
A matrix of intensities of peptides |
X |
An adjacency matrix in which lines and columns correspond respectively to peptides and proteins. |
A matrix of intensities of proteins
Alexia Dorffer
data(Exp1_R25_pept, package="DAPARdata")
obj.pep <- Exp1_R25_pept[seq_len(20)]
obj.pep.imp <- wrapper.impute.detQuant(obj.pep, na.type = c("Missing POV", "Missing MEC"))
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
ll.agg <- aggregateSum(obj.pep.imp, X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.