inner.aggregate.iter: xxxx

Description Usage Arguments Value Author(s)

View source: R/agregation.R

Description

Method to xxxxx

Usage

1
2
3
4
5
6
7
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:1000] X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE) DAPAR::inner.aggregate.iter(exprs(obj.pep), X)


DAPAR documentation built on April 11, 2021, 6 p.m.