Team:IBB Pune/Modeling
From 2009.igem.org
(Difference between revisions)
(→Results) |
|||
Line 51: | Line 51: | ||
In this Model, | In this Model, | ||
- | 1. Each co-operator secretes | + | 1. Each co-operator secretes 'B' units of enzyme/ min |
+ | and pays cost of 'c' min | ||
2. These molecules diffuse freely through the medium | 2. These molecules diffuse freely through the medium | ||
Line 57: | Line 58: | ||
3. They convert Lactose to Glucose + Galactose given by | 3. They convert Lactose to Glucose + Galactose given by | ||
- | 4. Rate of conversion of lactose to glucose is given by (k2)*(Ec)*(L) | + | 4. Rate of conversion of lactose to glucose is given by |
- | + | g = (k2)*(Ec)*(L) mg/ml/min .... (1) | |
5. Absorbed glucose confers growth rate advantage of '''r''' | 5. Absorbed glucose confers growth rate advantage of '''r''' | ||
- | Advantage conferred by Glucose r= (R)*(g)*(Gc) | + | Advantage conferred by Glucose |
+ | r = (R)*(g)*(Gc) .... (2) | ||
After each min, the population of co-operators and defectors is updated depending upon the growth | After each min, the population of co-operators and defectors is updated depending upon the growth | ||
rates. | rates. | ||
<p> | <p> | ||
+ | |||
D(t) = D(t-1)+r*D(t-1) Defector population | D(t) = D(t-1)+r*D(t-1) Defector population | ||
</p><p> | </p><p> | ||
+ | |||
k(t) = k(t-1) + (r-c)*k(t-1) Co-operator population</p> | k(t) = k(t-1) + (r-c)*k(t-1) Co-operator population</p> | ||
Line 76: | Line 80: | ||
the Lactose that remains at time 't' | the Lactose that remains at time 't' | ||
<br> | <br> | ||
- | + | L=L-L*Ec*k2 | |
</p> | </p> | ||
Line 82: | Line 86: | ||
The net Glucose present in the medium: | The net Glucose present in the medium: | ||
</p> | </p> | ||
+ | |||
<p> | <p> | ||
- | + | G=G+((2*L*Ec*k2)-(N*Gc) | |
</p> | </p> | ||
Revision as of 13:46, 21 October 2009