Trees | Index | Help |
---|
Package Bio :: Package 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)
| |
Wraps the input line for KEGG output. | |
Write a indented KEGG record item. |
Function Details |
---|
_wrap_kegg(line, max_width=68, wrap_rule=<function <lambda> at 0xb78c6f44>)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. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jan 31 09:59:41 2007 | http://epydoc.sf.net |