inner.mean | R Documentation |
xxxx
inner.mean(pepData, X)
pepData |
A data.frame of quantitative data |
X |
An adjacency matrix |
xxxxx
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(10)]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj, protID, FALSE)
inner.mean(Biobase::exprs(obj), X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.