aggregateIter | R Documentation |
Method to xxxxx
aggregateIter(obj.pep, X, init.method = "Sum", method = "Mean", n = NULL)
obj.pep |
xxxxx |
X |
xxxx |
init.method |
xxxxx |
method |
xxxxx |
n |
xxxx |
A protein object of class MSnset
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') protID <- "Protein_group_IDs" X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:10], protID, FALSE) ll.agg <- aggregateIter(Exp1_R25_pept[1:10], X=X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.