-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
It's common in a lot of biochemical network models to have an enzyme which transitions between an active and inactive form but otherwise exists in a fixed quantity. So you have
@reaction_network begin
(v1, v2), E_a <-> E_i
...
end
as the only reaction in which the amounts of E_a
and E_i
change. In this case you can take E_t = E_a + E_i
to be a fixed parameter, and then you need only have E_a
as a state variable because E_i = E_t - E_a
.
Is this something you are planning to support?
sosiristseng
Metadata
Metadata
Assignees
Labels
No labels