This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

kgml kegg

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

Log in to answer this question.