aggregateIterParallel {DAPAR} | R Documentation |
Method to xxxxx
aggregateIterParallel( obj.pep, X, init.method = "Sum", method = "Mean", n = NULL )
obj.pep |
xxxxx |
X |
xxxx |
init.method |
xxxxx |
method |
xxxxx |
n |
xxxx |
xxxxx
Samuel Wieczorek
## Not run: utils::data(Exp1_R25_pept, package='DAPARdata') protID <- "Protein_group_IDs" obj.pep <- Exp1_R25_pept[1:1000] X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE) aggregateIterParallel(obj.pep, X) ## End(Not run)