Thanks Lars, ID & DE is the information I am looking for.
Enzyme (Ec Number) - Description Mapping
I am looking for a tab-delimited text file for enzyme ID and it's description. I have several enzyme ids like this
1.7.99.1
1.14.13.39
I would like to retrieve their respective enzyme names as follows.
1.7.99.1 hydroxylamine reductase
1.14.13.39 nitric-oxide synthase
Please let me know if you know about such a file available for download. Thanks in advance.
• 6,927 views
•
link
3 answers
I would suggest that you download the ENZYME flatfile from ExPASy. It is very easy to parse and provides precisely the information that you ask for.
• 2 views
•
link
• 0 views
•
link
Yes, I should have been nice and explicitly said that ;-)
• 0 views
•
link
Log in to answer this question.
EDIT: None of these databases provides such an index file, but this can be easily obtained parsing the ID and DE records from enzyme.dat file suggested by Lars. Brenda also provides this information with greater detail. All answers are great pointers, I will select best answer as the one with max. votes by tomorrow.