File content
txt-files------
Instructions.txt - install and run instructions for Matblab and Scilab

pdf-files-----
keggparser_tutorial.pdf - tutorial

M-files------
KEGG_parser.fig - GUI
KEGG_parser.m - KEGGparser main file
parse_KEGG_xml.m - parse KGML (KEGG Markup Language) xml file into Matlab biograph object
node_add.m - add node to existion graph
node_del.m - delete node from existing graph
edge_add.m - add edge to existion graph
edge_del.m - delete edge from existing graph
load_image - load and display static image of KEGG pathway
kegg_batch - batch pathway update/download from KEGG pathway
README.txt - help file

Scilab files------
kegg_parser.sce - Scilab KEGGParser main file

Data files------
MAT------
chemokine.mat - biograph object of "Chemokine signaling pathway"
chemokine_non_edited.mat - biograph object of "Chemokine signaling pathway" (unedited, just parsed)
focal.mat - biograph object of "Focal adhesion pathway"
nod_like_edited.mat - biograph objec of "Nod-like receptor pathway" (parsed and edited)
nod-like.mat - biograph objec of "Nod-like receptor pathway" (unedited, just edited)
kegg_path.mat - collection of parsed maps for human KEGG pathways 


KGML files------
hsa04062.xml - "Chemokine signaling pathway" KGML file
hsa04510.xml - "Focal adhesion pathway" KGML file
hsa04621.xml - "Nod-like receptor pathway"







