Pierre, I really appreciate your help. Apologies, I should have been more specific. I would like to convert a KGML file, example provided in the link (https://drive.google.com/file/d/0B4c_nAf77KoUZVhQcEFBdUNDN1E/view?usp=sharing) to JSON format similar to this file (https://drive.google.com/file/d/0B4c_nAf77KoUdk5yeHRWcnItU2M/view?usp=sharing). Essentially, I would like to put the converted JSON file into Escher.
Convert KEGG KGML file to JSON format
Hi,
I am wondering is anyone knows of a tool that will convert KEGG KGML pathway file to JSON format? Any help would be greatly appreciated.
Thanks
• 3,397 views
•
link
1 answer
1) use togows
http://togows.org/entry/kegg-pathway/eco00020.json
2 ) use a XSLT transformation.
I'm lazy, I don't have processed all the element/nodes. Futhermore, A text should be escaped if if contains a double quote. .e.g: https://stackoverflow.com/questions/14217025
• 0 views
•
link
• 0 views
•
link
so the solution XML->JSON is xslt.
• 0 views
•
link
Log in to answer this question.