zakandrewking / escher

Build, share, and embed visualizations of metabolic pathways.
https://escher.github.io
Other
210 stars 78 forks source link

Interop with MATLAB COBRA toolbox #108

Open zakandrewking opened 9 years ago

zakandrewking commented 9 years ago

This should include:

If any COBRA toolbox users are interested in helping with this, please comment here!

Ojami commented 9 years ago

It is possible to parse JSON files of Escher maps directly in MATLAB. This is similar to KGML files of KEGG pathway maps. This will provide standalone accessibility to Escher maps by storing them as image and corresponding JSON files. These images can be employed directly in COBRA toolbox to map numerical results of simulations on maps and save them for later use. However, saving a new JASON file from these COBRA models along with their simulation results would be possible by emulating the implementation used in Python.