inner.aggregate.iter: xxxx

View source: R/agregation.R

inner.aggregate.iterR Documentation

xxxx

Description

Method to xxxxx

Usage

inner.aggregate.iter(
  pepData,
  X,
  init.method = "Sum",
  method = "Mean",
  n = NULL
)

Arguments

pepData

xxxxx

X

xxxx

init.method

xxx

method

xxx

n

xxxx

Value

xxxxx

Author(s)

Samuel Wieczorek library(MSnbase) utils::data(Exp1_R25_pept, package='DAPARdata') protID <- "Protein_group_IDs" X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:10], protID, FALSE) qdata.agg <- DAPAR::inner.aggregate.iter(Biobase::exprs(Exp1_R25_pept[1:10]), X)


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