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
data(Exp1_R25_pept, package="DaparToolshedData")
obj <- Exp1_R25_pept
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj[seq_len(10)], protID, FALSE)
qdata.agg <- inner.aggregate.iter(assay(obj[seq_len(10)]), X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.