Team:Freiburg Bioware/Modeling/Virus Infection

From 2010.igem.org

(Difference between revisions)
Line 34: Line 34:
To reduce the number of equations and parameters we considered two different approaches for the reaction dynamics.
To reduce the number of equations and parameters we considered two different approaches for the reaction dynamics.
 +
 +
<h3> Model 1 (PMA)</h3>
 +
 +
The first approach only neglects linear transport processes and describes the receptor binding and dimerization in terms of the <b>law of mass action</b> (<i>LMA</i>).
<center>
<center>
Line 40: Line 44:
<br><br>
<br><br>
 +
<h3> Model 1 (MM)</h3>
 +
The second approach simplifies the scheme to
<center>
<center>
<img width="429" height="134" src="https://static.igem.org/mediawiki/2010/3/3f/Freiburg10_VirusInfection03.png" alt="Reaction scheme for the virus production" />
<img width="429" height="134" src="https://static.igem.org/mediawiki/2010/3/3f/Freiburg10_VirusInfection03.png" alt="Reaction scheme for the virus production" />

Revision as of 14:15, 23 October 2010

Model for Virus Infection

As in the previous model for the virus production we established a ODE model based on the law of mass action. The following paragraph explains the reaction scheme and our model assumptions. In the subsequent paragraphs the system of differential equations is specified and the implementation in MathWorks® MATLAB is discussed.
The last section deals with our modeling results.

Reaction Scheme

To simplify the mathematical description of the reaction scheme we divide the cell into four compartments: the extracellular matrix (all quantities with the index ext), the space in endosomes (end), the cytoplasm (cyt) and the nucleus (nuc).
A target cell is transduced by viral particles (V) in the extracellular matrix. Depending on their degree of modification (m) and thus their specificity they can bind to receptors (R) on the cell surface. Once a receptor has formed a complex with a virus particle (VR) receptor dimerization (R2) occurs and the whole complex (VR2) is invaginated and endosomes are formed. The virus is released from the endosome to the cytoplasm and is transported to the nucleus where uncoating of the capsid is initiated and the single stranded DNA (ssDNA) is released.
Finally viral mRNA is processed and transported into the cytoplasm and the enzyme for therapeutic approach (E) is produced.

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


Reduced Reaction Scheme

To reduce the number of equations and parameters we considered two different approaches for the reaction dynamics.

Model 1 (PMA)

The first approach only neglects linear transport processes and describes the receptor binding and dimerization in terms of the law of mass action (LMA).
Reaction scheme for the virus production


Model 1 (MM)

The second approach simplifies the scheme to
Reaction scheme for the virus production


Differential Equations

Reaction scheme for the virus production


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.
To calibrate the dynamics of the mathematical model to those of biological system we used time lapse data of fluorescence experiments as well as published values for the rate constants.

The parameters used are given in the table below. Also you can download the MATLAB source code.

get the .m-File (MATLAB source code)


Results and Discussion