aggregateIter: xxxx

View source: R/agregation.R

aggregateIterR Documentation

xxxx

Description

xxxx

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

data(Exp1_R25_pept, package="DaparToolshedData")
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(Exp1_R25_pept[seq_len(10)], protID, FALSE)
ll.agg <- aggregateIter(Exp1_R25_pept[seq_len(10)], X = X)


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