-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31023,12 +31023,14 @@ | |
"biocontext": { | ||
"prefix": "EC-CODE" | ||
}, | ||
"comment": "The Nomenclature Committee website does not yet contain an official policy regarding the use of dashes in the hierarchical categorization of enzymes, so the Bioregistry's regular expression is permissive and accepts both EC identifiers with dashes (e.g. <code>2.3.-.-</code>) and without dashes (e.g., <code>2.3</code>). This means you may have to do post-processing of EC identifiers in data integration scenarios.", | ||
"contact": { | ||
"email": "[email protected]", | ||
"github": "kaxelsen", | ||
"name": "Kristian Axelsen", | ||
"orcid": "0000-0003-3889-2879" | ||
}, | ||
"description": "The Enzyme Nomenclature (also known as the Enzyme Commission Code) is a species-agnostic controlled vocabulary for specific enzymes and an associated hierarchical classification into 7 main categories.\n\nThe Enzyme Nomenclature is maintained by the [Nomenclature Committee](https://iubmb.org/about/committees/nomenclature-committee/) of the International Union of Biochemistry and Molecular Biology (IUBMB). A detailed history of the nomenclature since the 1950s can be found [here](https://iubmb.qmul.ac.uk/enzyme/history.html).\n\nThere are few notable resources providing access to the Enzyme Nomenclature:\n\n<table class=\"table table-striped\"><thead><tr><th>Website</td><th>Homepage</td><th>Notes</td></tr></thead><tbody><tr><td>ExplorEnz</td><td>https://www.enzyme-database.org</td><td>This is the resources officially recommended by IUBMB</td></tr><tr><td>IUBMB (via by Queen Mary)</td><td>https://iubmb.qmul.ac.uk/enzyme</td><td>This is a web-based version of the <a href=\"https://archive.org/details/enzymenomenclatu0000inte_d6c2\">1992 publication</a>.</td></tr><tr><td>IntEnz</td><td>https://www.ebi.ac.uk/intenz</td><td></td></tr><tr><td>ExPaSy</td><td>https://enzyme.expasy.org</td><td></td></tr></tbody></table>", | ||
"edam": { | ||
"description": "An Enzyme Commission (EC) number of an enzyme.", | ||
"name": "EC number", | ||
|
@@ -31156,7 +31158,14 @@ | |
"prefix": "ec-code", | ||
"uri_format": "https://www.ebi.ac.uk/intenz/query?cmd=SearchEC&ec=$1" | ||
}, | ||
"name": "Enzyme Commission Code", | ||
"name": "Enzyme Nomenclature", | ||
"owners": [ | ||
{ | ||
"name": "International Union of Biochemistry and Molecular Biology", | ||
"partnered": false, | ||
"ror": "00910ay07" | ||
} | ||
], | ||
"pathguide": { | ||
"abbreviation": "IntEnz", | ||
"homepage": "http://www.ebi.ac.uk/intenz/index.html", | ||
|