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__
|
__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 )
|
|