Skip to content

izaakm/kegg-kgml-parser-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Create a networkx.DiGraph object from a KEGG pathway file, with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.0%
  • Makefile 4.0%