Bio.KEGG.KGML package
Submodules
- Bio.KEGG.KGML.KGML_parser module
- Bio.KEGG.KGML.KGML_pathway module
PathwayPathway.__init__()Pathway.get_KGML()Pathway.add_entry()Pathway.remove_entry()Pathway.add_reaction()Pathway.remove_reaction()Pathway.add_relation()Pathway.remove_relation()Pathway.__str__()Pathway.namePathway.numberPathway.compoundsPathway.mapsPathway.orthologsPathway.genesPathway.reactionsPathway.reaction_entriesPathway.relationsPathway.elementPathway.boundsPathway.__annotate_func__Pathway.__annotations_cache__Pathway.__firstlineno__Pathway.__static_attributes__
EntryEntry.__init__()Entry.__str__()Entry.add_component()Entry.remove_component()Entry.add_graphics()Entry.remove_graphics()Entry.nameEntry.reactionEntry.idEntry.elementEntry.boundsEntry.is_reactantEntry.__annotate_func__Entry.__annotations_cache__Entry.__firstlineno__Entry.__static_attributes__
ComponentGraphicsReactionReaction.__init__()Reaction.__str__()Reaction.add_substrate()Reaction.add_product()Reaction.idReaction.nameReaction.substratesReaction.productsReaction.entryReaction.reactant_idsReaction.elementReaction.__annotate_func__Reaction.__annotations_cache__Reaction.__firstlineno__Reaction.__static_attributes__
Relation
Module contents
Code to work with data from the KEGG database.
References: Kanehisa, M. and Goto, S.; KEGG: Kyoto Encyclopedia of Genes and Genomes. Nucleic Acids Res. 28, 29-34 (2000).