I wish to obtain a list of all known enzymes and then get rid of the ones that use cofactors, the ones that use ATP, and a few others. What is the easiest way to do this?
Asked
Active
Viewed 42 times
1 Answers
3
You should be able to filter the UniProt database for this. For example, this search query:
ec:* NOT cofactor:(chebi:*) NOT annotation:(type:"catalytic activity" atp) AND reviewed:yes
...gives you all manually curated (reviewed:yes) enzymes (ec:*) that don't have a cofactor (NOT cofactor:(chebi:*)) and don't catalyze reactions with ATP (NOT annotation:(type:"catalytic activity" atp)).
canadianer
- 17,692
- 4
- 49
- 84