inner.aggregate.iter {DAPAR} | R Documentation |
Method to xxxxx
inner.aggregate.iter(pepData, X, init.method = "Sum", method = "Mean", n = NULL)
pepData |
xxxxx |
X |
xxxx |
init.method |
xxx |
method |
xxx |
n |
xxxx |
xxxxx
Samuel Wieczorek require(DAPARdata) data(Exp1_R25_pept) protID <- "Protein.group.IDs" obj.pep <- Exp1_R25_pept[1:1000] X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE) DAPAR::inner.aggregate.iter(exprs(obj.pep), X)