Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom rate equations #123

Open
sriki18 opened this issue Jul 4, 2020 · 1 comment
Open

Support for custom rate equations #123

sriki18 opened this issue Jul 4, 2020 · 1 comment

Comments

@sriki18
Copy link
Collaborator

sriki18 commented Jul 4, 2020

Currently the user can only specify rate constants and the rate equations are implicit from the structure of the reaction. There should be support for custom rate equations independent of structure.

@sriki18
Copy link
Collaborator Author

sriki18 commented Jul 4, 2020

There are a few reasons to avoid custom rate equations.

  1. Custom rate equations do not make theoretical sense. It is the structure of the reactions that determines the reaction kinetics. 2. Not being able to create custom rate equations reduces the probability of errors.
  2. Something like Michaelis Menten kinetics can be described by setting up the individual constituent reactions, i.e.
    • E + S <-> ES
    • E -> E + P
      and picking rate constants which satisfy the assumption of Michaelis Menten kinetics.
  3. Phenomnological models like Monod kinetics should be treated carefully. Such models typically violate the theoretical assumptions of Gillespie type stochastic simulations, and it may not be ideal to simply use the rate equations to determine kinetics in the stochastic realm. Presently such approaches are not supported.

@sriki18 sriki18 closed this as completed Jul 4, 2020
@dileep-kishore dileep-kishore reopened this Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants