aggregateIterParallel: xxxx

Description Usage Arguments Value Author(s) Examples

View source: R/agregation.R

Description

Method to xxxxx

Usage

1
2
3
4
5
6
7
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

1
2
3
4
5
6
7
8
## 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)

DAPAR documentation built on April 11, 2021, 6 p.m.