Obtain the steady-state equations for a given network. Before any equations can be created, you must invoke the createRing function, which creates the reaction network ring. If you do not create the ring, you will receive an error message.
|
|
|
Obtain the steady-state equations for a motif and display equations.
|
|
|
Generate the steady-state equations in a specific ring.
|
|
|
Substitute ReactionRates
The example below demonstrates how to substitute randomly generated values, for the reaction rates, directly into the steady state equations. For specific user-input values create a list with the corresponding values for each reaction rate; to view the order: N.ReactionRates, where N is the name of the reaction network.
|
|
|
|
|
|
|
The object steadyStateEquations is a method function.