Description Usage Arguments Value Author(s)
Method to xxxxx
1 2 3 4 5 6 7 | 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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.