SetMatAdj | R Documentation |
MSnSet
Record the adjacency matrices in a slot of the
dataset of class MSnSet
SetMatAdj(obj, X)
obj |
An object (peptides) of class |
X |
A list of two adjacency matrices |
NA
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') Xshared <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], "Protein_group_IDs", FALSE) Xunique <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], "Protein_group_IDs", TRUE) ll.X <- list(matWithSharedPeptides = Xshared, matWithUniquePeptides = Xunique) Exp1_R25_pept <- SetMatAdj(Exp1_R25_pept, ll.X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.