Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 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

Packages

Used by

Contributors

Languages