Team:Imperial College London/Project/Auxin/Results/Modeling

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
<h1>Modeling</h1>
<h1>Modeling</h1>
-
<h2>Auxin synthesis pathway</h2>
+
<h2>Auxin Synthesis Pathway</h2>
<p>    The production of auxin by bacteria(E.Coli and/or B.Subtilis) is one main module in our project. In order to choose the appropriate RNA promoter with the optimal strength, the auxin production amount is modelled base on the pathway via the intermediate IAM from the precusor tryptophan.
<p>    The production of auxin by bacteria(E.Coli and/or B.Subtilis) is one main module in our project. In order to choose the appropriate RNA promoter with the optimal strength, the auxin production amount is modelled base on the pathway via the intermediate IAM from the precusor tryptophan.
<p>    The result of modelling answers the question: <i>" How much auxin can be produced by the genetically modified bacteria with a typical RNA promoter strength? "</i>
<p>    The result of modelling answers the question: <i>" How much auxin can be produced by the genetically modified bacteria with a typical RNA promoter strength? "</i>
Line 22: Line 22:
<p>  <img src="https://static.igem.org/mediawiki/2011/7/71/ICL_Auxin1.png" alt="" width="359" height="271" /></p>
<p>  <img src="https://static.igem.org/mediawiki/2011/7/71/ICL_Auxin1.png" alt="" width="359" height="271" /></p>
<br>
<br>
-
<h4>Initial a root system</h4>
+
<h2>Auxin Uptake</h2>
 +
<h3>Initial a root system</h3>
<p>    To visualise our modelling result, a root system is demonstrated to show the root growth phenomena(primary root length, branching, root density, etc) in different environmental conditions(external and internal auxin concentration).</p>
<p>    To visualise our modelling result, a root system is demonstrated to show the root growth phenomena(primary root length, branching, root density, etc) in different environmental conditions(external and internal auxin concentration).</p>
<br>
<br>
Line 55: Line 56:
<p>  <img src="https://static.igem.org/mediawiki/2011/8/89/ICL_Auxin5.png" alt="" width="521" height="259" /></li>
<p>  <img src="https://static.igem.org/mediawiki/2011/8/89/ICL_Auxin5.png" alt="" width="521" height="259" /></li>
-
<h4>Lindenmayer system and root growth modeling</h4>
+
<h3>Lindenmayer system and root growth modeling</h3>
<p>    The properties of L-system provides the basic graphic principles to "draw" a root system.
<p>    The properties of L-system provides the basic graphic principles to "draw" a root system.
<p>    The  method to model root growth is to create a root system using Matlab.
<p>    The  method to model root growth is to create a root system using Matlab.
Line 78: Line 79:
<p>  <b>Using L-systems  for generating graphical images requires that the symbols in the model refer to  elements of a drawing on the computer screen. It interprets each constant in an L-system model as a turtle command.</b>
<p>  <b>Using L-systems  for generating graphical images requires that the symbols in the model refer to  elements of a drawing on the computer screen. It interprets each constant in an L-system model as a turtle command.</b>
-
<h2>Auxin uptake</h2>
+
<h3>Root Growth</h3>
<p>    The modelling of auxin uptake will give prediction of the root system development in the following ways:-
<p>    The modelling of auxin uptake will give prediction of the root system development in the following ways:-
<p>    <i>"What is the primary root growth rate?"</i>
<p>    <i>"What is the primary root growth rate?"</i>

Revision as of 11:41, 12 September 2011



Modeling

Auxin Synthesis Pathway

The production of auxin by bacteria(E.Coli and/or B.Subtilis) is one main module in our project. In order to choose the appropriate RNA promoter with the optimal strength, the auxin production amount is modelled base on the pathway via the intermediate IAM from the precusor tryptophan.

The result of modelling answers the question: " How much auxin can be produced by the genetically modified bacteria with a typical RNA promoter strength? "

the pathway has two steps:[1]

tryptophan-IAM(IaaM gene - tryptophan-2-monooxygenase)-IAM-IAA (IaaH gene-IAM hydrolase)

A feedback inhibition mechanism exists in the pathway, the production of IAM and IAA inhibits the function of tryptophan-2-monooxygenase, therefore stops the reaction chain


competitive inhibition

E + S ↔ ES → E + P

E + I ↔ EI


the reaction kinetics fits the Michaelis-Menten kinetics model perfectly

a set of ODEs can be used to model the reaction process:

parameters required: k1,k-1,k3,k-3

The rate constants of the reactions inside the pathway are required. All the parameters of the two enzymes involved in this pathway, tryptophan-2-monooxygenase and IAM hydrolase, can be found at the enzyme database Brenda. [2]


Auxin Uptake

Initial a root system

