Logo

Table of contents

  • Biopython Tutorial & Cookbook
  • API documentation
    • Bio package
      • Subpackages
        • Bio.Affy package
        • Bio.Align package
        • Bio.AlignIO package
        • Bio.Application package
        • Bio.Blast package
        • Bio.CAPS package
        • Bio.Cluster package
        • Bio.Compass package
        • Bio.Data package
        • Bio.Emboss package
        • Bio.Entrez package
        • Bio.ExPASy package
        • Bio.GenBank package
        • Bio.Geo package
        • Bio.Graphics package
        • Bio.HMM package
        • Bio.KEGG package
        • Bio.Medline package
        • Bio.NMR package
        • Bio.Nexus package
        • Bio.PDB package
        • Bio.Pathway package
        • Bio.Phylo package
        • Bio.PopGen package
        • Bio.Restriction package
        • Bio.SCOP package
        • Bio.SVDSuperimposer package
        • Bio.SearchIO package
        • Bio.SeqIO package
        • Bio.SeqUtils package
        • Bio.Sequencing package
        • Bio.SwissProt package
        • Bio.TogoWS package
        • Bio.UniGene package
        • Bio.UniProt package
        • Bio.codonalign package
        • Bio.motifs package
        • Bio.phenotype package
      • Submodules
      • Module contents
    • BioSQL package
Biopython
  • API documentation
  • Bio package
  • Bio.KEGG package
  • Edit on GitHub
Previous Next

Bio.KEGG package

Subpackages

  • Bio.KEGG.Compound package
    • Module contents
      • Record
        • Record.__init__()
        • Record.__str__()
      • parse()
  • Bio.KEGG.Enzyme package
    • Module contents
      • Record
        • Record.__init__()
        • Record.__str__()
      • parse()
      • read()
  • Bio.KEGG.Gene package
    • Module contents
      • Record
        • Record.__init__()
        • Record.__str__()
      • parse()
  • Bio.KEGG.KGML package
    • Submodules
      • Bio.KEGG.KGML.KGML_parser module
        • read()
        • parse()
        • KGMLParser
      • Bio.KEGG.KGML.KGML_pathway module
        • Pathway
        • Entry
        • Component
        • Graphics
        • Reaction
        • Relation
    • Module contents
  • Bio.KEGG.Map package
    • Module contents
      • parse()

Submodules

  • Bio.KEGG.REST module
    • kegg_info()
    • kegg_list()
    • kegg_find()
    • kegg_get()
    • kegg_conv()
    • kegg_link()

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

URL: http://www.genome.ad.jp/kegg/

Previous Next

© Copyright 1999-2024, The Biopython Contributors. See the Biopython license terms.

Built with Sphinx using a theme provided by Read the Docs.
Biopython v: 1.85
Versions
Previous
Latest
Develop
Biopython Project
Homepage
On GitHub