Skip to content

Latest commit

 

History

History

metabolism

E. coli Metabolism Example using Layered Layout

In this example, we are using the layered layout code to visualize the metabolic network of Escherichia coli. Glucose is the top most node, and everything else is layered by graph distance from it:

See the included code and example to utilize this layout. Run this example using the provided shell script.

sh draw_ecoli_metabolism.sh

This can also serve as a basis to make dynamic metabolism videos:

ScreenShot