Team:Edinburgh/Phage Replication

From 2011.igem.org

(Difference between revisions)
(in biorefinery)
Line 91: Line 91:
[[File:Cellulase.jpg|center|thumb|700px|caption|]]
[[File:Cellulase.jpg|center|thumb|700px|caption|]]
-
== in biorefinery ==
+
== In the biorefinery ==
The idea here is to bring the two models above together, which gives us a panaramic view of cellulose degradation using displayed phage, as well as make it possible to calculate the cost and profit in a biorefinery.
The idea here is to bring the two models above together, which gives us a panaramic view of cellulose degradation using displayed phage, as well as make it possible to calculate the cost and profit in a biorefinery.

Revision as of 16:31, 14 September 2011

Phage Replication

A basic activity in biorefinery consists of the degradation of cellulose, due to the presence of enzymes. We are not only concerned with the activities and the amount of enzymes, but also with metabolism and activities of bacteriophage.

Contents

M13 Replication

M13 is a filamentous bacteriophage: a worm-like virus approximately 1 um long with a 10 nm diameter that infects only E.coli.

  • The viral particle consists of a single-stranded, closed circular DNA core surround by a protein coat.
  • Prior to virus assembly, the coat proteins are fixed in the bacterial membrane by transmembrane domains.
  • During assembly, viral DNA is extruded through the membrane and concomitantly enveloped by coat proteins.
  • The ends of the assembled virus are capped by four minor coat proteins, and the length of the filament is covered by several thousand copies of the major coat protein(P8).
From Slonczewski and Foster (2010).
  • The M13 phage attacks E. coli (host), multiplies in the host cell cytoplasm, and is released without causing the bacteria’s death (non-lytic).

Phage dynamic model

  • dx/dt=a*k1*x-b*v*x
(Rate of change of quantity of uninfected E. coli equals to the uninfected E. coli replicate itself minus the E. coli infected by M13 phage.)
  • dy/dt=a*k2*y+b*v*x
(Rate of change of quantity of infected E. coli equals to the quantity of infected E. coli replicate itself plus the E. coli infected by M13 phage.)
  • dv/dt=c*y-b*v*x-m*v
(Rate of change of quantity of free phage equals to the phage released by infected E. coli minus the phage which is to infect an E. coli and the decayed phage.)
X(t) — uninfected E. coli
Y(t) — infected E. coli
V(t) — free phage
a — replication coefficient of E. coli
b — transmission coefficient of phage
c — replication coefficient of phage
m — decay rate of phage
K1, K2 — account for the difference of the rate of replication between infected E.coli and uninfected E.coli


Simulations

The MATLAB code uses a Runge-Kutta method of order four to solve the system.

simulation value: x0=2.00E3 y0=v0=2.00E5
The above figure shows a simulation going over 15 hours.
The simulation shows when the amount of uninfected E.coli is significantly smaller than others, the infected E. coli population dominates.
simulation value: x0=v0=2.00E5 y0=2.00E3
The above figure shows a simulation going over 15 hours.
The simulation shows when the amount of infected E.coli is significantly smaller than others, the infected E. coli population dominates as well.
simulation value: x0=y0=v0=2.00E5

Synergy on each phage

The synergy function, which means having enzymes closer together, is supposed to increase the efficiency of cellulose degradation. We attempted to construct a model of cellulase with regard of synergy.

For the model we construct, we assume that

1. Endoglucanase cuts cellulose chains in the middle,exoglucanase chews away at the end of a cellulase chain, they work together to produce cellobiose.
2. Because of the proximity of the β-glucosidase and the other two enzymes, as well as the sufficient amount of β-glucosidase on each phage, we assume the mdiate production, cellobiose, is all converted to glucose.
3. Production, which refers to glucose here, inhibits the action of the above enzymes.

Cellulase model

Substrate reactivity

  • Rs = S/S0

Langmuir Isotherm

  • E1B =(E1max*K1ad*E1F*S)/(1+K1ad*E1F)

Rate of reaction

  • dG/dt = 1.056*2*(k1r*E1B*S*Rs) /(1+(G/K1IG))
  • dS/dt = -(k1r*E1B*S*Rs) /(1+(G/K1IG))
S — substrate concentration(cellulose) (g/kg)
G — glucose concentration (g/kg)
S0 — the initial value of substrate (g/kg)
k1r — reaction rate constants (kg/g*h)
E1B — bound enzyme concentration (g/kg)
K1IG — inhibition constant for glucose (k/kg)
E1max — maximum mass of enzyme that can adsorb onto a unit mass of substrate (g protein/ g cellulose)
K1ad — dissociation constant for the enzyme adsorption (g protein/ g cellulose)
E1F — enzyme concentration on each phage (g/kg)

Simulations

Cellulase.jpg

In the biorefinery

The idea here is to bring the two models above together, which gives us a panaramic view of cellulose degradation using displayed phage, as well as make it possible to calculate the cost and profit in a biorefinery.

References