aggregateIterParallel: xxxx

View source: R/agregation.R

aggregateIterParallelR 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: 
library(MSnbase)
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)


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.