aggregateIterParallel: xxxx

View source: R/agregation.R

aggregateIterParallelR Documentation

xxxx

Description

xxxx

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: 
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)


samWieczorek/DAPAR2 documentation built on Oct. 15, 2023, 1:45 p.m.