IGEM:Cambridge/2008/Turing Pattern Formation/Modelling

From OpenWetWare
Jump to navigationJump to search



Modelling Reaction-Diffusion Systems

Pulsating spots

Mathematically, reaction-diffusion systems are coupled nonlinear differential equations that can be solved numerically. Our first step will be to implement/model a simple two-component system originally proposed by Turing. After validating our numerical method and computating our first patterns (img to the right), we will be thinking about a more realistic system describing the behaviour of the activator and inhibitor system that we intend to engineer with B.subtilis. This will include an analysis of enzyme kinetics and we hope to deduce the parameter ranges, in which our B.subtilis construct will be able to form patterns, thus feeding back into our design decisions (promoter strength, rbs choice etc.).

We will also take an investigative approach and ask whether Turing-like patterns can originate from a system that is simpler than the one envisioned, consisting of fewer components, e.g. depending on a single signalling molecule only.

Introduction

How does pattern formation occur? Turing considered diffusion to be the crucial component. He showed that pattern formation occurs of the system has a stable steady state in the absence of diffusion, but allows unstable states to develop when the diffusion term is added. This results in divergence (or, in a biological context, gene expression/cell differentiation) and subsequent pattern formation. In the following sections, we shall deduce conditions for pattern formation for this simple system.

We will work with a two-component system and we non-dimensionalise the variables. The resulting general form is:

[math]\displaystyle{ \frac{\partial A}{\partial t} = \gamma f(A,B) + \nabla^2 A }[/math]
[math]\displaystyle{ \frac{\partial B}{\partial t} = \gamma g(A,B) + d \nabla^2 B }[/math]

where [math]\displaystyle{ \gamma }[/math] (determining the scale) is a constant and d stands for the diffusion ratio. We note that non-dimensionalisation has the added advantage that we can now map a specific pattern onto a wide range of biological parameters, the easiest example being that two different pairs of diffusion rates will result in the same pattern if the respective diffusion ratios remain unchanged.

Turing System

(also known as Schnakenberg reaction)

Case: Without diffusion, need stable steady state

Moving flame fronts

Consider the following system without diffusion terms:

[math]\displaystyle{ \frac{\partial A}{\partial t} = \gamma (\alpha - A + A^2B) = \gamma f(A,B) }[/math]
[math]\displaystyle{ \frac{\partial B}{\partial t} = \gamma (\beta - A^2B) = \gamma g(A,B) }[/math]

We determine the steady state solution and add a small pertubation [math]\displaystyle{ \tilde{A}, \tilde{B} }[/math] to linearise the system about the steady state in order to determine its stability. In Matrix notation, the linearised system can be written as:

[math]\displaystyle{ \begin{pmatrix} \tilde{A_t} \\ \tilde{B_t} \\ \end{pmatrix} = \gamma \begin{pmatrix} f_A & f_B \\ g_A & g_B \\ \end{pmatrix} . \begin{pmatrix} \tilde{A} \\ \tilde{B} \\ \end{pmatrix} }[/math]

where the Jacobian is evaluated at the steady states of A and B. This is a set of coupled first-order ODEs and solutions are proportional to [math]\displaystyle{ exp(\lambda t) }[/math]. In order to have a stable steady state, we need the real part of [math]\displaystyle{ \lambda }[/math] to be negative.

This requires [math]\displaystyle{ f_A + g_B \lt 0 }[/math] (need -ve trace) and [math]\displaystyle{ f_A g_B-f_B g_A \gt 0 }[/math] (need +ve determinant), which we note as our first two conditions for pattern formation.

Case: With diffusion, need unstable steady states

Now we add diffusion to our system and require the resulting steady state to be unstable. After linearisation, the equation can be expressed as follows:

[math]\displaystyle{ \begin{align} \begin{pmatrix} \tilde{A_t} \\ \tilde{B_t} \\ \end{pmatrix} &= \gamma \begin{pmatrix} f_A & f_B \\ g_A & g_B \\ \end{pmatrix} . \begin{pmatrix} \tilde{A} \\ \tilde{B} \\ \end{pmatrix} + \begin{pmatrix} 1 & 0 \\ 0 & d \\ \end{pmatrix} . \nabla^2 \begin{pmatrix} \tilde{A} \\ \tilde{B} \\ \end{pmatrix} \\ & \equiv \gamma \mathbf{M}.\mathbf{w} + \mathbf{D}.\nabla^2\mathbf{w} \end{align} }[/math]

