splitAdjacencyMat | R Documentation |
Method to split an adjacency matrix into specific and shared
splitAdjacencyMat(X)
X |
An adjacency matrix |
A list of two adjacency matrices
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj.pep <- Exp1_R25_pept[seq_len(10)]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
ll <- splitAdjacencyMat(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.