Package Bio :: Package KEGG
[show private | hide private]
[frames | no frames]

Package Bio.KEGG

This module provides 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/
Function Summary
  _default_wrap(indent)
  _wrap_kegg(line, max_width, wrap_rule)
Wraps the input line for KEGG output.
  _write_kegg(item, info, indent)
Write a indented KEGG record item.

Function Details

_wrap_kegg(line, max_width=68, wrap_rule=<function <lambda> at 0x30147ab0>)

Wraps the input line for KEGG output.

Arguments:

o info - String holding the information we want wrapped for KEGG output. o max_width - Maximum width of a line. o wrap_rule - A wrap rule (see above) for deciding how to split strings that must be wrapped.

_write_kegg(item, info, indent=12)

Write a indented KEGG record item.

Arguments:

o item - The name of the item to be written. o info - The (wrapped) information to write. o indent - Width of item field.

Generated by Epydoc 2.1 on Mon Aug 27 16:43:43 2007 http://epydoc.sf.net