Table of Contents

Class: Record Bio/KEGG/Enzyme/__init__.py

Holds info from a KEGG Enzyme record.

Members: entry The EC number (withou the EC ). name A list of the enzyme names. classname A list of the classification terms. sysname The systematic name of the enzyme. reaction A list of the reaction description strings. substrate A list of the substrates. product A list of the products. inhibitor A list of the inhibitors. cofactor A list of the cofactors. effector A list of the effectors. comment A list of the comment strings. pathway A list of 3-tuples: (database, id, pathway) genes A list of 2-tuples: (organism, list of gene ids) disease A list of 3-tuples: (database, id, disease) motif A list of 3-tuples: (database, id, motif) structures A list of 2-tuples: (database, list of struct ids) dblinks A list of 2-tuples: (database, list of db ids)

Methods   
__init__
__str__
_classname
_cofactor
_comment
_dblinks
_disease
_effector
_entry
_genes
_inhibitor
_motif
_name
_pathway
_product
_reaction
_structures
_substrate
_sysname
  __init__ 
__init__ ( self )

__init___(self)

Create a new Record.

  __str__ 
__str__ ( self )

__str__(self)

Returns a string representation of this Record.

  _classname 
_classname ( self )

  _cofactor 
_cofactor ( self )

  _comment 
_comment ( self )

  _dblinks 
_dblinks ( self )

  _disease 
_disease ( self )

  _effector 
_effector ( self )

  _entry 
_entry ( self )

  _genes 
_genes ( self )

  _inhibitor 
_inhibitor ( self )

  _motif 
_motif ( self )

  _name 
_name ( self )

  _pathway 
_pathway ( self )

  _product 
_product ( self )

  _reaction 
_reaction ( self )

  _structures 
_structures ( self )

  _substrate 
_substrate ( self )

  _sysname 
_sysname ( self )


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:07 2002 by HappyDoc version 2.0.1