All other aspects of how the simulation runs is ready. I am now creating a class in python called "Enzyme", however the following problem is not yet solved:
In BRENDA I have found the Kcat and KM values for ATP and glucose for hexokinase. In this bisubstrate reaction, how can I compute the reaction rate if I know enzyme, ATP and glucose concentrations? The problem I have is that I need to get Vmax from somewhere but for bisubstrate reactions I cannot compute Vmax from Kcat (because there are two).
Is computing Vmax as the enzyme concentration multiplied by the lowest Kcat an option?
Am I making a mistake by using Michaelis-Menten kinetics?
All help is welcome and appreciated :)