Team:Evry/ODE model

From 2012.igem.org

(Difference between revisions)
Line 27: Line 27:
</center>
</center>
-
<h2>Hypothesis</h2>
+
<h2>Hypotheses</h2>
-
There are the different hypothesis we were constrained to make in order to model the system:
+
There are the different hypotheses we were constrained to make in order to model the system:
<ol>
<ol>
Line 128: Line 128:
</table>
</table>
</center>
</center>
-
 
-
<h2>Calibration</h2>
 
<h2>Results</h2>
<h2>Results</h2>

Revision as of 14:43, 25 September 2012

Model using Ordinary Differential Equations(ODE)

Overview

    The first model we developed represents the tadpole as a three compartment system:
    1. The skin that produces (or receives) auxins, denoted S in the equations;
    2. The blood that transport auxins to the organs, denoted B;
    3. The organs (called receptors) that interacts with auxin molecules, denoted R.

    The parallel with (electrical) engineering is made easy: the skin represents a generator that will add a quantity to the system; The blood represents wires, that convey this quantity throughout the system; Finally the organs are the sinks that use the quantity to work.

    This very idealized view of the tadpoles allows to make some interesting simplifications: The processes happening in the system can be approximated using Ordinary Differential Equations (ODE), one of the simplest form of differential equations; Plus, the organs repartition and shape are not taken into account.

    This over-simplication of the problem causes the model to give very imprecise quantitative results but its strength is in allowing us to make some qualitative predictions about the success or failure of some experiments.
    tadpole compartments

    Hypotheses

    There are the different hypotheses we were constrained to make in order to model the system:
    1. The auxin concentration inside a compartment is homogeneous
    2. This condition is inherent to this kind of modeling.
    3. No auxins can go from the skin directly to the organs.
    4. We have chosen to neglect the exchanges between the skin and the other organs.
    5. The auxin flow follows the concentration gradient between compartments.
    6. This hypothesis is based on the fact that a small capillary is nothing more than a hole in a cell layer. So the exchanges between the surrounding cells and the capillary are mutual.

    Model description

    Equations

    Each compartment is modeled by a differential equation representing the evolution of the auxin quantity as a function of the time. Each equations are composed of two kinds of terms: creation and degradation. The creation term can represent either a creation of auxin in the compartment or an arriving quantity of auxin from another one. In the same way, the degradation term can either represent a natural degradation of molecules or a quantity leaving the compartment.

    ODE system

    In this system, the J terms represent the fluxes between the different compartments. We made them depend on the concentrations of both the in and out compartments as explained in hypothesis 2. Their mathematical formulation is the following:

    mathematical expression of fluxes

    Where:
    • S in m2, represents the area of the exchange surface between the two compartments.
    • P in m2, represents the permeability of the membrane between the specified compartments.
    • C in [quantity] / m3, represents the concentration of auxin in the specified compartment

    These flow equations are based on Newton's law of cooling where the difference between the concentrations of the two compartments gives the direction and magnitude of the flow. This allows us to model in a single equations the two opposite flows between the compartments.

    Parameters


    The parameters of the model are hard to estimate because they are an aggregation of different physical values. This is due to the high level view provided by the model. The different parameters are:

    Description Symbol Type Values
    Permeabilities P calculated here
    Contact surfaces S calculated here
    Volumes V calculated here
    Degradation rate Ddie estimated ?
    Creation rate Dborn computed plasmid repartition model

    Results

    Conclusion

    References

    References:

    Other possible topologies

    With auxin in the external medium:
    tadpole + external compartments

    With a specific receptor organ:
    tadpole + other compartments