Team:Amsterdam/project/growthrates

From 2012.igem.org

(Difference between revisions)
(Growth curve experiments)
 
(5 intermediate revisions not shown)
Line 6: Line 6:
<div id="content-area">
<div id="content-area">
<div id="sub-menu" class="content-block">
<div id="sub-menu" class="content-block">
-
== Growth curve experiments ==  
+
== Calculated growth rates from growth curve experiments ==  
The division rate of the cells is of vital importance to the duration in which the registered signal is stored in the cell.
The division rate of the cells is of vital importance to the duration in which the registered signal is stored in the cell.
Line 20: Line 20:
Using the Mathematica function <code>NonLinearModelFit</code> functions of the form <math>a + b e^{c t}</math>, with <math>t</math> as time in minutes, were fitted to the exponential phases of the growth curves.
Using the Mathematica function <code>NonLinearModelFit</code> functions of the form <math>a + b e^{c t}</math>, with <math>t</math> as time in minutes, were fitted to the exponential phases of the growth curves.
-
div align="center">
+
<center>
-
<table><tr><th>Strain</th><th>Function</th></tr>
+
<table><tr><th>Strain</th><th>Function</th><th>Average replication time</th></tr>
-
<tr><td>pLac + IPTG</td><td><math>-0.0501829+0.0743786 e^{0.0089986 t}</math></td></tr>
+
<tr><td>pLac + IPTG</td><td><math>-0.0501829+0.0743786 e^{0.0089986 t}</math></td><td><math>\frac{ln(2)}{0.0089986} = 77\ \text{mins}</math></td></tr>
-
<tr><td>pLac - IPTG</td><td><math>-0.0823022+0.0938526 e^{0.00812998 t} </math></td></tr>
+
<tr><td>pLac - IPTG</td><td><math>-0.0823022+0.0938526 e^{0.00812998 t} </math></td><td><math>\frac{ln(2)}{0.00812998} = 85\ \text{mins}</math></td></tr>
-
<tr><td>pBAD + Arabinose</td><td><math>-0.0101962+0.0614008 e^{0.00889096 t} </math></td></tr>
+
<tr><td>pBAD + Arabinose</td><td><math>-0.0101962+0.0614008 e^{0.00889096 t} </math></td><td><math>\frac{ln(2)}{0.0089096} = 78\ \text{mins}</math></td></tr>
-
<tr><td>pBAD - Arabinose</td><td><math>-0.0233633+0.0489266 e^{0.00830895 t} </math></td></tr>
+
<tr><td>pBAD - Arabinose</td><td><math>-0.0233633+0.0489266 e^{0.00830895 t} </math></td><td><math>\frac{ln(2)}{0.00830896} = 83\ \text{mins}</math></td></tr>
</table>
</table>
-
</div>
+
</center>
==Discussion==
==Discussion==

Latest revision as of 03:41, 27 September 2012