Team:Freiburg Bioware/Modeling/Virus Production

From 2010.igem.org

Revision as of 23:04, 25 October 2010 by MaxS (Talk | contribs)

Model for Virus Production


Reaction Scheme

Reducing the complexity of virus production we divide the cell into three compartments: the extracellular matrix (all quantities with the index ext), the cytoplasm (cyt) and the nucleus (nuc). Four plasmids are transfected - the plasmid coding for the helper proteins (helper), the gene of interest (goi) and two types of plasmids coding for the capsid proteins (capwt [wild type], capmod [modified]).
The plasmids are transported into the nucleus where gene expression is initiated. Processed mRNA is transported into the cytoplasm and proteins (phelper, pcapwt, pcapmod) are produced. Containing a nuclear localization sequence proteins are relocated into the nucleus where capsid assembly occurs. The viral capsid is compose of 60 subunits of viral coat proteins. Titration of the two plasmids coding for the capsid proteins leads to virus surfaces with different ratios of wild type and modified capsid proteins.
The gene of interest is replicated by cellular polymerases and single stranded DNA (ssDNA) is encapsidated into the preformed capsids (capsid) forming infectious viral particles (V).
Finally the recombinant viruses are released into the extracellular matrix and can be harvested for transduction.



Reaction scheme for the virus production Reaction scheme for the virus production


Reduced Reaction Scheme

Even the coarse model for virus production described in the previous paragraph would still consist of 24 ODEs containing 39 parameters (35 rate constants and 4 initial plasmid concentrations). Taking into account the linearity of the law of mass action (LMA) for simple transport processes we can neglect these fast reactions and for this reason reduce the model to the rate limiting steps like protein synthetization, capsid formation and virus packaging.



reduced reaction scheme for the virus production


Differential Equations

The 13 reactions for the virus production are represented in a system of 17 coupled ODEs.
In addition to the terms provided by the law of mass action we considered the following terms:

  • a linear degradation of ssDNA in the nucleus with the rate constant k14,1
  • replication of ssDNA in the nucleus with the rate constant k15,1


Reaction scheme for the virus production


Methods and Simulation

The ODE model was implemented in MathWorks® MATLAB R2010b. Integration of the differential equations was achieved using the stiff integrator ode15s with automatic integration step size management.
In order to adjust the dynamical model to biological data we extracted the average intensity out of the time lapse recordings of fluorescence experiments as well as published values for the rate constants. For initial conditions we took the plasmid concentrations we used in experiments.


The image on the right shows one snapshot out of the time lapse recorded over a period of 1560 minutes (26 hours) after transfection. The bright spots correspond to the fluorescence intensity of mVenus in the upper and of mCherry in the lower picture.
To see the whole time lapse as an animation just click on the picture!



Data

The average intensity was extracted from the raw data through a script written in MathWorks® MATLAB. Outliers due to higher background intensities were eliminated manually.

Download the m-File (MATLAB source code).

The used model parameters are given in the table below.


Download the m-File (MATLAB source code).


Results and Discussion