| aggregateIterParallel | R Documentation | 
xxxx
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: 
data(Exp1_R25_pept, package="DaparToolshedData")
protID <- "Protein_group_IDs"
obj.pep <- Exp1_R25_pept[seq_len(10)]
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
obj.agg <- aggregateIterParallel(obj.pep, X)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.