Graph Visualization Methods

Graph functions in the Bioinformatics Toolbox include viewing and manipulation tools that let you display interaction maps, hierarchy plots, or even pathways.

The graph visualization functions and methods begin with creating an object to hold graph data (biograph). Calculate the position of nodes (dolayout), and draw a graph with the results (view). Get handle information about the nodes (getnodesbyid), edges (getedgesbynodeid), and find relations between the nodes (getancestors, getdescendants, getrelatives).

You can also change programmatically the properties of your rendered graph.


© 1994-2005 The MathWorks, Inc.