Team:Freiburg Bioware/Modeling/Virus Infection
From 2010.igem.org
Line 6: | Line 6: | ||
<h1>Model for Virus Infection</h1> | <h1>Model for Virus Infection</h1> | ||
<p style="text-align: justify;"> | <p style="text-align: justify;"> | ||
- | As in the previous model for the virus production we established a | + | As in the previous model for the virus production we established a |
- | model based on the law of mass action. The following paragraph explains | + | model of <span style="font-weight: bold;">ordinary differential |
+ | equation</span> (<span style="font-style: italic;">ODE</span>) based on | ||
+ | the law of mass action. The following paragraph explains | ||
the reaction scheme and our model assumptions. In the subsequent | the reaction scheme and our model assumptions. In the subsequent | ||
paragraphs the system of differential equations is specified and the | paragraphs the system of differential equations is specified and the | ||
- | implementation in MathWorks® MATLAB is discussed.<br> | + | implementation in MathWorks® MATLAB is discussed. Furthermore |
- | The last section deals with our modeling results. | + | reasonable model extensions are presented.<br> |
+ | The last section deals with our modeling results and gives an outlook | ||
+ | to further modeling applications. | ||
<br> | <br> | ||
<br> | <br> | ||
Line 27: | Line 31: | ||
(<i>R</i>) on the cell surface. Once a receptor has formed a <b>complex | (<i>R</i>) on the cell surface. Once a receptor has formed a <b>complex | ||
with a virus particle</b> (<i>VR</i>) receptor dimerization (<i>R<sub>2</sub></i>) | with a virus particle</b> (<i>VR</i>) receptor dimerization (<i>R<sub>2</sub></i>) | ||
- | occurs and the whole <b>complex</b> (<i>VR<sub>2</sub></i>) is | + | occurs and the whole <b>complex</b> (<i>VR<sub>2</sub></i>) is in and |
- | + | endosomes are formed. The virus is released from the | |
endosome to the cytoplasm and is transported to the nucleus where | endosome to the cytoplasm and is transported to the nucleus where | ||
uncoating of the capsid is initiated and the <b>single stranded DNA</b> | uncoating of the capsid is initiated and the <b>single stranded DNA</b> | ||
Line 56: | Line 60: | ||
<h2>Reduced Reaction Scheme</h2> | <h2>Reduced Reaction Scheme</h2> | ||
<p style="text-align: justify;"> | <p style="text-align: justify;"> | ||
- | + | This modeling approach neglects the fastest linear transport processes | |
+ | and | ||
describes the receptor binding and dimerization in terms of the <b>law | describes the receptor binding and dimerization in terms of the <b>law | ||
of mass action</b> (<i>LMA</i>). | of mass action</b> (<i>LMA</i>). | ||
Line 69: | Line 74: | ||
<br> | <br> | ||
<h2>Differential Equations</h2> | <h2>Differential Equations</h2> | ||
- | <p style="text-align: justify;"> | + | <p style="text-align: justify;">The ODE model consists of 7 equations |
- | The ODE model consists of 7 equations containing 9 rate constants. To | + | containing 9 rate constants. To |
the equation for the extracellular virus concentration a degradation | the equation for the extracellular virus concentration a degradation | ||
- | term is added corresponding to the immune response of the target | + | term with rate constant <span style="font-style: italic;">(k</span><sub |
- | system. The temporal behavior of <i>ssDNA</i> is | + | style="font-style: italic;">7,1</sub><span style="font-style: italic;">)</span> |
- | degradation term.<br> | + | is added corresponding to the immune response of the target |
+ | system. The temporal behavior of <i>ssDNA</i> is supplemented by a | ||
+ | linear | ||
+ | degradation term with rate constant <span style="font-style: italic;">(k</span><sub | ||
+ | style="font-style: italic;">6,1</sub><span style="font-style: italic;">)</span>.<br> | ||
</p> | </p> | ||
- | <center> | + | <center><img |
- | <img | + | |
src="https://static.igem.org/mediawiki/2010/8/85/Freiburg10_VirusInfection04.png" | src="https://static.igem.org/mediawiki/2010/8/85/Freiburg10_VirusInfection04.png" | ||
- | alt="Reaction scheme for the virus production | + | alt="Reaction scheme for the virus production" width="568"></center> |
<br> | <br> | ||
<br> | <br> | ||
<h3>Model Extensions</h3> | <h3>Model Extensions</h3> | ||
- | <p style="text-align: justify;"> | + | <p style="text-align: justify;">Since internalization depends on the <b>degree |
- | + | of modification</b> (<i>m</i>) the model is extended by a non-linear | |
- | + | dependency in the rate constants. Additionally a decreasing production | |
- | production efficiency | + | efficiency reduces the amount |
- | of available <i>ssDNA</i> in the nucleus. | + | of available <i>ssDNA</i> in the nucleus. The assumed functional |
- | The assumed functional | + | dependencies are shown in the figure below.<br> |
</p> | </p> | ||
<table style="text-align: left; width: 90%;" border="0" cellpadding="2" | <table style="text-align: left; width: 90%;" border="0" cellpadding="2" | ||
Line 97: | Line 105: | ||
src="https://static.igem.org/mediawiki/2010/5/54/Freiburg10_ModificationEfficiency.png" | src="https://static.igem.org/mediawiki/2010/5/54/Freiburg10_ModificationEfficiency.png" | ||
alt="" width="500"></td> | alt="" width="500"></td> | ||
- | <td style="vertical-align: | + | <td |
- | The values of <i>r(m)</i> | + | style="vertical-align: middle; width: 384px; text-align: justify;">For |
+ | <i>k(m)</i> we assumed that a minimal modification degree of 15% | ||
+ | is necessary for virus receptor complex formation due to the fact that | ||
+ | at least two binding sites are required for receptor dimerization. For | ||
+ | higher <i>m</i>-values the targeting efficiency saturates because | ||
+ | enough binding sites exists that every dimerized receptor can build a | ||
+ | complex with a virus.<br> | ||
+ | <br> | ||
+ | The values of <i>r(m)</i> are normalized to the ratio of infectious | ||
+ | particles to empty virus capsids and therefore starts at one. | ||
+ | Increasing <i>m</i> leads to a decreasing amount of infections | ||
+ | particles until a minimal value is reached for the completely modified | ||
+ | virus (m=100%).<br> | ||
+ | <br> | ||
+ | Future experiments could provide a better understanding of those | ||
+ | functional dependencies and therefore improve the model predictions | ||
+ | concerning the targeting efficiency dicussed later in this chapter.<br> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 108: | Line 132: | ||
<p style="text-align: justify;"> | <p style="text-align: justify;"> | ||
The ODE model was implemented in MathWorks® MATLAB R2010b. Integration | The ODE model was implemented in MathWorks® MATLAB R2010b. Integration | ||
- | of the differential equations was achieved using the stiff integration routine <i>ode15s</i> with automatic integration step size management.<br> | + | of the differential equations was achieved using the stiff integration |
+ | routine <i>ode15s</i> with automatic integration step size management. | ||
+ | For initial conditions we took virus concentrations used in the | ||
+ | experiments. Rate constants were estimated according to published | ||
+ | values. Furthermore experiments have been conducted in order to | ||
+ | determine typical time scales corresponding to biological <br> | ||
<br> | <br> | ||
The used parameters are given in the table below. | The used parameters are given in the table below. | ||
Line 136: | Line 165: | ||
<br> | <br> | ||
<br> | <br> | ||
- | |||
</html> | </html> | ||
- | |||
{{:Team:Freiburg_Bioware/Footer}} | {{:Team:Freiburg_Bioware/Footer}} |
Revision as of 22:04, 25 October 2010
Model for Virus Infection
As in the previous model for the virus production we established a
model of ordinary differential
equation (ODE) 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. Furthermore
reasonable model extensions are presented.
The last section deals with our modeling results and gives an outlook
to further modeling applications.
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 in 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.
|
|
Reduced Reaction Scheme
This modeling approach neglects the fastest linear transport processes
and
describes the receptor binding and dimerization in terms of the law
of mass action (LMA).
Differential Equations
The ODE model consists of 7 equations
containing 9 rate constants. To
the equation for the extracellular virus concentration a degradation
term with rate constant (k7,1)
is added corresponding to the immune response of the target
system. The temporal behavior of ssDNA is supplemented by a
linear
degradation term with rate constant (k6,1).
Model Extensions
Since internalization depends on the degree
of modification (m) the model is extended by a non-linear
dependency in the rate constants. Additionally a decreasing production
efficiency reduces the amount
of available ssDNA in the nucleus. The assumed functional
dependencies are shown in the figure below.
For
k(m) we assumed that a minimal modification degree of 15%
is necessary for virus receptor complex formation due to the fact that
at least two binding sites are required for receptor dimerization. For
higher m-values the targeting efficiency saturates because
enough binding sites exists that every dimerized receptor can build a
complex with a virus. The values of r(m) are normalized to the ratio of infectious particles to empty virus capsids and therefore starts at one. Increasing m leads to a decreasing amount of infections particles until a minimal value is reached for the completely modified virus (m=100%). Future experiments could provide a better understanding of those functional dependencies and therefore improve the model predictions concerning the targeting efficiency dicussed later in this chapter. |
Methods and Simulation
The ODE model was implemented in MathWorks® MATLAB R2010b. Integration
of the differential equations was achieved using the stiff integration
routine ode15s with automatic integration step size management.
For initial conditions we took virus concentrations used in the
experiments. Rate constants were estimated according to published
values. Furthermore experiments have been conducted in order to
determine typical time scales corresponding to biological
The used parameters are given in the table below.
get the m-File (MATLAB source code)!