aggregateIter {DAPAR}R Documentation

xxxx

Description

Method to xxxxx

Usage

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

Arguments

obj.pep

xxxxx

X

xxxx

init.method

xxxxx

method

xxxxx

n

xxxx

Value

A protein object of class MSnset

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
protID <- "Protein.group.IDs"
X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], protID, FALSE)
aggregateIter(Exp1_R25_pept[1:1000],X=X)

[Package DAPAR version 1.16.5 Index]