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

Package Enzyme

source code

This module provides code to work with the KEGG Enzyme database.

Classes: Record -- Holds the information from a KEGG Enzyme record.

Classes [hide private]
  Record
Holds info from a KEGG Enzyme record.
  Iterator
Iterator to read a file of KEGG Enzyme entries one at a time.
Functions [hide private]
 
id_wrap(indent) source code
 
struct_wrap(indent) source code
 
parse(handle) source code
Variables [hide private]
  rxn_wrap = [0, '', (' + ', '', 1, 1), (' = ', '', 1, 1), (' ',...
  name_wrap = [0, '', (' ', '$', 1, 1), ('-', '$', 1, 1)]
Variables Details [hide private]

rxn_wrap

Value:
[0,
 '',
 (' + ', '', 1, 1),
 (' = ', '', 1, 1),
 (' ', '$', 1, 1),
 ('-', '$', 1, 1)]