Description Usage Arguments Details Value Author(s) Examples
Does nothing
1 | passthroughNodeOrder(bfGraph)
|
inGraph |
The graph to order, in igraph format (see
|
Returns the provided graph with no changes. Use this function if you are providing a graph to bioFabric that is already node-ordered, so no reordering will occur.
The provided graph with no reordering.
Bill Longabaugh <wlongabaugh@systemsbiology.org>
1 2 3 4 5 6 7 8 | ## Not run:
library(igraph)
bfGraph = graph.tree(20, children=2, mode="out")
bfGraph <- autoNameForFabric(bfGraph)
bfGraph <- defaultNodeOrder(bfGraph)
bioFabric(bfGraph, orderFunc=passthroughNodeOrder)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.