Team:Freiburg Bioware/Modeling/Virus Production

From 2010.igem.org

(Difference between revisions)
Line 66: Line 66:
alt="" width="350"></a><br>
alt="" width="350"></a><br>
</td>
</td>
-
<td> The image on the right shows one snapshot out of the time
+
<td> <p style="text-align:justify;">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
lapse recorded over a period of 1560 minutes (26 hours) after transfection. The bright spots
correspond to the fluorescence intensity of <i>mVenus</i> in the upper
correspond to the fluorescence intensity of <i>mVenus</i> in the upper
and of <i>mCherry</i> in the lower picture.<br>
and of <i>mCherry</i> in the lower picture.<br>
-
To see the whole time lapse as an animation just click on the picture!<br>
+
To see the whole time lapse as an animation just click on the picture!<br></p>
</td>
</td>
</tr>
</tr>
Line 92: Line 92:
src="https://static.igem.org/mediawiki/2010/d/d5/Freiburg10_VirusProductionData01.png"
src="https://static.igem.org/mediawiki/2010/d/d5/Freiburg10_VirusProductionData01.png"
alt="Data"></td>
alt="Data"></td>
 +
<p style="text-align:justify;">
<td style="vertical-align: center; width: 429px;">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.
<td style="vertical-align: center; width: 429px;">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.
-
 
+
</p>
<a href="https://static.igem.org/mediawiki/2010/1/19/Freiburg10_IntensityAnalysisCode.m">Download the m-File (MATLAB source code).</a> <br>
<a href="https://static.igem.org/mediawiki/2010/1/19/Freiburg10_IntensityAnalysisCode.m">Download the m-File (MATLAB source code).</a> <br>
</td>
</td>

Revision as of 15:19, 25 October 2010

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 the 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.


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