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

Examples

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


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.