Team:Evry/Model3

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
<div id="mainTextcontainer">
<div id="mainTextcontainer">
-
<h1>Siderophore production</h1>
+
<h1>Metabolism model</h1>
 +
 
 +
<h2>Overview</h2>
 +
 
 +
<p>
 +
</p>
 +
 
 +
<h2>Assumptions</h2>
 +
 
 +
<p>
 +
</p>
 +
 
 +
<h2>Model Description </h2>
 +
 
 +
<p>
 +
</p>
 +
 
 +
<h2>Results</h2>
 +
 
 +
<p>
 +
</p>
 +
 
 +
<h2>Conclusion</h2>
 +
 
 +
<p>
 +
</p>
 +
 
 +
 
<p>
<p>
Enzymes regulation:<br/>
Enzymes regulation:<br/>
Line 52: Line 79:
 +
 +
 +
<div id="citation_box">
 +
<p id="references">References:</p>
 +
<ol>
 +
 +
</ol>
 +
</div>

Revision as of 15:46, 4 October 2013

Iron coli project

Metabolism model

Overview

Assumptions

Model Description

Results

Conclusion

Enzymes regulation:
This regulation is based on two consecutives inhibitions, which, in the end, is an activator with a certain delay. The model will follow this principle.

Variables:

[Fe] : Iron concentration inside the bacteria [Fur] : FUR concentration inside the bacteria [FeFur] : Iron-FUR complex concentration inside the bacteria LacI : Number of inhibited LacI LacO : Number of non-inhibited LacO [mRNA]: mRNA (from LacO) concentration [Enz] : Enzyme concentration : EntA,-B,-C,-D,-E,-F All those concentrations are expressed in mmol/L

Parameters table:

Fe, FUR and FeFUR:
The iron-FUR complex is simply formed that way:

2Fur + 2Fe → Fur2Fer2 We reduced this equation to:

Fur + Fe → FeFur : Kfur Which is not annoying, since we just have to divide our [FeFur] by to to get the real complex concentration.
We can easily write down both the formation (v) and the dissociation (v') speed:

v = Kfur[Fur][Fe] v' = dff[FeFur] We chose to model the iron input in the bacteria using a linear function of the external iron concentration Ferext, the factor p being the cell-wall permeability for iron.
The FUR on the other hand, is produced by the bacteria. It's evolution can also be considered linerar, using a mean production rate Fur0.

d[Fer]/dt = p*Ferext – Kfur[Fur][Fer] + dff [FeFur] d[Fur]/dt = Pfur*Fur0 – Kfur[Fur][Fer] + dff[FeFur] In this model, we only track the free Fe-FUR and not those which are attached to a FUR Binding Site. As LacI is the number of inhibited LacI, we can use this number to express how much Fe-FUR does bind to a FBS per unit of time.
d[FeFur]/dt = Kfur*[Fur][Fer] – dff*[FeFur] – 1/(Na*V)*dLacI/dt

References: