Team:Evry/Modelmeta2
From 2013.igem.org
(15 intermediate revisions not shown) | |||
Line 36: | Line 36: | ||
<h2>Goals</h2> | <h2>Goals</h2> | ||
<p> | <p> | ||
- | Our goal in this part of the model is to create a generic LacI- | + | Our goal in this part of the model is to create a generic LacI-pLac inverter model so that: |
<ul> | <ul> | ||
<li>We can determine the delay of our bacteria's inverter</li> | <li>We can determine the delay of our bacteria's inverter</li> | ||
- | <li>The model can can be reused by other projects</li> | + | <li>The model can can be reused by other projects using a LacI-pLac inverter</li> |
+ | <li>We can answer the question <em>"Which plasmid's copy should we prioritize in our bacteria?"</em></li> | ||
</ul> | </ul> | ||
</p> | </p> | ||
Line 52: | Line 53: | ||
<p> | <p> | ||
<u><b>RFP expression:</b></u><br/> | <u><b>RFP expression:</b></u><br/> | ||
- | + | RFP expression is repressed by <i>FBS</i> (<a href="https://2013.igem.org/Team:Evry/LogisticFunctions">Logistic function</a> under its differential form):<br/> | |
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/c/c7/Drfplaci.png"/><br/> |
- | + | K<sub>i2</sub> is the inhibition power and N<sub>pla2</sub> is the number of plasmimds containing the RFP.<br/> | |
- | + | Note that <i>FBS</i> and <i>RFP<sub>expressed</sub></i> are both ruled by a normal logistic function. If we were to track the number of expressed LacI or RFP, we would be using two inverted logistic fuctions to model a double inverter. The thing is, since <i>FBS</i> represents the number of <b>repressed</b> genes and <i>RFP<sub>expressed</sub></i> the number of <b>expressed</b> genes, the double inverter is still there, but the calculations are easier.<br/> | |
- | < | + | |
- | + | ||
- | + | ||
</p> | </p> | ||
Line 66: | Line 64: | ||
The <i>[mRNA]</i> and <i>[GFP]</i> equations are alike. The prodction rates are K<sub>r</sub> for the mRNA and K<sub>p</sub> for the GFP. Since <i>FBS</i> represents the number of inhibited Fur Binding Sites, we have to substract it from N<sub>pla1</sub>. <br/> | The <i>[mRNA]</i> and <i>[GFP]</i> equations are alike. The prodction rates are K<sub>r</sub> for the mRNA and K<sub>p</sub> for the GFP. Since <i>FBS</i> represents the number of inhibited Fur Binding Sites, we have to substract it from N<sub>pla1</sub>. <br/> | ||
Both variables also have a negative degadation term:<br/> | Both variables also have a negative degadation term:<br/> | ||
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/9/9e/Dmrnarfp.png"/> |
</p> | </p> | ||
<h2>Results</h2> | <h2>Results</h2> | ||
+ | <p> | ||
+ | <em>"Which plasmid's copy should we prioritize in our bacteria?"</em><br/> | ||
+ | In order to answer that question, we ran simulations with different numbers of plasmids containing LacI and plasmids containing pLac. Since we don't know the efficiency of the pLac promoter, we set its value equal to K<sub>i1</sub> (the efficiency of the LacI promoter). | ||
+ | </p> | ||
<p> | <p> | ||
<div align="center"> | <div align="center"> | ||
Line 75: | Line 77: | ||
<div class="captionedPicture" style="width:60%;"> | <div class="captionedPicture" style="width:60%;"> | ||
<a title="Nom Lien" href="https://static.igem.org/mediawiki/2013/9/90/CompNbrplas.png"> | <a title="Nom Lien" href="https://static.igem.org/mediawiki/2013/9/90/CompNbrplas.png"> | ||
- | <img alt="Nom Lien" src="https://static.igem.org/mediawiki/2013/9/90/CompNbrplas.png" width="50% | + | <img alt="Nom Lien" src="https://static.igem.org/mediawiki/2013/9/90/CompNbrplas.png" width="50%" class="Picture"/> |
</a> | </a> | ||
<div class="caption"> | <div class="caption"> | ||
- | <b>Figure 1:</b> "High copy or | + | <b>Figure 1:</b> "High copy or low copy? That is question!"<p> |
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <p>The <a href="#Fig1">Figure 1</a> shows that, even with the same promoter strenght, the plasmid containing pLac is more efficient than the one containing LacI.<br/> | ||
+ | This result underlines the importance of the second plasmid, thus making it preferable for high copy. Consequently, the bacteria was indeed equiped with 15 LacI-plasmids and 300 pLac-plasmids. | ||
</p> | </p> | ||
<h2>Conclusion</h2> | <h2>Conclusion</h2> | ||
<p> | <p> | ||
- | + | To conclude, we modeled the second construction of our team : we made a <b>generic inverter system model</b> with an upstream iron sensor.<br/> | |
+ | The results of this model allowed us to: | ||
+ | <ul> | ||
+ | <li>Determine which plasmid's copy we should prioritize</li> | ||
+ | <li>Continue the determination of the entrobactin production speed of our bacteria. The next step being the <a href="https://2013.igem.org/Team:Evry/Modelmeta3">Final enterobactin production model</a>.</li> | ||
+ | </ul> | ||
</p> | </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/4/42/Invertermodel.zip"> download the python script here</a>. | |
</p> | </p> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> |
Latest revision as of 03:41, 29 October 2013
Inverter Model
Introduction
Now that we have a sensing model with results regarding the iron sensing delay, we can continue towards our main goal, by modeling the inverter system. So, this second part of the Enterobactin production model focuses on the synthetic inverter system our team implemented in the bacteria.
Observations
As shown in the Figure 1, the enterobactin production regulation is based on two consecutives inhibitions, which, in the end, is an activator with a certain delay. The model will follow this principle.
Goals
Our goal in this part of the model is to create a generic LacI-pLac inverter model so that:
- We can determine the delay of our bacteria's inverter
- The model can can be reused by other projects using a LacI-pLac inverter
- We can answer the question "Which plasmid's copy should we prioritize in our bacteria?"
Materials and methods
From Iron to FBS:
The first equations remain the same (from the sensing model):
RFP expression:
RFP expression is repressed by FBS (Logistic function under its differential form):
Ki2 is the inhibition power and Npla2 is the number of plasmimds containing the RFP.
Note that FBS and RFPexpressed are both ruled by a normal logistic function. If we were to track the number of expressed LacI or RFP, we would be using two inverted logistic fuctions to model a double inverter. The thing is, since FBS represents the number of repressed genes and RFPexpressed the number of expressed genes, the double inverter is still there, but the calculations are easier.
RFP Production:
The [mRNA] and [GFP] equations are alike. The prodction rates are Kr for the mRNA and Kp for the GFP. Since FBS represents the number of inhibited Fur Binding Sites, we have to substract it from Npla1.
Both variables also have a negative degadation term:
Results
"Which plasmid's copy should we prioritize in our bacteria?"
In order to answer that question, we ran simulations with different numbers of plasmids containing LacI and plasmids containing pLac. Since we don't know the efficiency of the pLac promoter, we set its value equal to Ki1 (the efficiency of the LacI promoter).
The Figure 1 shows that, even with the same promoter strenght, the plasmid containing pLac is more efficient than the one containing LacI.
This result underlines the importance of the second plasmid, thus making it preferable for high copy. Consequently, the bacteria was indeed equiped with 15 LacI-plasmids and 300 pLac-plasmids.
Conclusion
To conclude, we modeled the second construction of our team : we made a generic inverter system model with an upstream iron sensor.
The results of this model allowed us to:
- Determine which plasmid's copy we should prioritize
- Continue the determination of the entrobactin production speed of our bacteria. The next step being the Final enterobactin production model.
Models and scripts
This model was made using the Python language. You can download the python script here.