To visualise our modelling result, a root system is demonstrated to show the root growth phenomena(primary root length, branching, root density, etc) in different environmental conditions(external and internal auxin concentration).


Root order:-

Root order describes the branching “generation” of a root system, a root without branching is defined as a zero-order root

A root system starts with a single root tip of a zero-order root. Then the root grows away from the plant stem in a conical way.[3]

initial number of root = n0

initial cone base radius = r0

axial insertion angle = α

radial insertion angle = β

To ensure a even distribution of the roots, α and β must be set in the following way:




Tropisms:-

Root growth depends on the environmental factors, such as gravitation, soil heterogeneities, etc.

Therefore, two more variables are defined to describe the plant adaptation:

α:-

how strong the roots direction changes per 1cm growth ?

larger value indicates a more deflected root and a more twisted root system

N:-

the number of trials for the roots to find the optimal angles α and β for the rotation

for the downward movement

N can be any real number, if N = 1.5, if means that N can be either 1 or 2.


the difference of the root systems with different values of N and σ can be shown

Lindenmayer system and root growth modeling

The properties of L-system provides the basic graphic principles to "draw" a root system.

The method to model root growth is to create a root system using Matlab.

An L-system is a parallel rewriting system, namely a variant of a formal grammar, most famously used to model the growth processes of plant development, but also able to model the morphology of a variety of organisms.[4]

-recursive nature

-self-similarity

Plant models and natural-looking organic forms are easy to define, as by increasing the recursion level the form slowly 'grows' and becomes more complex.

L-systems are now commonly known as parametric L systems, defined as a tuple.

G = (V, ω, P)

V = a set of symbols containing elements that can be replaced (variables)

ω (start, axiom or initiator) = a string of symbols defining the initial state of the system

P = a set of production rules defining the way variables can be replaced with combinations of constants and other variables.

A production consists of two strings, the predecessor and the successor.

For any symbol A in V which does not appear on the left hand side of a production in P,the identity production A → A is assumed. These symbols are called constants or terminals.


An L-system is context-free if each production rule refers only to an individual symbol and not to its neighbors. Context-free L-systems are thus specified by either a prefix grammar, or a regular grammar.

If there is exactly one production for each symbol, then the L-system is said to be deterministic (a deterministic context-free L-system is popularly called a D0L-system).

If there are several, and each is chosen with a certain probability during each iteration, then it is a stochastic L-system.

Using L-systems for generating graphical images requires that the symbols in the model refer to elements of a drawing on the computer screen. It interprets each constant in an L-system model as a turtle command.

Root Growth

The modelling of auxin uptake will give prediction of the root system development in the following ways:-

"What is the primary root growth rate?"

"What does the root system look like after a certain period of time?"

"How does arabidopsis respond to different auxin concentration?"

... ...

The auxin distributed in the soil enters the plant mainly by diffusion, if the convection process is neglected, then the diffusion can by described using the following equations (Barber 1995)

θ = volumetric water content of the soil = 0.4

b = buffer power = 100

c = auxin concentration

D1 = diffusion coefficient of auxin

f = impedance factor = 0.3

s = root surface area per unit volume

Fm = maximal influx = 2.5*10-7 µmol/cm2/s

Km = Michaelis-Menten constant = 4*10-4 µmol*cm3

tage = average root surface age

k = decay factor of auxin uptake

An anxin distribution map can be drawn from the equation above.

The values from literature gives the relationship between external auxin concentration and elongation of the roots:-

5*10-5 mol/L → 200 µm elongation in 30 mins

The modelling parameter of growth speed is therefore 9.6*10-3 m/day

use L-system and turtle command, a zeroth-order root system is demonstrated


As you can see, this demonstration has a more generalised root shape. Arabidopsis, which does not grow in this way,is used in our project. By observing the real roots grow from the plant, the demonstration is modified to give a more reliable and accurate prediction of the root growth. Arabidopsis has a primary root with zeroth order and it is thicker than the branches. Arabidopsis normally grows to the depth of 20~30cm inside the soil and branches once only. The 3D picture shown below predicts the root growth with different elongation rate(with auxin = 0.46cm/day; without auxin = 0.96cm/day). They can be compared with the photo of real root system.




The root has a growth rate of 0.96cm/day with the external auxin concentration 5x10-5mol/L, however, this data is selected from literature. To get an accurate growth rate which is particularly fitting our project, we decided to do data fitting analysis to the arabidopsis we plant.

data fitting:-

When the arabidopsis samples are planted, we record the root length and number of branches every day from day 0 to day 20.Then, root length, root growth rate and number of branches are plotted against time and auxin concentration. These three curves are analysed to give the best mathematical equation to describe it, This can be an approximation of the relationship between auxin concentration and root growth. The following graph gives an example of root length against time.