Team:Evry/flush model

From 2013.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 6: Line 6:
<h1>Flush model overview</h1>
<h1>Flush model overview</h1>
-
 
<h2>Introduction</h2>
<h2>Introduction</h2>
 +
<img src="https://static.igem.org/mediawiki/2013/9/91/Tube_digestif2.jpg" alt="Intestine" width="20%" style="float:right;"/>
<p>
<p>
-
In the very beginning of the project, we focused on iron absorption by the duodenum. We first had to model the behaviour of the duodenum regarding iron absorption to determine if a flush treatment strategy was viable. Then we want to model the flush treatment by simulating a flush of iron-chelating bacteria.
+
In the very beginning of the project, we focused on iron absorption by the duodenum. We first had to model the behaviour of the duodenum regarding iron absorption to determine if a flush treatment strategy was viable. Then we wanted to model the flush treatment by simulating a flush of iron-chelating bacteria.
</p>
</p>
 +
<br/>
 +
<h2>Disease model</h2>
 +
<p>
 +
We first modeled the iron absorption of a hemochromatosic patient using ODEs.
 +
</p>
 +
<p>
 +
<a href="https://2013.igem.org/Team:Evry/Modeltr1">Here is the link to the disease model</a>.
 +
</p>
 +
 +
<h2>Treatment model</h2>
 +
<p>
 +
We then used the disease model as a base to develop our flush treatment model. It aims to answer the following question:<br/>
 +
<em>"Is it possible to chelate a significant amount of iron with a flush strategy?"</em>
 +
</p>
 +
<p>
 +
<a href="https://2013.igem.org/Team:Evry/Modeltr2">Here is the link to the treatment model</a>.
 +
</p>
 +
 +
<br/><br/><br/><br/><br/><br/>
 +
<!--
<h2>Observations</h2>
<h2>Observations</h2>
Line 54: Line 74:
<h3>Assumptions</h3>
<h3>Assumptions</h3>
-
<p>With use the same assumptions as in the previous model apply:
+
<p>With use this same assumptions in our model:
<ul>
<ul>
<li>Our bacteria don't settle in the duodenum</li>
<li>Our bacteria don't settle in the duodenum</li>
Line 149: Line 169:
<h2>Conclusion</h2>
<h2>Conclusion</h2>
-
<p>Our model show that our<b><span style="color:#bb8900">Iron</span><span style="color:#7B0000"> Coli</span></b> with a flush strategy would be able to neutralize a significant quantity of iron before it is absorbed by the duodenum.
+
<p>Our model show that our <b><span style="color:#bb8900">Iron</span><span style="color:#7B0000"> Coli</span></b> with a flush strategy would be able to neutralize a significant quantity of iron before it is absorbed by the duodenum.
It would thus be possible to approximately divide the intestinal iron intake by 2 if the patient takes one pill during each meal. This means that the patient would endure a lighter treatment : less bloodletting for people suffering from hemochromatosis, and less iron chelator's side effects for the thalassemia. </p>
It would thus be possible to approximately divide the intestinal iron intake by 2 if the patient takes one pill during each meal. This means that the patient would endure a lighter treatment : less bloodletting for people suffering from hemochromatosis, and less iron chelator's side effects for the thalassemia. </p>
<h2>Models and scripts</h2>
<h2>Models and scripts</h2>
<p>
<p>
-
This model was made using the Python language. You can <a href="https://static.igem.org/mediawiki/2013/2/2e/Duodenum.zip"> download the python script here</a>.
+
This model was made using the Python language. You can download the python script <a href="https://static.igem.org/mediawiki/2013/2/2e/Duodenum.zip"> here</a>.
</p>
</p>
Line 168: Line 188:
  </ul>
  </ul>
</div>
</div>
-
 
+
-->
</html>
</html>
{{:Team:Evry/foot}}
{{:Team:Evry/foot}}

Latest revision as of 02:58, 29 October 2013

Iron coli project

Flush model overview

Introduction

Intestine

In the very beginning of the project, we focused on iron absorption by the duodenum. We first had to model the behaviour of the duodenum regarding iron absorption to determine if a flush treatment strategy was viable. Then we wanted to model the flush treatment by simulating a flush of iron-chelating bacteria.


Disease model

We first modeled the iron absorption of a hemochromatosic patient using ODEs.

Here is the link to the disease model.

Treatment model

We then used the disease model as a base to develop our flush treatment model. It aims to answer the following question:
"Is it possible to chelate a significant amount of iron with a flush strategy?"

Here is the link to the treatment model.