aggregateIterParallel {DAPAR}R Documentation

xxxx

Description

Method to xxxxx

Usage

aggregateIterParallel(
  obj.pep,
  X,
  init.method = "Sum",
  method = "Mean",
  n = NULL
)

Arguments

obj.pep

xxxxx

X

xxxx

init.method

xxxxx

method

xxxxx

n

xxxx

Value

xxxxx

Author(s)

Samuel Wieczorek

Examples

## Not run: 
utils::data(Exp1_R25_pept, package='DAPARdata')
protID <- "Protein_group_IDs"
obj.pep <- Exp1_R25_pept[1:10]
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
obj.agg <- aggregateIterParallel(obj.pep, X)

## End(Not run)


[Package DAPAR version 1.26.0 Index]