Team:Calgary/Modelling/Method
From 2009.igem.org
(Difference between revisions)
Babydimples (Talk | contribs) |
|||
Line 136: | Line 136: | ||
<div class="desc"> | <div class="desc"> | ||
</div> | </div> | ||
- | The following parameters were assigned values based on the assumptions made from the knowledge of the system. The values are choosen on the basis of comparison to each other. | + | The following parameters were assigned values based on the assumptions made from the knowledge of the system. The values are choosen on the basis of a comparison to each other. |
<center><b>Table: Initial Values of the Species in the System</b> </center> | <center><b>Table: Initial Values of the Species in the System</b> </center> | ||
<br> | <br> |
Revision as of 00:44, 22 October 2009
UNIVERSITY OF CALGARY
DIFFERENTIAL EQUATIONS MODELLING METHODS
The simbiology interface from Matlab was used to simulate the differential equations model. Chemical Kinetic equations were used to build the model for simulation.
k is the kinetic rate constant. The size of k will determine the speed of the reaction. A smaller value of k will produce a slow reaction rate while a larger value of k will produce a fast reaction rate. [A] is the amount of reactant A present. The simulations were run for 50000 seconds . It was considered to be enough time for the system to reach equilibrium after disturbance. Sundial Solver The sundial solver (SUNDIALS) was developed so that robust time integrators and non-linear solvers can be easily combined with already existing simulation codes. Minimal information from user is required and this solver allow users to easily supply their own data structures. The Sundials solvers are part of a third-party package developed at Lawrence Livermore National Laboratory. Built-in ordinary differential equation (ODE) solvers (ode45 and ode15s) are also part of the interface. When sundials solver is selected, the program selects one of teh two sundials solvers that suits your model: CVODE or IDA. CVODE is used for systems of ODEs (stiff or nonstiff) and this type of solver is usually used for a model that has no algebraic rules. IDA is a differential-algebraic equation (DAE) solver and it is usually used when there is one more algebraic rules. Since our model incorporates an event (the addition of autoinducer-II (AI-2)), this type of solver was used in our model. More information can be found here: https://computation.llnl.gov/casc/sundials/description/description.html Rationale The following initial conditions and k constants are estimated values. The modelling team was unable to find much literature regarding rate constants and initial conditions for our signalling system. With that being said, this model still serves a purpose in understanding the signalling pathway. We were able to demonstrate various trends when AI-2 and expression of specific proteins were adjusted. The output when inputs were changed showed significant trends that may be taken into consideration when the laboratory work is performed. This model provides a good starting place for understanding of the basic signalling system. Further research and work will be dedicated to provide a more accurate model. The main focus for this team is to find significant trends that will effect the AI-2 signalling cascade. The Reactions
The system was represented by the following reactions. The reactions with double headed arrows have two rate constants(forward/ reverse rate constant). All reactions were assumed to be elementary reactions.
Parameter Rationale
|