Team:Amsterdam/project/growthrates

From 2012.igem.org

(Difference between revisions)
(Growth curve experiments)
 
(8 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 16: Line 16:
Both experiments were performed in cell strain <math>\text{DH5}\alpha</math>.
Both experiments were performed in cell strain <math>\text{DH5}\alpha</math>.
-
[[File:rateestimation.png|frame|center|300px|Growth rates of two different constructs (pLac, pBAD) with either the corresponding signal (lactose, arabninose) present or not present]]
+
[[File:rateestimation.png|frame|center|300px|Growth rates of two different constructs (pLac, pBAD) with either the corresponding signal (lactose, arabinose) present or not present]]
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.
-
<table align="center"><tr style="background-color:orange;"><td>Strain</td><td>Function</td></tr>
+
<center>
-
<tr><td>pLac + IPTG</td><td><math>-0.0501829+0.0743786 e^{0.0089986 t}</math></td></tr>
+
<table><tr><th>Strain</th><th>Function</th><th>Average replication time</th></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.0501829+0.0743786 e^{0.0089986 t}</math></td><td><math>\frac{ln(2)}{0.0089986} = 77\ \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>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.0233633+0.0489266 e^{0.00830895 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><td><math>\frac{ln(2)}{0.00830896} = 83\ \text{mins}</math></td></tr>
</table>
</table>
 +
</center>
==Discussion==
==Discussion==

Latest revision as of 03:41, 27 September 2012