Replies: 1 comment
-
The behaviour of - !!omap
- id: "r_2773"
- kcat: 13.8
- source: "brenda"
- eccodes: "2.3.1.-"
- enzymes: !!omap
- Q06510: 1 So in your case it seems that there is something going wrong with finding the entry in Also, do you a |
Beta Was this translation helpful? Give feedback.
-
There's one reaction in a model that has an entry in
ec.enzymes
: 'A6NKP2' and it is present inuniprot.tsv
file:A6NKP2 100288072 1.1.1.- 46869 MKSNPPRSSLEACKAAGQAPQQKTQAK
but it is empty in ec.eccodes after running:
model = getECfromDatabase(model)
Then it gets a kcat value of 0 after running:
There's also NaN in
.origin
of kcatList.Could it be that the corresponding entry in ec.eccodes is empty because the EC,
1.1.1.-
, is not complete? and therefore does not find a kcat?In that case, does it mean the fuzzy kcat matching only works after getting a complete EC?
If so, would be interesting to get gecko to get the fuzzy kcat matching (for a similar enzyme, or same enzyme other substrate, etc) with an incomplete EC?
Beta Was this translation helpful? Give feedback.
All reactions