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