Trees | Indices | Help |
---|
|
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/
|
|||
|
|
|||
|
|||
|
|||
|
|
|||
KEGG_ITEM_LENGTH = 12
|
|||
KEGG_LINE_LENGTH = 80
|
|||
KEGG_DATA_LENGTH = 68
|
|||
__package__ = None hash(x) |
|
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 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. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 26 15:43:40 2010 | http://epydoc.sourceforge.net |