Description Usage Arguments Value Author(s) Examples
View source: R/visualizeBiopax.R
This gracefully combines nodes from a regulatory graph. This is basically a wrapper for graph::combineNodes(nodes, graph, newName, collapseFunction=max). If there are duplicated edges for the nodes, the maximum edgeweight will be used for the new connection.
1 | combineNodes(nodes, graph, newName)
|
nodes |
vector of node names specifiying which nodes to combine. |
graph |
graphNEL |
newName |
string. Name of the newly created node that will combine the specified nodes. |
Returns a graph with specified nodes removed.
Frank Kramer
1 2 | # load data and retrieve wnt pathway
data(biopaxexample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.