Difference between revisions of "Team:KU Leuven/Modeling/Hybrid"
Line 98: | Line 98: | ||
of the individual entities is well described. | of the individual entities is well described. | ||
</p></div> | </p></div> | ||
− | + | </div> | |
+ | <div class="center"> | ||
+ | <div class="togglebar"> | ||
+ | <div class="toggleone"> | ||
<h2> | <h2> | ||
− | + | Partial Differential Equations | |
</h2> | </h2> | ||
+ | </div> | ||
+ | <div id="toggleone"> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div togglebar> | ||
+ | <div class="toggletwo"> | ||
+ | <h2> | ||
+ | Agent-based Models | ||
+ | </h2> | ||
+ | </div> | ||
+ | <div id="toggletwo"> | ||
<p> | <p> | ||
Agent-based models on the other hand explicitly treat the entities as individual | Agent-based models on the other hand explicitly treat the entities as individual | ||
Line 119: | Line 134: | ||
agent-based models can be computationally intensive. | agent-based models can be computationally intensive. | ||
</p></div> | </p></div> | ||
− | <div class=" | + | </div> |
− | + | <div class="togglebar"> | |
+ | <div class="togglethree"> | ||
<h2> | <h2> | ||
− | Hybrid | + | Hybrid Modeling Framework |
</h2> | </h2> | ||
+ | </div> | ||
+ | <div id="togglethree"> | ||
<p>In our system, there are both bacteria and chemical species that spread out | <p>In our system, there are both bacteria and chemical species that spread out | ||
and interact on a petri dish to form patterns. On the one hand, the bacteria are | and interact on a petri dish to form patterns. On the one hand, the bacteria are | ||
Line 149: | Line 167: | ||
</p></div> | </p></div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="whitespace"></div> | ||
+ | <div class="summarytext1"> | ||
+ | </div> | ||
<div class="summaryheader"> | <div class="summaryheader"> | ||
<div class="summaryimg"> | <div class="summaryimg"> | ||
Line 155: | Line 177: | ||
<div class="head"> | <div class="head"> | ||
<h2> | <h2> | ||
− | Model | + | Model Description |
</h2> | </h2> | ||
</div> | </div> | ||
Line 179: | Line 201: | ||
immobile there. More details can be found in the | immobile there. More details can be found in the | ||
<a href="https://2015.igem.org/Team:KU_Leuven/Research">research section</a>.</p> | <a href="https://2015.igem.org/Team:KU_Leuven/Research">research section</a>.</p> | ||
− | |||
− | |||
− | |||
− | |||
<h2> | <h2> | ||
Partial Differential Equations | Partial Differential Equations |
Revision as of 20:35, 18 September 2015
The hybrid model
The hybrid model represents an intermediate level of detail in between the colony level model and the internal model. Bacteria are treated as individual agents that behave according to the Keller-Segel type discretized stochastic differential equations, while chemical species are modeled using partial differential equations.
Introduction
Spatial reaction-diffusion models that rely on Partial Differential Equations (PDEs) are based on the assumption that the collective behavior of individual entities, such as molecules or bacteria, can be abstracted to the behavior of a continuous field that represents the density of those entities. The brownian motion of molecules, for instance, is the result of inherently stochastic processes that take place at the individual molecule level, but is modeled at the density level by Fick’s laws of diffusion. These PDE-based models provide a robust method to predict the evolution of large-scale systems, but are only valid when the spatiotemporal scale is sufficiently large to neglect small-scale stochastic fluctuations and physical granularity. Moreover, such a continuous field approximation can only be made if the behavior of the individual entities is well described.
Agent-based Models
Agent-based models on the other hand explicitly treat the entities as individual “agents” that behave according to a set of “agent rules”. An agent is an object that acts independently from other agents and is influenced only by its local environment. The goal in agent-based models is to study the emergent systems-level properties of a collection of individual agents that follow relatively simple rules. In smoothed particle hydrodynamics for example, fluids are simulated by calculating the trajectory of each individual fluid particle at every timestep. Fluid properties such as the momentum at a certain point can then be sampled by taking a weighted sum of the momenta of the surrounding fluid particles. A large advantage of agent-based models is that the agent rules are arbitrarily complex and thus they allow us to model systems that do not correspond to any existing or easily derivable PDE model. However, because every agent is stored in memory and needs to be processed individually, simulating agent-based models can be computationally intensive.
Model Description
Hybrid model
The main protagonists in our pattern-forming system are cell types A and B, AHL and leucine. Cells A produce AHL as well as leucine. They are unaffected by leucine, while cells B are repelled by leucine. AHL modulates the motility of both cell types A and B, but in opposite ways. High concentrations of AHL will render cell type A unable to swim but will activate cell type B’s motility. Conversely, low concentrations of AHL causes swimming of cell type A and incessant tumbling (thus immobility) of cell type B. Lastly, cells A express the adhesin membrane protein, which causes them to stick to each other. Simply said, our system should produce spots of immobile, sticky groups of A type cells, surrounded by rings of B type cells. Any cell that finds itself outside of the region that it should be in, is able to swim to their correct place and becomes immobile there. More details can be found in the research section.
Partial Differential Equations
As discussed in the previous paragraph, our hybrid model incorporates chemical species using PDEs. In our system these are AHL and leucine. The diffusion of AHL and leucine can be described by the heat equation (Eq. 1). $$\frac{\partial C(\vec{r},t)}{\partial t}=\nabla^2 C(\vec{r},t) \;\;\; \text(1)$$ By using (Eq. 1) we assume that the diffusion speed is isotropic, i.e. the same in all spatial directions. This also explains why it is called the heat equation, since heat diffuses equally fast in all directions. A detailed explanation of the heat equation can be found in box 1. The second factor that needs be taken into account is the production of AHL and leucine by type A bacteria. In principle, AHL and leucine production is dependent on the dynamically-evolving internal states of all cells of type A. However, for our hybrid model we ignored the inner life of all bacteria and instead assumed that AHL and leucine production is directly proportional to the density of A type cells (Eq. 2). $$ \frac{\partial C(\vec{r},t)}{\partial t}=\alpha \cdot \rho_A(\vec{r},t) \;\;\; \text{(2)}$$ In the last paragraph we will reconsider this assumption and assign each cell an internal model. Finally, AHL and leucine are organic molecules and like most organic molecules they will degrade over time. $$ \frac{\partial C_{AHL}(\vec{r},t)}{\partial t}=-k_{AHL}\cdot C_{AHL}(\vec{r},t) \;\;\; \text{(3a)} $$ $$ \frac{\partial C_{leucine}(\vec{r},t)}{\partial t}=-k_{leucine}\cdot C_{leucine}(\vec{r},t) \;\;\; \text{(3b)} $$ We assume first-order kinetics meaning that the rate at which AHL and similarly leucine disappear is proportional to their respective concentrations (Eq. 3a and 3b) assuming neutral pH (citation). $$ \frac{\partial C(\vec{r},t)}{\partial t}=\nabla^2 C(\vec{r},t)+\alpha \cdot \rho_A(\vec{r},t)-k\cdot C(\vec{r},t) \;\;\; \text{(4)} $$ Putting it all together, we obtain (Eq. 4), both for AHL and leucine. Note that these equations have exactly the same form as the equations for AHL and leucine in the colony level model. The crucial difference however lies in the calculation of the density of cells of type A. In contrast to the colony level model, the cell density is not calculated explicitly with a PDE and is therefore not trivially known. Therefore a method to extract a density field from a spatial distribution of agents is necessary. This is addressed in the subparagraph below on coupling.