Team:Grenoble/Modeling/Amplification/ODE
From 2012.igem.org
(Difference between revisions)
Line 208: | Line 208: | ||
</br> | </br> | ||
The first question was: what is the sensitivity of our system? | The first question was: what is the sensitivity of our system? | ||
+ | </br> | ||
</br> | </br> | ||
Even if we don’t know the exact value of all the parameters, we have enough information on them to be able to have a good evaluation of the sensitivity of our system. | Even if we don’t know the exact value of all the parameters, we have enough information on them to be able to have a good evaluation of the sensitivity of our system. | ||
+ | </br> | ||
</br> | </br> | ||
To answer this question, we plot the evolution of the steady state of adenylate cyclase in function of 〖cAMP〗_out, the initial concentration of cAMP, which is assumed to be constant. Here are the scripts that enable us to plot the graphs. We solve the differential equations to get the steady state, because if we wanted to solve a set of equations we would have had to give an initial point. If we had given 0, matlab would have stayed at this point, and we couldn’t give another initial point without solving the equations. | To answer this question, we plot the evolution of the steady state of adenylate cyclase in function of 〖cAMP〗_out, the initial concentration of cAMP, which is assumed to be constant. Here are the scripts that enable us to plot the graphs. We solve the differential equations to get the steady state, because if we wanted to solve a set of equations we would have had to give an initial point. If we had given 0, matlab would have stayed at this point, and we couldn’t give another initial point without solving the equations. |
Revision as of 18:34, 20 September 2012
Preliminary
We will use the quasi steady state approximation (QSSA) then. The idea is that there are quick reactions, such as enzymatic ones, complexations, etc… And there are slow reactions such as protein production. We assume that the evolution speed of an element that is created only by quick reaction is null.Goal
In this part, we want to answer to three questions:- What is the sensitivity of our system?
- What is the time response?
- What steady states will our system always reach?