Team:Amsterdam/project/growthrates

From 2012.igem.org

(Difference between revisions)
(Growth curve experiments)
(Growth curve experiments)
Line 18: Line 18:
[[File:rateestimation.png|Growth rates of two different constructs (pLac, pBAD) with either the corresponding signal (lactose, arabninose) present or not present]]
[[File:rateestimation.png|Growth rates of two different constructs (pLac, pBAD) with either the corresponding signal (lactose, arabninose) present or not present]]
-
Using the Mathematica function <code>NonLinearModelFit</code> functions of the form <math>a + b e^{c x}</math> 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.
-
<table><tr class="tableheader"><td>Strain</td><td>Function</td></tr>
+
<table class="fancytable"><tr class="tableheader"><td>Strain</td><td>Function</td></tr>
-
<tr><td>pLac + IPTG</td><td><math>-0.0501829+0.0743786 e^{0.0089986 x}</math></td></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.0823022+0.0938526 e^{0.00812998 x} </math></td></tr>
+
<tr><td>pLac - IPTG</td><td><math>-0.0823022+0.0938526 e^{0.00812998 t} </math></td></tr>
-
<tr><td>pBAD + Arabinose</td><td><math>-0.0101962+0.0614008 e^{0.00889096 x} </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.0233633+0.0489266 e^{0.00830895 x} </math></td></tr>
+
<tr><td>pBAD - Arabinose</td><td><math>-0.0233633+0.0489266 e^{0.00830895 t} </math></td></tr>
</table>
</table>

Revision as of 09:25, 23 September 2012