ENZYME: Enzyme Nomenclature Database
- ENZYME comes from the Swiss Institute of Bioinformatics, and is describe by its creators thusly:
- ENZYME is a repository of information relative to the nomenclature of
enzymes. It is primarily based on the recommendations of the
Nomenclature Committee of the International Union of Biochemistry and
Molecular Biology (IUBMB) and it describes each type of characterized
enzyme for which an EC (Enzyme Commission) number has been provided.
- [online; accessed 11/13/02; http://us.expasy.org/enzyme/]
Schema in CLSD
ENZYME tables are found under the 'enzyme' schema.
| Table | Field | Type | Description |
| GENERAL |
EC_ID | VARCHAR(12) |   |
| DESCRIPTION | VARCHAR(150) |   |
| REACTION | VARCHAR(700) |   |
| ALTERNATE |
EC_ID | VARCHAR(10) |   |
| ALTERNATE | VARCHAR(150) |   |
| COFACTOR |
EC_ID | VARCHAR(10) |   |
| COFACTOR | VARCHAR(60) |   |
| COMMENT |
EC_ID | VARCHAR(10) |   |
| COMMENT | VARCHAR(700) |   |
| DISEASE |
EC_ID | VARCHAR(10) |   |
| NAME | VARCHAR(80) |   |
| MIM | BIGINT |   |
| PROSITE |
EC_ID | VARCHAR(10) |   |
| PROSITE_ID | VARCHAR(10) |   |
| SWISSPROT |
EC_ID | VARCHAR(10) |   |
| ACC | VARCHAR(10) |   |
| NAME | VARCHAR(20) |   |