Class Record
source code
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) structures A list of 2-tuples: (database, list of struct
ids) dblinks A list of 2-tuples: (database, list of db ids)
|
|
|
__str__(self)
Returns a string representation of this Record. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|