Description Usage Arguments Value
sometimes our graph has a lot of rather duplicated nodes that we want to collapse for visualization. thats what this does. Given a graph, the info about the nodes, and the strings to use to find things to collapse together, returns a new graph and info entries.
1 | collapseNodes(ppiGraph, ppiInfo, ppiSeed, collapseString)
|
ppiGraph |
the graph of interactions |
ppiInfo |
the information about each node |
ppiSeed |
the nodes that were originally used to seed the PPI graph |
collapseString |
the strings used to find those things to collapse |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.