Team:Freiburg Bioware/Modeling/Virus Infection

From 2010.igem.org

(Difference between revisions)
 
(23 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 ODE
+
As described 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 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
-
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 23: 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. Depending on their <b>degree of modification</b>
+
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
occurs and the whole <b>complex</b> (<i>VR<sub>2</sub></i>) is
-
invaginated and endosomes are formed. The virus is released from the
+
internalized 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 <b>single stranded DNA</b>
(<i>ssDNA</i>) is released.<br>
(<i>ssDNA</i>) is released.<br>
Finally viral mRNA is processed and transported into the cytoplasm and
Finally viral mRNA is processed and transported into the cytoplasm and
Line 36: Line 41:
<br>
<br>
</p>
</p>
-
<table>
+
<table style="width: 905px;">
<tbody>
<tbody>
<tr>
<tr>
-
<td>
+
<td style="width: 60%;">
-
<center><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">
+
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>
</center>
</td>
</td>
<td>
<td>
-
<center><img
+
<center style="width: 40%;"><img
src="https://static.igem.org/mediawiki/2010/9/90/Freiburg10_VirusInfection01.png"
src="https://static.igem.org/mediawiki/2010/9/90/Freiburg10_VirusInfection01.png"
-
alt="Reaction scheme for the virus production" height="335" width="359">
+
alt="Reaction scheme for the virus production" width="399"></center>
-
</center>
+
</td>
</td>
</tr>
</tr>
Line 58: Line 66:
<h2>Reduced Reaction Scheme</h2>
<h2>Reduced Reaction Scheme</h2>
<p style="text-align: justify;">
<p style="text-align: justify;">
-
The modeling approach only neglects linear transport processes and
+
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 71: Line 80:
<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 completed by a linear
+
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" height="314" width="655"></center>
+
alt="Reaction scheme for the virus production" width="633"></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
-
The model is extended by a non-linear dependency of the internalization
+
of modification</b> (<i>m</i>) the model is extended by a non-linear
-
rate constant of the <b>degree of modification</b> (<i>m</i>) and the
+
dependency in the rate constants. Additionally a decreasing production
-
production efficiency of functional virus particles reduces the amount
+
efficiency reduces the amount
-
of available <i>ssDNA</i> in the nucleus.<br>
+
of available <i>ssDNA</i> in the nucleus. The estimated functional
-
The assumed functional dependency is shown in the two figures below.<br>
+
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: 905px; height: 481px;" border="0"
-
cellspacing="2">
+
cellpadding="2" cellspacing="2">
<tbody>
<tbody>
<tr>
<tr>
-
<td style="vertical-align: top; width: 468px;"><img
+
<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>
-
<td style="vertical-align: top; width: 384px;">For <i>k(m)</i> we assumed that a minimal modification degree of 15% is needed that virus receptor complex formation can take place due to the fact that two binding sites are required for receptor dimerization. For higher <i>m</i>-values the targeting efficiency saturates because enough binding sites exists so that every receptor dimer builds a complex with a virus.<br>  
+
<span style="font-weight: bold;">Figure 2:</span> Assumed
-
The values of <i>r(m)</i> is normalized to the ratio of infectious particles to empty virus capsids and therefore starts at 1. With increasing <i>m</i> the amount of infections particles decreases until a minimum value is reached for the completely modified virus (<br>
+
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
 +
style="vertical-align: top; width: 507px; text-align: justify;">Regarding the <i>k(m)</i>
 +
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 <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 start at one.
 +
Increasing <i>m</i> results in a decreasing amount of infectious
 +
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 discussed later in this chapter.<br>
</td>
</td>
</tr>
</tr>
Line 110: Line 144:
<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 integrator <i>ode15s</i>
+
of the differential equations was achieved using the stiff integration
-
with automatic integration step size management.<br>
+
routine <i>ode15s</i> with automatic integration step size management.<br>
-
To calibrate the dynamics of the mathematical model to those of
+
For initial conditions we took virus concentrations used in the
-
biological system we used time lapse data of fluorescence experiments
+
experiments. Rate constants were estimated according to published
-
as well as published values for the rate constants.
+
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>
<br>
<br>
-
<br>
+
The used parameters are given in the table below.
-
The parameters used are given in the table below. Also you can download
+
-
the MATLAB source code.
+
<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="" height="337" width="405">
+
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>
<a
<a
-
href="https://2010.igem.org/Wiki/images/8/87/Freiburg10_VirusInfectionCode.m">get
+
href="https://static.igem.org/mediawiki/2010/f/f8/Freiburg10_VirusInfectionCode.m">get
the m-File (MATLAB source code)!</a><br>
the m-File (MATLAB source code)!</a><br>
<br>
<br>
<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&nbsp; 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.

Reaction scheme for the virus production

Figure 1: Schematical overview of virus infection
Reaction scheme for the virus production


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

Reaction scheme for the virus production


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

Reaction scheme for the virus production


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