Team:Freiburg Bioware/Modeling/Virus Infection
From 2010.igem.org
(11 intermediate revisions not shown) | |||
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 described in the previous model for the virus production we established a |
model of <span style="font-weight: bold;">ordinary differential | model of <span style="font-weight: bold;">ordinary differential | ||
equation</span> (<span style="font-style: italic;">ODE</span>) based on | equation</span> (<span style="font-style: italic;">ODE</span>) based on | ||
- | the law of mass action. The following paragraph | + | the law of mass action. The following paragraph depicts |
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 | ||
Line 27: | Line 27: | ||
(<i>nuc</i>).<br> | (<i>nuc</i>).<br> | ||
A target cell is transduced by <b>viral particles</b> (<i>V</i>) in | A target cell is transduced by <b>viral particles</b> (<i>V</i>) in | ||
- | the extracellular matrix | + | the extracellular matrix depending on their <b>degree of modification</b> |
(<i>m</i>) and thus their specificity they can bind to <b>receptors</b> | (<i>m</i>) and thus their specificity they can bind to <b>receptors</b> | ||
(<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 internalized and | + | occurs and the whole <b>complex</b> (<i>VR<sub>2</sub></i>) is |
+ | internalized and | ||
endosomes are formed. The virus is released from the | 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 | ||
Line 40: | Line 41: | ||
<br> | <br> | ||
</p> | </p> | ||
- | <table style="width: | + | <table style="width: 905px;"> |
<tbody> | <tbody> | ||
<tr> | <tr> | ||
Line 46: | Line 47: | ||
<center style="width: 380px;"><img | <center style="width: 380px;"><img | ||
src="https://static.igem.org/mediawiki/2010/e/e1/Freiburg10_VirusInfectionScheme01.png" | src="https://static.igem.org/mediawiki/2010/e/e1/Freiburg10_VirusInfectionScheme01.png" | ||
- | alt="Reaction scheme for the virus production" height="800"></center> | + | alt="Reaction scheme for the virus production" height="800"><br> |
+ | <br> | ||
+ | <div style="text-align: left;"><span style="font-weight: bold;">Figure | ||
+ | 1:</span> Schematical overview of virus infection<br> | ||
+ | </div> | ||
+ | </center> | ||
</td> | </td> | ||
<td> | <td> | ||
Line 95: | Line 101: | ||
dependency in the rate constants. Additionally a decreasing production | dependency in the rate constants. Additionally a decreasing production | ||
efficiency reduces the amount | efficiency reduces the amount | ||
- | of available <i>ssDNA</i> in the nucleus. The | + | of available <i>ssDNA</i> in the nucleus. The estimated functional |
dependencies are shown in the figure below.<br> | dependencies are shown in the figure below.<br> | ||
</p> | </p> | ||
- | <table style="text-align: left; width: | + | <table style="text-align: left; width: 905px; height: 481px;" border="0" |
- | cellspacing="2"> | + | cellpadding="2" cellspacing="2"> |
<tbody> | <tbody> | ||
<tr> | <tr> | ||
- | <td style="vertical-align: top; width: | + | <td style="vertical-align: top; width: 538px;"><img |
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"><br> |
+ | <span style="font-weight: bold;">Figure 2:</span> Assumed | ||
+ | functions for internalization (<span style="font-style: italic;">k(m)</span>, | ||
+ | blue) and fraction of infectious virus particles (<span | ||
+ | style="font-style: italic;">r(m)</span>, red) dependant on | ||
+ | modification degree (<span style="font-style: italic;">m</span>).<br> | ||
+ | </td> | ||
<td | <td | ||
- | style="vertical-align: | + | style="vertical-align: top; width: 507px; text-align: justify;">Regarding the <i>k(m)</i> |
- | <i>k(m)</i> we assumed that a minimal modification degree of | + | we assumed that a minimal modification degree of 10% |
is necessary for virus receptor complex formation due to the fact that | is necessary for virus receptor complex formation due to the fact that | ||
at least two binding sites are required for receptor dimerization. For | at least two binding sites are required for receptor dimerization. For | ||
Line 115: | Line 127: | ||
<br> | <br> | ||
The values of <i>r(m)</i> are normalized to the ratio of infectious | The values of <i>r(m)</i> are normalized to the ratio of infectious | ||
- | particles to empty virus capsids and therefore | + | particles to empty virus capsids and therefore start at one. |
- | Increasing <i>m</i> | + | Increasing <i>m</i> results in a decreasing amount of infectious |
particles until a minimal value is reached for the completely modified | particles until a minimal value is reached for the completely modified | ||
virus (m=100%).<br> | virus (m=100%).<br> | ||
Line 122: | Line 134: | ||
Future experiments could provide a better understanding of those | Future experiments could provide a better understanding of those | ||
functional dependencies and therefore improve the model predictions | functional dependencies and therefore improve the model predictions | ||
- | concerning the targeting efficiency | + | concerning the targeting efficiency discussed later in this chapter.<br> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 133: | Line 145: | ||
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 | of the differential equations was achieved using the stiff integration | ||
- | routine <i>ode15s</i> with automatic integration step size management. | + | routine <i>ode15s</i> with automatic integration step size management.<br> |
For initial conditions we took virus concentrations used in the | For initial conditions we took virus concentrations used in the | ||
experiments. Rate constants were estimated according to published | experiments. Rate constants were estimated according to published | ||
- | values. Furthermore experiments have been conducted in order to | + | values. The entire internalization process of viral particles being |
+ | transported from the extracellular matrix through the cytoplasm into the | ||
+ | nuleus happens within seconds (Seisenberger et al. 2001; Bartlett et | ||
+ | al. 2000) whereas protein synthetization, capsid formation and virus | ||
+ | packaging is taking much more time.<br> | ||
+ | Furthermore experiments have been conducted in order to | ||
determine typical time scales corresponding to biological dynamics.<br> | determine typical time scales corresponding to biological dynamics.<br> | ||
<br> | <br> | ||
Line 142: | Line 159: | ||
<br> | <br> | ||
</p> | </p> | ||
- | <img | + | <center> |
+ | <table style="text-align: left; width: 432px; height: 239px;" border="0" | ||
+ | cellpadding="2" cellspacing="2"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td style="vertical-align: top;"> | ||
+ | <div style="text-align: center;"><img | ||
src="https://static.igem.org/mediawiki/2010/c/c7/Freiburg10_RateConstants02.png" | src="https://static.igem.org/mediawiki/2010/c/c7/Freiburg10_RateConstants02.png" | ||
- | alt="" | + | alt="" width="405"><br> |
+ | </div> | ||
+ | <br> | ||
+ | <span style="font-weight: bold;">Table 1:</span> rate constants | ||
+ | for the virus infection model<br> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </center> | ||
<br> | <br> | ||
<br> | <br> | ||
Line 153: | Line 185: | ||
<br> | <br> | ||
<h2>Results and Discussion</h2> | <h2>Results and Discussion</h2> | ||
+ | <p style="text-align: justify;"> | ||
+ | Figure 3 shows the time course of the virus infection model. Starting | ||
+ | with an initial virus concentration of 10<sup>7</sup> viral particles | ||
+ | per mililiter | ||
+ | the curve decays fast as the infectious particles are bound to | ||
+ | receptors and imported to endosomes in the cytoplasm. Since | ||
+ | recepor-virus complexes are built the amout of free recepors on the | ||
+ | cell surface decreases while the complex concentrations are rising. <br> | ||
+ | As soon as the first particles reach the nucleus and release their | ||
+ | viral DNA the intranuclear concentration of <span | ||
+ | style="font-style: italic;">ssDNA</span> rises and enzyme | ||
+ | transcription is initialized. Therefore the enzyme concentration in | ||
+ | cytoplasm is increased until a steady state is reached due to the fact | ||
+ | that <span style="font-style: italic;">ssDNA</span> is degraded inside | ||
+ | the nucleus.<br> | ||
+ | </p> | ||
+ | <br> | ||
+ | <br> | ||
<center> | <center> | ||
- | <img | + | <table style="text-align: left; width: 862px; height: 533px;" border="0" |
+ | cellpadding="2" cellspacing="2"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td style="vertical-align: top;"><img | ||
src="https://static.igem.org/mediawiki/2010/8/8c/Freiburg10_VirusInfectionPlot01.png" | src="https://static.igem.org/mediawiki/2010/8/8c/Freiburg10_VirusInfectionPlot01.png" | ||
- | alt="" width="800"></center> | + | alt="" width="800"><br> |
+ | <span style="font-weight: bold;">Figure 3:</span> Time course of | ||
+ | concentrations. Extracellular virus particles (blue), free receptors on | ||
+ | cell surface (green), virus-receptor complex (red), dimerized | ||
+ | receptor-virus complex (turquoise), intranuclear virus (purple), | ||
+ | single-stranded DNA (yellow) and enzyme in cytoplasm (black).<br> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </center> | ||
<br> | <br> | ||
+ | <p style="text-align: justify;"> | ||
+ | As mentioned in the previous paragraph concerning the model extensions | ||
+ | the internalization rate as well as the amount of empty and for this | ||
+ | reason non-functional virus particles strongly depends on the degree of | ||
+ | modification. Hence one of the major goals of simulation was to | ||
+ | calculate the optimal ratio between wild type and modified capsid | ||
+ | proteins on the virus surface.<br> | ||
+ | The simulation result can be seen in figure 4 B where, depending on the | ||
+ | assumed functional behavior, the best targeting efficiency was reached | ||
+ | with a 60% modified capsid. <br> | ||
+ | </p> | ||
<br> | <br> | ||
+ | <div style="text-align: center;"> | ||
<center> | <center> | ||
- | <img | + | <table |
+ | style="text-align: left; width: 903px; margin-left: auto; margin-right: auto; height: 880px;" | ||
+ | border="0" cellpadding="2" cellspacing="2"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td style="vertical-align: top;"><img | ||
src="https://static.igem.org/mediawiki/2010/9/9e/Freiburg10_VirusInfectionModPlot01.png" | src="https://static.igem.org/mediawiki/2010/9/9e/Freiburg10_VirusInfectionModPlot01.png" | ||
- | alt="" width="800"></center> | + | alt="" width="800"><br> |
+ | <span style="font-weight: bold;">Figure 4: A:</span> Enzyme | ||
+ | concentration for different degrees of modification (<span | ||
+ | style="font-style: italic;">m</span>) - the steady state depends on <span | ||
+ | style="font-style: italic;">m</span>. <span style="font-weight: bold;">B:</span> | ||
+ | Enyme concentration as a function of <span style="font-style: italic;">m</span>. | ||
+ | The optimum is reached for <span style="font-style: italic;">m=60%.</span><br> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </center> | ||
+ | </div> | ||
<br> | <br> | ||
<br> | <br> | ||
</html> | </html> | ||
{{:Team:Freiburg_Bioware/Footer}} | {{:Team:Freiburg_Bioware/Footer}} |
Latest revision as of 02:40, 28 October 2010
Model for Virus Infection
As described 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 depicts
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
internalized 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 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.
Figure
1: Schematical overview of virus infection
|
|
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 estimated functional
dependencies are shown in the figure below.
Figure 2: Assumed functions for internalization (k(m), blue) and fraction of infectious virus particles (r(m), red) dependant on modification degree (m). |
Regarding the k(m)
we assumed that a minimal modification degree of 10%
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 start at one. Increasing m results in a decreasing amount of infectious 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 discussed 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. The entire internalization process of viral particles being
transported from the extracellular matrix through the cytoplasm into the
nuleus happens within seconds (Seisenberger et al. 2001; Bartlett et
al. 2000) whereas protein synthetization, capsid formation and virus
packaging is taking much more time.
Furthermore experiments have been conducted in order to
determine typical time scales corresponding to biological dynamics.
The used parameters are given in the table below.
Table 1: rate constants for the virus infection model |
get the m-File (MATLAB source code)!
Results and Discussion
Figure 3 shows the time course of the virus infection model. Starting
with an initial virus concentration of 107 viral particles
per mililiter
the curve decays fast as the infectious particles are bound to
receptors and imported to endosomes in the cytoplasm. Since
recepor-virus complexes are built the amout of free recepors on the
cell surface decreases while the complex concentrations are rising.
As soon as the first particles reach the nucleus and release their
viral DNA the intranuclear concentration of ssDNA rises and enzyme
transcription is initialized. Therefore the enzyme concentration in
cytoplasm is increased until a steady state is reached due to the fact
that ssDNA is degraded inside
the nucleus.
Figure 3: Time course of concentrations. Extracellular virus particles (blue), free receptors on cell surface (green), virus-receptor complex (red), dimerized receptor-virus complex (turquoise), intranuclear virus (purple), single-stranded DNA (yellow) and enzyme in cytoplasm (black). |
As mentioned in the previous paragraph concerning the model extensions
the internalization rate as well as the amount of empty and for this
reason non-functional virus particles strongly depends on the degree of
modification. Hence one of the major goals of simulation was to
calculate the optimal ratio between wild type and modified capsid
proteins on the virus surface.
The simulation result can be seen in figure 4 B where, depending on the
assumed functional behavior, the best targeting efficiency was reached
with a 60% modified capsid.
Figure 4: A: Enzyme concentration for different degrees of modification (m) - the steady state depends on m. B: Enyme concentration as a function of m. The optimum is reached for m=60%. |