Team:Evry/flush model
From 2013.igem.org
(Difference between revisions)
(10 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 | + | 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 | + | <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 154: | Line 174: | ||
<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"> | + | 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
Flush model overview
Introduction
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.