In the following steps, we consider solutions of this particular form [math]\displaystyle{ \mathbf{w}(\mathbf{x},t) = \sum_{k} c_{k} e^{\lambda t} \mathbf{v}_k(\mathbf{x}) }[/math]

with [math]\displaystyle{ \mathbf{v}_k }[/math] satisfying [math]\displaystyle{ \nabla^2 \mathbf{v}_k + k^2\mathbf{v}_k = 0 }[/math].


After substituting into the linearised system, we can see that for each index k, we require:

[math]\displaystyle{ det(\lambda \mathbf{I} - \gamma \mathbf{M} + k^2\mathbf{D}.\mathbf{v}_k) = 0 }[/math].


We now need to determine the conditions for unstable steady states, i.e. conditions on the parameters for which Re([math]\displaystyle{ \lambda }[/math])>0 hold. The calculations will be standard and similar to the previous case: We need the trace and the determinant of the matrix [math]\displaystyle{ \gamma \mathbf{M}-k^2\mathbf{D.v}_k }[/math] to infer stability properties. Thus, we arrive at a set of inequalities that we can simplify to give us the following conditions:

[math]\displaystyle{ \begin{align} 0 \lt \beta - \alpha &\lt (\alpha+\beta)^3 \\ d(\beta-\alpha) &\gt (\alpha+\beta)^3 \\ (d(\beta-\alpha)-(\alpha+\beta)^3)^2 &\gt 4d(\alpha+\beta)^4\\ \end{align} }[/math]


These are a set of conditions that our parameters must satisfy in order for this particular system to develop patterns.

Given a (two-component) system, we can now infer which parameters to choose in order for the system to develop patterns. This saves us a lot of time as reaction diffusion systems are extremely sensitive to parameter changes and simply trying out sets of parameters will usually result in no patterning at all.

Bacillus and its signalling systems

We will first look at the specific components of our construct and models describing the behaviour of the agr and lux quorum-sensing systems will be introduced. We will then model our envisioned activator-inhibitor system and deduce under which conditions pattern formation will occur.

Peptide-signalling system

Receiver

We have created a simple model describing the agr-receiver device and it exhibits a two-state behaviour, akin to a switch. This is typical for quorum-sensing systems: once concentrations of AIP (our signalling molecule) pass a certain threshold value, the agr-receiver will jump from its previously "off-"state (negligible levels of PoPS from the P2 promoter) into an "on-"state (significant levels of PoPS). In nature, once the bacterial density (and thus AIP concentration) surpasses a critical value, the bacteria will e.g. sporulate, become virulent or fluoresce - behaviour that is biologically expensive (however, critical) and only advantageous at high cell densities.

The equations of this model read as follows:

[math]\displaystyle{ \begin{align} \frac{\partial [A]}{\partial t} &= p_{2} \frac{[A^{+}]^n}{1+[A^{+}]^n} + \beta - p_{+} [CP] [A] + p_{-} [A^{+}] - \delta [A] \\ \frac{\partial [A^{+}]}{\partial t} &= p_{+} [CP] [A] - p_{-} [A^{+}] - \delta [A^{+}] \\ \frac{\partial [C]}{\partial t} &= p_{2} \frac{[A^{+}]^n}{1+[A^{+}]^n} + \beta - c_{+} [C] [P] + c_{-} [CP] [P] - \delta [C] \\ \frac{\partial [P]}{\partial t} &= - c_{+} [C] [P] + c_{-} [CP] - \delta [P] \\ \frac{\partial [CP]}{\partial t} &= c_{+} [C] [P] - c_{-} [CP] - \delta [CP] \\ \end{align} }[/math]

A rigorous justification (i.e. all the steps leading to this set of equation) should probably be on here as well.

Sender

AHL-signalling system

According to our experiments, B.subtilis does not degrade AHL.

Model behaviour, look at Bangalore 2007 & Canton et al. (2008), assay lux-system in B.subtilis.

A Repressible promoter

Activator-inhibitor system

Local activation, lateral inhibition.

Beyond Turing

Pattern formation with a single signalling molecule only?






<html> <script language="JAVASCRIPT"> Today = new Date(); Jamboree = new Date("November 8, 2008"); msInADay = 1000 * 60 * 60 * 24; display = Math.floor((Jamboree.getTime() - Today.getTime())/msInADay); document.write("There are " + display +" days left until the Jamboree!"); </script> </html>