Data2Dynamics/d2d

Reaction formulation Becker

JanHasenauer opened this issue · 3 comments

I just saw that in the Becker model the reaction

Epo_EpoR_i -> EpoR Epo CUSTOM "kex * Epo_EpoR_i"

is defined. I'm confused by the definition of the reactant. What does this mean? Is it a "EpoR + Epo"?

Thanks for this very fast response. I guess it would be good to fix this.

Short follow up:

Becker includes a model for the dynamics and one for the Epo-EpoR binding. In the former, a replacement is used (kon "kon / init_Epo"). Yet, in the latter this is not used. According to the model for the Epo-EpoR binding, kon and koff are the standard one and off rates.
On first glance it appears inconsistent to overwrite it in one model but not in the other. What is the logic behind this?

It seems that luckily the following two definitions
Epo_EpoR_i -> EpoR Epo CUSTOM "kex * Epo_EpoR_i" [wrong]
Epo_EpoR_i -> EpoR + Epo CUSTOM "kex * Epo_EpoR_i" [right]
are parsed in a way that lead to exactly the same ODEs.

I can push the correct version.