inner.aggregate.iter | R Documentation |
Method to xxxxx
inner.aggregate.iter( pepData, X, init.method = "Sum", method = "Mean", n = NULL )
pepData |
xxxxx |
X |
xxxx |
init.method |
xxx |
method |
xxx |
n |
xxxx |
xxxxx
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.