I have a list of thousands of NCBI-GIs of proteins. I want to determine;
1. how many of them are enzymes ?
2. what are their EC numbers ?
3. What is the reference database for this information ?
Input example:
197250412
198245186
383497501
378955480
194450450
194447589
.
.
My desired output is;
197250412 no
198245186 yes EC=2.1.1.80 UniProt (or BRENDA)
383497501 no
378955480 yes EC=2.1.1.80 UniProt
194450450 yes EC=1.10.3.- UniProt
194447589 no
.
.
I have applied KEGG by converting NCBI-GIs of proteins to respective KEGG-IDS and then looking them in KEGG Enzyme Brite Hierarchy files, but I am not sure of the obtained output, as it is mentioning "Succinate dehydrogenase cytochrome b556 large membrane subunit" as non-enzyme. I want to apply BRENDA (www.brenda-enzymes.info) or ExPASy ENZYME (enzyme.expasy.org), as they are also comprehensive database.
Kindly guide me in this issue.