Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 267 Bytes

File metadata and controls

15 lines (8 loc) · 267 Bytes

KEGG Parser

A parser for KEGG XML files.

You can install it from the python dist utils:

sudo python setup.py install

Then in python:

from keggparser import KeggPathway, parse_KGML

Finally to parse a KGML file:

parse_KGML.KGML2Graph("data/hsa00510.xml")