aggregateIter | R Documentation |
xxxx
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
data(Exp1_R25_pept, package="DAPARdata")
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(Exp1_R25_pept[seq_len(10)], protID, FALSE)
ll.agg <- aggregateIter(Exp1_R25_pept[seq_len(10)], X = X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.