Team:Evry/pop scale
From 2013.igem.org
Line 92: | Line 92: | ||
<h2>Results</h2> | <h2>Results</h2> | ||
<p> | <p> | ||
- | + | <a id="Fig2"></a> | |
+ | <div class="captionedPicture" style="width:100%;"> | ||
+ | <a title="Absorption" href="https://static.igem.org/mediawiki/2013/5/53/Popscale1.png"> | ||
+ | <img alt="Absorption" src="https://static.igem.org/mediawiki/2013/5/53/Popscale1.png" class="Picture"/> | ||
+ | </a> | ||
+ | <div class="caption"> | ||
+ | <b>Figure 3 : </b> Iron dissolved in jejunum. | ||
+ | </div> | ||
+ | </div> | ||
+ | <a id="Fig2"></a> | ||
+ | <div class="captionedPicture" style="width:100%;"> | ||
+ | <a title="Absorption" href="https://static.igem.org/mediawiki/2013/9/95/Popscale.png"> | ||
+ | <img alt="Absorption" src="https://static.igem.org/mediawiki/2013/9/95/Popscale.png" class="Picture"/> | ||
+ | </a> | ||
+ | <div class="caption"> | ||
+ | <b>Figure 4 : </b> Iron absorbed by the body. | ||
+ | </div> | ||
+ | </div> | ||
</p> | </p> | ||
Line 100: | Line 117: | ||
<table width="100%" border="1" style="border-collapse:collapse;"> | <table width="100%" border="1" style="border-collapse:collapse;"> | ||
<tr> | <tr> | ||
- | <td><b> | + | <td><b>Description</b></td> |
<td><b>Value</b></td> | <td><b>Value</b></td> | ||
<td><b>Unit</b></td> | <td><b>Unit</b></td> | ||
- | |||
<td><b>Reference</b></td> | <td><b>Reference</b></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> | + | <td>Iron absorption rate by the body</td> |
<td>0.2</td> | <td>0.2</td> | ||
<td>s<sup>-1</sup></td> | <td>s<sup>-1</sup></td> | ||
- | |||
<td><a href="#Ref"></a></td> | <td><a href="#Ref"></a></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> | + | <td>Iron pulse value</td> |
<td>4.5.10<sup>-9</sup></td> | <td>4.5.10<sup>-9</sup></td> | ||
<td>mol<sup>-1</sup></td> | <td>mol<sup>-1</sup></td> | ||
- | |||
<td><a href="#Ref"></a></td> | <td><a href="#Ref"></a></td> | ||
</tr> | </tr> | ||
Line 128: | Line 142: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</table> | </table> | ||
</p> | </p> |
Revision as of 03:36, 29 October 2013
Introduction
The Enterobactin production model showed us that our bacteria take too much time to produce enterobactins, which disables the flush strategy.
In response, we changed the strategy, by delivering a gel that would block the bacteria in the jejunum.
This model is thus very similar to the flush treatment model, except for the longer time scale, and the computational method.
Goals
Assumptions
- No regulation of the patient's iron absorption
- Constant iron flow in the intestine
- Homogeneous fluid
- The bacterial natural absorption is insignificant compared to the chelation
- The patient ingests 20mg of iron per day (Guideline Daily Amounts)
Materials and methods
This model is based on a cellular automaton algorithm : both the bacteria and the enterobactins are cellular automaton.
The Figure 1 represents the influence between the system's variables.
|
The Figure 2 represents the bacteriial automaton. It has two functions : the division and the ennterobactin production.
The bacteria produces enterobactins. This production is ruled by an activator. This activator is a step functionn (from 0 to 1) with a Ka threshold, fixed thanks to the sensor model:
The enterobactins chelate iron. For this automoton, we have one rule : One Enterobactin atom can chelate one Iron molecule
Still, the automaton is ruled by an encounter probability: .
Results
Parameter values
Description | Value | Unit | Reference | |
Iron absorption rate by the body | 0.2 | s-1 | ||
Iron pulse value | 4.5.10-9 | mol-1 | ||
Sact | 10**-9 | m | Duodenum length | [3] |
Models and scripts
This model was made using the Python language. You can download the python script here.