escher icon indicating copy to clipboard operation
escher copied to clipboard

Interop with MATLAB COBRA toolbox

Open zakandrewking opened this issue 10 years ago • 1 comments

This should include:

  • [ ] Interop with COBRA toolbox map txt file
  • [ ] Generating Escher maps, Escher-compatible datasets, and JSON models directly from COBRA toolbox

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

zakandrewking avatar Jul 03 '15 19:07 zakandrewking

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.

Ojami avatar Jul 09 '15 21:07 Ojami