inner.aggregate.iter {DAPAR}R 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

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


[Package DAPAR version 1.26.1 Index]