Difference between revisions of "Team:Dundee/Modeling/Biospray"

 
(138 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
  
<style>container { text-align:center; min-width:80%; }
 
#pagebox { text-align:left; width:80%; margin-left:auto; margin-right:auto; }
 
#pagebox2 { text-align:left; width:80%; margin-left:auto; margin-right:auto; }</style><!--This style tag sets margins for content within the pagebox sections, allowing it to be more reader friendly.-->
 
  
  
 +
<style>
 +
#about .glyphicon {
 +
-webkit-transition:0.3s;
 +
-moz-transition:0.3s;
 +
-o-transition:0.3s;
 +
transition:0.3s;
  
 +
}
 +
 +
#about .col-md-12:hover .glyphicon {
 +
border: 1px solid transparent;
 +
background: #E8E8E8;
 +
color: #585858;
 +
}</style><!--Sets the buttons to change colour when hovered over as this was not set in style.css file.-->
  
 
<script>
 
<script>
Line 34: Line 44:
 
});
 
});
 
</script><!--This script tag allows for smooth scrolling and for internal links to be used throughout the page, using #section_name later in file.-->
 
</script><!--This script tag allows for smooth scrolling and for internal links to be used throughout the page, using #section_name later in file.-->
 
  
 
<script type="text/x-mathjax-config">
 
<script type="text/x-mathjax-config">
Line 40: Line 49:
 
   TeX: { equationNumbers: { autoNumber: "AMS" } }
 
   TeX: { equationNumbers: { autoNumber: "AMS" } }
 
});
 
});
 +
</script>
 +
<!--This allows the equation inserted via mathjax to be numbered starting at 1.-->
 +
 +
 +
  
</script><!--This allows the equation inserted via mathjax to be numbered starting at 1.-->
 
  
  
Line 55: Line 68:
 
});
 
});
 
</script><!--The following script tag is to allow for Latex style chemical schematics/equations to be shown-->
 
</script><!--The following script tag is to allow for Latex style chemical schematics/equations to be shown-->
 
 
  
  
 
<script type="text/javascript"
 
<script type="text/javascript"
   src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+
   src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 
</script><!--The script tag allows for MathJax to be used, a language that allows for Latex code to be displayed in html-->
 
</script><!--The script tag allows for MathJax to be used, a language that allows for Latex code to be displayed in html-->
  
Line 72: Line 83:
  
  
     <header><a class="anchor" id="top"></a><!--This sets an anchor so that this section can be linked back to later in file using #top reference.-->
+
     <header id="header-modelling"><a class="anchor" id="top"></a><!--This sets an anchor so that this section can be linked back to later in file using #top reference.-->
 
<center>
 
<center>
     <h1 ><highlight class="highlight">BioSpray</highlight></h1>
+
     <h1 ><highlight class="highlight">FluID</highlight></h1>
             <h3><highlight class="highlight">Mathematical Modeling</highlight></h3>
+
<br>
 +
             <h3><highlight class="highlight">Mathematical Modelling</highlight></h3>
 
         </center>
 
         </center>
 +
 
       </header><!--The header tag adds a header with the text requested as the header (h1) and the sub-heading (h3).-->
 
       </header><!--The header tag adds a header with the text requested as the header (h1) and the sub-heading (h3).-->
  
<div id="pagebox2"><!--The following content will be contained within the pagebox class which adds margins.-->
+
<div class="container"><!--The following content will be contained within the class which adds margins.-->
<font size="5" color="white"><!--Sets page font size to 4 (larger than default) and color to white-->
+
<font color="white"><!--Sets page font size to 4 (larger than default) and color to white-->
  
 
<a class="anchor" id="overview"></a><!--This sets an anchor so that this section can be linked back to later in file using #overview reference.-->
 
<a class="anchor" id="overview"></a><!--This sets an anchor so that this section can be linked back to later in file using #overview reference.-->
Line 86: Line 99:
 
       <div class="row1"><!--Set the class as defined in the style.css file linked to the page.-->
 
       <div class="row1"><!--Set the class as defined in the style.css file linked to the page.-->
 
         <div class="row">
 
         <div class="row">
         <div class="col-md-12">
+
         <div class="col-md-6">
 
             <div class="row">
 
             <div class="row">
 
                 <h2><b>Overview</b></h2>
 
                 <h2><b>Overview</b></h2>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
             <p><!--Starts paragraph.-->To find the optimal concentrations of proteins to be used in the BioSpray and the optimal binding affinities, mathematical modeling can be used. Models were created to investigate the binding of the proteins in the BioSpray with their targets in the sample fluids. Calculating the optimal conditions is required to achieve maximum fluorescence from the nanobeads, making detection more efficient. Ordinary Differential Equations (ODEs) were formed using the law of mass action, to describe the change in concentration of each of substances over time. Initial concentrations and binding rate parameters were estimated using information from literature, then sensitivity analysis was used to find the optimal value for these parameters. The ODE’s were solved using MATLAB’s ode23 solver which uses a Rosenbrock formula, the simulations were then run for a range of values for the parameters to perform sensitivity analysis. To see the results of these methods and the specific method for each of the four substances in the BioSpray, click below.</p>
+
             <p><!--Starts paragraph.--> Models were created to investigate the binding of the proteins in FluID with their targets in the sample fluids. These models allow us to calculate the optimum binding rates and the optimal concentration of proteins to use in FluID. Calculating the optimal conditions is required to achieve maximum fluorescence from the nanobeads, making detection more efficient. Ordinary Differential Equations (ODEs) were formed using the law of mass action, to describe the change in concentration of each of substances over time. Initial concentrations and binding rate parameters were estimated using information from literature, then sensitivity analysis was used to find the optimal value for these parameters. The ODE’s were solved using MATLAB’s ode23 solver which uses a Rosenbrock formula, the simulations were then run for a range of values for the parameters to perform sensitivity analysis. To see the results of these methods and the specific method for each of the four substances in FluID, click below. We also considered the FluID as a whole and the effect that both the nanobeads and the other proteins would have within the spray.</p>
 
               </div>   
 
               </div>   
 
      
 
      
 
               </div>
 
               </div>
 +
<div class="col-md-6">
 +
<div class="row">
 +
<br>
 +
<br>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/2/28/TeamDundee_biospray_tiny2.png" width="90%" height="90%"/>
 +
</center>
 
             </div>
 
             </div>
 
              
 
              
Line 101: Line 121:
  
 
</div>
 
</div>
 
+
</div>
 +
</div>
 
<a class="anchor" id="selection"></a><!--This sets an anchor so that this section can be linked back to later in file using #selection reference.-->
 
<a class="anchor" id="selection"></a><!--This sets an anchor so that this section can be linked back to later in file using #selection reference.-->
 
     <section id="about" class="row1">     
 
     <section id="about" class="row1">     
Line 123: Line 144:
 
           <a href="#nasal" class="scroll"><span class="glyphicon glyphicon-tint" type="button"></span></a><!-- Button that links to specific section of the page to allow for quick navigation of the page.-->   
 
           <a href="#nasal" class="scroll"><span class="glyphicon glyphicon-tint" type="button"></span></a><!-- Button that links to specific section of the page to allow for quick navigation of the page.-->   
 
           <h3>Nasal Mucus Model</h3>
 
           <h3>Nasal Mucus Model</h3>
           <p class="about-content">Consider the folding of the oderant binding protein.</p><!--Text that will be displayed under the button-->
+
           <p class="about-content">Consider the folding of the odorant binding protein.</p><!--Text that will be displayed under the button-->
 
         </div>
 
         </div>
 
       </div>
 
       </div>
 
     </section>
 
     </section>
  
 +
    <section id="about" class="row1">   
 +
      <div class="row">
 +
        <div class="col-md-12">
 +
          <a href="#general" class="scroll"> <span class="glyphicon glyphicon-tint" type="button"></span></a><!-- Button that links to specific section of the page to allow for quick navigation of the page.-->
 +
          <h3>FluID Concentration</h3>
 +
          <p class="about-content">Consider FluID as a whole.</p><!--Text that will be displayed under button-->
 +
        </div>
 +
       
 +
      </div>
 +
    </section>
  
<div id="pagebox"><!--All content within division will have pagebox style and therefore will have a margin-->
+
<div class="container"><!--All content within division will have container style and therefore will have a margin-->
  
 
<a class="anchor" id="blood"></a><!--This sets an anchor so that this section can be linked back to later in file using #blood reference.-->
 
<a class="anchor" id="blood"></a><!--This sets an anchor so that this section can be linked back to later in file using #blood reference.-->
Line 143: Line 174:
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
<p>The aim of a model describing the binding between haptoglobin and haemoglobin is to find the optimum concentration and binding rates that we require for visual detection of haemoglobin in the sample from the crime scene. The more complex formed the more likely it will be that the haemoglobin will be visually detected using the BioSpray.</p>
+
<p>The aim of a model describing the binding between haptoglobin and haemoglobin is to find the optimum concentration and binding rates that we require for visual detection of haemoglobin in the sample from the crime scene. The more complex formed the more likely it will be that the haemoglobin will be visually detected using FluID.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<b>Results</b><!--b puts the text in bold font.-->
 
<b>Results</b><!--b puts the text in bold font.-->
 
<p>Haemoglobin is a tetramer, with two \(\alpha\)<!--Surrounding the \alpha allows it to be written as the latex style symbol instead of the word.--> chains and two \(\beta\) chains. Haptoglobin binds to haemoglobin in two stages. Firstly the haptoglobin binds to the \(\alpha\) chains of the haemeoglobin only. This first reaction is reversible and the complex can dissociate. The haptoglobin then binds to the \(\beta\) chains of the haemoglobin to form an extremely strong complex, which does not dissociate. These reactions can be described by the schematic:</p>
 
<p>Haemoglobin is a tetramer, with two \(\alpha\)<!--Surrounding the \alpha allows it to be written as the latex style symbol instead of the word.--> chains and two \(\beta\) chains. Haptoglobin binds to haemoglobin in two stages. Firstly the haptoglobin binds to the \(\alpha\) chains of the haemeoglobin only. This first reaction is reversible and the complex can dissociate. The haptoglobin then binds to the \(\beta\) chains of the haemoglobin to form an extremely strong complex, which does not dissociate. These reactions can be described by the schematic:</p>
 +
<font size="4">
 
$$
 
$$
\large{
 
 
 
\ce{Hp + \alpha_{H}<=>[K_{a}][K_{d}] [Hp \cdot \alpha_{H}] ->[K_{i}] [Hp\cdot\alpha_{H}\cdot\beta_{H}]}
 
\ce{Hp + \alpha_{H}<=>[K_{a}][K_{d}] [Hp \cdot \alpha_{H}] ->[K_{i}] [Hp\cdot\alpha_{H}\cdot\beta_{H}]}
}
+
 
$$<!--Any equations are surrounded by $$eq$$ to signify that this is an equation and then latex style display is formed also \large makes the quation larger.-->
+
$$
 +
</font><!--Any equations are surrounded by $$eq$$ to signify that this is an equation and then latex style display is formed.-->
 
<p>where \(Hp\) is the concentration of free haptoglobin, \(\alpha\)\(_{H}\) is the concentration of free haemoglobin, \([\)Hp\(\cdot\)\(\alpha\)\(_{H}\)\(]\) is the concentration of haptoglobin-haemoglobin-\(\alpha\)-chains complex and \([\) Hp\(\cdot\)\(\alpha\)\(_{H}\)\(\cdot\)\(\beta\)\(_{H}\)\(]\) is the concentration of the full haptoglobin-haemoglobin complex. \(K_{a}\), \(K_{i}\) are the forward reaction rates, and \(K_{d}\) is the reverse reaction rate.</p>
 
<p>where \(Hp\) is the concentration of free haptoglobin, \(\alpha\)\(_{H}\) is the concentration of free haemoglobin, \([\)Hp\(\cdot\)\(\alpha\)\(_{H}\)\(]\) is the concentration of haptoglobin-haemoglobin-\(\alpha\)-chains complex and \([\) Hp\(\cdot\)\(\alpha\)\(_{H}\)\(\cdot\)\(\beta\)\(_{H}\)\(]\) is the concentration of the full haptoglobin-haemoglobin complex. \(K_{a}\), \(K_{i}\) are the forward reaction rates, and \(K_{d}\) is the reverse reaction rate.</p>
  
Line 160: Line 191:
 
\large{
 
\large{
 
\begin{equation*}
 
\begin{equation*}
 +
 
\lambda=\frac{K_{a}}{K_{d}} \alpha_{H0}, \qquad \gamma=\frac{K_{i}}{K_{d}}.
 
\lambda=\frac{K_{a}}{K_{d}} \alpha_{H0}, \qquad \gamma=\frac{K_{i}}{K_{d}}.
\end{equation*}
+
\end{equation*}}
}
+
 
 
$$<!--The * means that this equation will not be numbered-->
 
$$<!--The * means that this equation will not be numbered-->
 
<p>
 
<p>
Line 170: Line 202:
 
<center>
 
<center>
 
  <figure><!--The figure tag inserts a figure from the provided source link with a caption (figcaption).-->
 
  <figure><!--The figure tag inserts a figure from the provided source link with a caption (figcaption).-->
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/9/94/TeamDundee-Sensitivity_analysis_plot.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/e/e0/TeamDundeeblood_sens_tiny.png'>
  <figcaption>Figure 1: Sensitivity Analysis for the Binding Parameters of Haemoglobin and Haptoglobin Binding.</figcaption>
+
  <figcaption>Figure 1: Sensitivity analysis for the binding parameters of haemoglobin and haptoglobin binding showed that optimal complex formation was when both parameters were as high as possible. Note that no complex is formed if either parameter is too small. The higher the complex formation the more fluorescence will be visualised. </figcaption>
 
  </figure>
 
  </figure>
 
</center>
 
</center>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<p>
 
<p>
From Figure 1, it is clear that the optimum complex formation will be when \(\gamma\) and \(\lambda\) are as high as possible. However, we also notice that if \(\lambda\) is small, even if \(\gamma\) is large, no complex is formed, and vice versa. Note that both parameters will increase when \(K_{d}\) decreases,  or when either \(K_{i}\) or \(K_{a}\) increase. Thus the most efficient way to optimise complex formation would be to reduce \(K_{d}\) only, in the wet lab experiments, this could be done by increasing the binding affinity of the haptoglobin and haemoglobin. This information was passed to the wet lab for there future decision making.</p>
+
From Figure 1, it is clear that the optimum complex formation will be when \(\gamma\) and \(\lambda\) are as high as possible. However, we also notice that if \(\lambda\) is small, even if \(\gamma\) is large, no complex is formed, and vice versa. Note that both parameters will increase when \(K_{d}\) decreases,  or when either \(K_{i}\) or \(K_{a}\) increase. Thus the most efficient way to optimise complex formation would be to reduce \(K_{d}\) only, in the wet lab experiments, this could be done by increasing the binding affinity of the haptoglobin and haemoglobin. This information was passed to the wet lab for there future decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the <a href="#general"><b><u>FluID concentration</u></b></a> section.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<b>Method</b>
 
<b>Method</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<p>Using the law of mass action (Guldeberg and Waage,1879)  the binding reaction schematic was written as  a system of ordinary differential equations (ODEs):</p>
+
<p>Using the law of mass action <a href="#blood_ref1">(1)</a> the binding reaction schematic was written as  a system of ordinary differential equations (ODEs):</p>
 
<a class="anchor" id="eq1"></a><!-- This sets the equation number as an anchor so that a tag can be added in the text later to refer back to it.-->  
 
<a class="anchor" id="eq1"></a><!-- This sets the equation number as an anchor so that a tag can be added in the text later to refer back to it.-->  
 
 
$$
 
$$
\large{
 
  
 +
\large{
 
\begin{eqnarray}
 
\begin{eqnarray}
  
\frac{dHp}{dt}&=&K_{d}[Hp \cdot \alpha_{H}] - K_{a} Hp \alpha_{H} \nonumber \\
+
&\frac{dHp}{dt}=K_{d}[Hp \cdot \alpha_{H}] - K_{a} Hp \alpha_{H}, \nonumber \\
\frac{d \alpha_{H}}{dt}&=&K_{d}[Hp \cdot \alpha_{H}] - K_{a} Hp \alpha_{H} \nonumber\\
+
&\frac{d \alpha_{H}}{dt}=K_{d}[Hp \cdot \alpha_{H}] - K_{a} Hp \alpha_{H}, \nonumber\\
\frac{d[Hp \cdot \alpha_{H}]}{dt}&=&K_{a} Hp \alpha_{H} - K_{d}[Hp \cdot \alpha_{H}] -  K_{i}[Hp \cdot \alpha_{H}]\\
+
&\frac{d[Hp \cdot \alpha_{H}]}{dt}=K_{a} Hp \alpha_{H} - K_{d}[Hp \cdot \alpha_{H}] -  K_{i}[Hp \cdot \alpha_{H}],\tag{Eq 1}\\
\frac{d[Hp \cdot \alpha_{H} \cdot \beta_{H}]}{dt}&=&K_{i}[Hp \cdot \alpha_{H}] \nonumber
+
&\frac{d[Hp \cdot \alpha_{H} \cdot \beta_{H}]}{dt}=K_{i}[Hp \cdot \alpha_{H}], \nonumber
 
\end{eqnarray}
 
\end{eqnarray}
 
}
 
}
 
$$
 
$$
 
 
<p>
 
<p>
 
with initial conditions:</p>
 
with initial conditions:</p>
Line 203: Line 233:
 
\large{
 
\large{
 
\begin{eqnarray}
 
\begin{eqnarray}
Hp(0)&=&4.17 \alpha_{H0} \quad \mu M \nonumber \\ \nonumber
+
Hp(0)&=&4.17 \alpha_{H0} \quad \mu M, \nonumber \\ \nonumber
\alpha_{H}(0)&=&\alpha_{H0} \quad \mu M\\  
+
\alpha_{H}(0)&=&\alpha_{H0} \quad \mu M,\\  
\lbrack Hp \cdot \alpha_{H} \rbrack (0)&=&0 \quad \mu M\\   
+
\lbrack Hp \cdot \alpha_{H} \rbrack (0)&=&0 \quad \mu M, \tag{Eq 2}\\   
\lbrack Hp \cdot \alpha_{H} \cdot \beta_{H} \rbrack (0)&=&0 \quad \mu M \nonumber
+
\lbrack Hp \cdot \alpha_{H} \cdot \beta_{H} \rbrack (0)&=&0 \quad \mu M, \nonumber
 
\end{eqnarray}
 
\end{eqnarray}
 
}
 
}
Line 212: Line 242:
 
<!--The \nonumber command removes the equation number for that specific equation, so that the system of equatinos only has one equation number-->
 
<!--The \nonumber command removes the equation number for that specific equation, so that the system of equatinos only has one equation number-->
 
<p>
 
<p>
The parameters were estimated by considering the steady state of the system. Setting the left hand side of <a href="#eq1">(1)</a><!--This links to eq1 so that the user can use link to refer to equation.--> to zero gives:</p>
+
The parameters were estimated by considering the steady state of the system. Setting the left hand side of <a href="#eq1">(Eq 1)</a><!--This links to eq1 so that the user can use link to refer to equation.--> to zero gives:</p>
 
<a class="anchor" id="eq3"></a>
 
<a class="anchor" id="eq3"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{eqnarray}
 
\begin{eqnarray}
K_{d} [Hp \cdot \alpha_{H}]&=&K_{a} Hp \alpha_{H} \nonumber \\
+
K_{d} [Hp \cdot \alpha_{H}]&=&K_{a} Hp \alpha_{H}, \nonumber \\
K_{a} Hp \alpha_{H}&=&K_{d} [Hp \cdot \alpha_{H}] - K_{i} [Hp \cdot \alpha_{H}]  
+
K_{a} Hp \alpha_{H}&=&K_{d} [Hp \cdot \alpha_{H}] - K_{i} [Hp \cdot \alpha_{H}]\tag{Eq 3} .
 
\end{eqnarray}
 
\end{eqnarray}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Rearranging <a href="#eq3">(3)</a> gives:</P>
+
Rearranging <a href="#eq3">(Eq 3)</a> gives:</P>
 
<a class="anchor" id="eq4"></a>
 
<a class="anchor" id="eq4"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{[Hp \cdot \alpha_{H}]}{Hp \alpha_{H}}=\frac{K_{a}}{K_{d}}  
+
\frac{[Hp \cdot \alpha_{H}]}{Hp \alpha_{H}}=\frac{K_{a}}{K_{d}} \tag{Eq 4}.
 
\end{equation}
 
\end{equation}
 
}
 
}
Line 238: Line 268:
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
HpT=Hp+[Hp \cdot \alpha_{H}]  
+
HpT=Hp+[Hp \cdot \alpha_{H}].\tag{Eq 5}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Now using <a href="#eq4">(4)</a> and <a href="#eq5">(5)</a> it can be written that:</p>
+
Now using <a href="#eq4">(Eq 4)</a> and <a href="#eq5">(Eq 5)</a> it can be written that:</p>
 
<a class="anchor" id="eq6"></a>
 
<a class="anchor" id="eq6"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{Hp}{HpT}=\frac{1}{\frac{K_{a}}{K_{d}} \alpha_{H} + 1}.  
+
\frac{Hp}{HpT}=\frac{1}{\frac{K_{a}}{K_{d}} \alpha_{H} + 1}. \tag{Eq 6}
 
\end{equation}
 
\end{equation}
 
}
 
}
Line 258: Line 288:
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{Hp}{HpT}=\frac{3.17}{4.17}.  
+
\frac{Hp}{HpT}=\frac{3.17}{4.17}. \tag{Eq 7}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
By substituting <a href="#eq7">(7)</a> into equation <a href="#eq6">(6)</a> the ratio between \(K_{a}\) and \(K_{d}\) can be found:</p>
+
By substituting <a href="#eq7">(Eq 7)</a> into equation <a href="#eq6">(Eq 6)</a> the ratio between \(K_{a}\) and \(K_{d}\) can be found:</p>
 
<a class="anchor" id="eq8"></a>
 
<a class="anchor" id="eq8"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{K_{a}}{K_{d}}=\frac{100}{317} \quad \mu  M.  
+
\frac{K_{a}}{K_{d}}=\frac{100}{317} \quad \mu  M. \tag{Eq 8}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
For <a href="#eq3">(3)</a>, <a href="#eq6">(6)</a> and <a href="#eq7">(7)</a> can be used to find the ratio between \(K_{i}\) and \(K_{d}\):</p>
+
For <a href="#eq3">(Eq 3)</a>, <a href="#eq6">(Eq 6)</a> and <a href="#eq7">(Eq 7)</a> can be used to find the ratio between \(K_{i}\) and \(K_{d}\):</p>
 
<a class="anchor" id="eq9"></a>
 
<a class="anchor" id="eq9"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{K_{i}}{K_{d}}=\frac{83}{317}.  
+
\frac{K_{i}}{K_{d}}=\frac{83}{317}. \tag{Eq 9}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
From literature it is known that 2.5 \(\times\) 10\(^{-5}\) g/cm\(^{3}\) haemoglobin is found in blood plasma (Weatherby and Ferguson,2004). It is also known that the molecular weight of haemoglobin is 64458 g/mol. This can be used to calculate the expected initial concentration of haemoglobin in 1ml of blood: \(\alpha_{H0}=\) 0.3878494524 \(\mu M\). Therefore, from <a href="#eq8">(8)</a> and <a href="#eq9">(9)</a> the estimated values for \(\lambda\) and \(\gamma\) are found to be:</p>
+
From literature it is known that 2.5 \(\times\) 10\(^{-5}\) g/cm\(^{3}\) haemoglobin is found in blood plasma <a href="#blood_ref2">(2)</a> . It is also known that the molecular weight of haemoglobin is 64458 g/mol. This can be used to calculate the initial concentration of haemoglobin in 1ml of blood: \(\alpha_{H0}=\) 0.39 \(\mu M\). Therefore, from <a href="#eq8">(Eq 8)</a> and <a href="#eq9">(Eq 9)</a> the estimated values for \(\lambda\) and \(\gamma\) are found to be:</p>
 
<a class="anchor" id="eq10"></a>
 
<a class="anchor" id="eq10"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\lambda=\frac{38.78494524}{317}, \qquad \gamma=\frac{83}{317}.  
+
\lambda=\frac{38.78}{317}, \qquad \gamma=\frac{83}{317}. \tag{Eq 10}
 
\end{equation}
 
\end{equation}
 
}
 
}
Line 294: Line 324:
  
 
<p>
 
<p>
By running the ode23 solver over one hundred different values for both parameters, sensitivity analysis can be performed. The range of values has the mean as the estimated values, <a href="#eq10">(10)</a>. The results are shown in <u><a href="#fig1">Figure 1</a></u>, where the centre of the plot represents the expected concentration of complex formed when the expected binding rates are used.</p>
+
By running the ode23 solver <a href="#blood_ref3">(3)</a>  over one hundred different values for both parameters, sensitivity analysis can be performed. The range of values has the mean as the estimated values, <a href="#eq10">(Eq 10)</a>. The results are shown in <u><a href="#fig1">Figure 1</a></u>, where the centre of the plot represents the expected concentration of complex formed when the binding rates suggested from literature are used.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<b>References</b>
 
<b>References</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<ul><!--ul tag adds a list where each item is surrounded by li tag-->
+
<ol><!--ol tag adds a list where each item is surrounded by li tag-->
  <li>Bogacki, P.,  Shampine, L. F. (1989). A 3 (2) pair of Runge-Kutta formulas. Applied Mathematics Letters, 2(4), 321-325.</li>
+
 
  <li>Guldberg, C. M.,  Waage, P. (1879). Concerning chemical affinity. Erdmanns Journal fr Practische Chemie, 127, 69-114.</li>
+
<li><a class="anchor" id="blood_ref1"></a>Guldberg CM,  Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.</li>
   <li>Weatherby, D., Ferguson, S. (2004). Blood Chemistry and CBC Analysis (Vol. 4). Weatherby and Associates, LLC.</li>
+
   <li><a class="anchor" id="blood_ref2"></a>Weatherby D, Ferguson S. Blood Chemistry and CBC Analysis, 4 ed. : Weatherby and Associates; 2004.</li>
</ul><!--The ul tag adds a list where each item is surrounded by <li></li>.-->
+
<li><a class="anchor" id="blood_ref3"></a>Bogacki P, Shampine LF. A 3 (2) pair of Runge-Kutta formulas. Applied Mathematics Letters 1989; 2(4): 321-325.</li>
 +
</ol><!--The ul tag adds a list where each item is surrounded by <li></li>.-->
  
 
               </div>   
 
               </div>   
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Blood_code" class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB Code</a><!--This sets a button that allows the user to navigate to the specific section of the appendix for this section.-->
+
<br>
<a href="#overview" class="btn btn-primary btn-lg pull-right" role="button">Back to Top</a><!--Button that takes user to top of page.-->   
+
<a href="#overview" class="btn btn-info btn-lg pull-right" role="button">&uarr;</a><!--Button that takes user to top of page.-->  
  <a href="#blood" class="btn btn-primary btn-lg pull-right" role="button">Back to Start of Model</a><!--Button that takes user to the start of section.-->   
+
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Blood_code" class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB code</a><!--This sets a button that allows the user to navigate to the specific section of the appendix for this section.-->
 +
   
 +
  <a href="#blood" class="btn btn-primary btn-lg pull-right" role="button">Back to start of model</a><!--Button that takes user to the start of section.-->   
 +
 
               </div>
 
               </div>
 
             </div>
 
             </div>
Line 328: Line 362:
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
<p><!--p tag seperates paragraphs-->The aim of modeling of the binding between spermidine and potD is to understand the optimum concentration and binding rates that are required for visual detection of spermidine in the sample from the crime scene. The more complex formed the more likely that a visual detection of spermidine in the sample will be obtained using the BioSpray.</p>
+
<p><!--p tag seperates paragraphs-->The aim of modelling of the binding between spermidine and potD is to understand the optimum concentration and binding rates that are required for visual detection of spermidine in the sample from the crime scene. The more complex formed the more likely that a visual detection of spermidine in the sample will be obtained using FluID.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
Line 334: Line 368:
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<p>
 
<p>
PotD is a polyamine substrate-binding protein found in E.Coli. PotD binds to spermidine, allowing it to then bind to potA, potB and potC, which allows for movement of the spermidine. For the project only the initial binding of potD to spermidine is important, as the aim is to used potD as a detector fo finding traces of semen at a crime scene.
+
PotD is a polyamine substrate-binding protein found in <i>E. coli</i>. PotD binds to spermidine, allowing it to then bind to potA, potB and potC, which allows for movement of the spermidine. For the project only the initial binding of potD to spermidine is important, as the aim is to used potD as a detector for finding traces of semen at a crime scene.
 
The binding reaction can be described by the schematic:</p>
 
The binding reaction can be described by the schematic:</p>
 +
<br>
 +
<font size="4">
 
$$
 
$$
\large{  \ce{P + S
+
 
 +
  \ce{P + S
 
<=>[k_{on}][k_{off}] C
 
<=>[k_{on}][k_{off}] C
}$$<!--The $$ $$ surrounds mathjax equations and \large makes them larger.-->
+
} $$</font><!--The $$ $$ surrounds mathjax equations -->
 
<p>
 
<p>
 
where \(P\)<!--\( \) surrounds inline equations and symbols in mathjax format--> is the concentration of potD, \(S\) the concentration of spermidine and \(C\) is the concentration of the potD-spermidine complex. The reaction rate constants are \( k_{on}\) for the association reaction and \( k_{off}\) for the dissociation reaction. The initial concentrations of potD and spermidine are denoted, \(P_{0}\) and \(S_{0}\) respectively. The ratio of the initial concentration of potD to the initial concentration of spermidine was defined as:</p>
 
where \(P\)<!--\( \) surrounds inline equations and symbols in mathjax format--> is the concentration of potD, \(S\) the concentration of spermidine and \(C\) is the concentration of the potD-spermidine complex. The reaction rate constants are \( k_{on}\) for the association reaction and \( k_{off}\) for the dissociation reaction. The initial concentrations of potD and spermidine are denoted, \(P_{0}\) and \(S_{0}\) respectively. The ratio of the initial concentration of potD to the initial concentration of spermidine was defined as:</p>
Line 365: Line 402:
 
  <center>
 
  <center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/b/b4/TeamDundee-Semen_sens_figure.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/e/ee/TeamDundee_semen_sens_tiny.png'>
  <figcaption>Figure 2: Sensitivity Analysis for the Binding Parameter \(\kappa\) and Ratio of Initial Concentrations, \(R_{0}\).</figcaption>
+
  <figcaption>Figure 2: Sensitivity analysis for the binding efficiency and ratio of initial concentrations, \(R_{0}\) for potD and spermidine binding. We see that there are optimal values for both the binding efficiency and the level of potD we add, where adding more makes no significant difference to complex produced. The more complex formed the more fluorescence there will be allowing for visual detection of spermidine.</figcaption>
  </figure><!--Inserts figure with defined border and caption underneath-->
+
  </figure><!--Inserts figure with defi caption underneath-->
 
</center>
 
</center>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<p>
 
<p>
The sensitivity analysis indicates that there are optimal values for both \(\kappa\) and \(R_{0}\), where increasing the value has very little effect on the complex formation. This was further investigated, firstly by setting \(\kappa\) as the expected value from <a href="#eq16">(16)</a>,<!--anchor is used as reference to equation further down the page--> and varying \(R_{0}\) as above</p>
+
The sensitivity analysis indicates that there are optimal values for both \(\kappa\) and \(R_{0}\), where increasing the value has very little effect on the complex formation. This was further investigated, firstly by setting \(\kappa\) as the expected value from <a href="#eq16">(Eq 16)</a>,<!--anchor is used as reference to equation further down the page--> and varying \(R_{0}\) as above</p>
 
<a class="anchor" id="fig3"></a>
 
<a class="anchor" id="fig3"></a>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
  <center>
 
  <center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/c/cd/TeamDundee-Ratio_plot_semen2.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/3/30/TeamDundee_semen_ro_tiny.png'>
  <figcaption>Figure 3: Complex Formation with Increasing \(R_{0}\).</figcaption>
+
  <figcaption>Figure 3: Complex formation with increasing \(R_{0}\), that is the level of potD. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of the ratio \(R_{0}\) and thus calculate the level of potD required in the biospray. </figcaption>
 
  </figure>
 
  </figure>
 
</center>
 
</center>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<p>
 
<p>
This suggests that as long as \(R_{0}=1.4\), that is there is at least \(578.312 \mu M\) of PotD in the BioSpray, there will be enough complex formed to visualise via the nanobeads. The effect of increasing the parameter \(\kappa\) was also investigated by setting \(R_{0}=1.4\), and varying \(\kappa\).</p>
+
This suggests that as long as \(R_{0}=1.4\), that is there is at least \(578.31 \mu M\) of PotD in FluID, there will be enough complex formed to visualise via the nanobeads. The effect of increasing the parameter \(\kappa\) was also investigated by setting \(R_{0}=1.4\), and varying \(\kappa\).</p>
 
<a class="anchor" id="fig4"></a>
 
<a class="anchor" id="fig4"></a>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
  <center>
 
  <center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/b/bf/TeamDundee-Ratio2_plot_semen2.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/d/d5/TeamDundee_semen_k_tiny.png'>
  <figcaption>Figure 4: Complex Formation with Increasing \(\kappa\).</figcaption>
+
  <figcaption>Figure 4: Complex formation with increasing \(\kappa\), a parameter that defines the binding efficiency. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of \(\kappa\) and from this we can calculate the minimum binding efficiency for optimal results.</figcaption>
 
  </figure>
 
  </figure>
 
</center>
 
</center>
Line 403: Line 440:
 
$$
 
$$
 
<p>
 
<p>
rather than the value as stated in <a href="#eq16">(16)</a>. Thus to increase the amount of complex formed, the initial concentration of  potD and/or the binding affinity needs to be increased in the BioSpray. The information provided by this model was passed to the lab to aid in experimental decision making.</p>
+
rather than the value as stated in <a href="#eq16">(Eq 16)</a>. Thus to increase the amount of complex formed, the initial concentration of  potD and/or the binding affinity needs to be increased in FluID. The information provided by this model was passed to the lab to aid in experimental decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the <a href="#general"><b><u>FluID concentration</u></b></a> section.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<b>Method</b>
 
<b>Method</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<p>Using the law of mass action, the reaction scheme can be described by a system of ordinary differential equations (ODEs) (Guldberg,1879):</p>
+
<p>Using the law of mass action, the reaction scheme can be described by a system of ordinary differential equations (ODEs) <a href="#semen_ref1">(1)</a>:</p>
 
<a class="anchor" id="eq11"></a>
 
<a class="anchor" id="eq11"></a>
 
$$
 
$$
Line 414: Line 451:
 
\begin{eqnarray}
 
\begin{eqnarray}
 
\frac{dP}{dt}&=&k_{off}C-k_{on}PS, \nonumber\\
 
\frac{dP}{dt}&=&k_{off}C-k_{on}PS, \nonumber\\
\frac{dS}{dt}&=&k_{off}C-k_{on}PS, \\
+
\frac{dS}{dt}&=&k_{off}C-k_{on}PS, \tag{Eq 11} \\
 
\frac{dC}{dt}&=&k_{on}PS-k_{off}C. \nonumber
 
\frac{dC}{dt}&=&k_{on}PS-k_{off}C. \nonumber
 
\end{eqnarray}
 
\end{eqnarray}
Line 425: Line 462:
 
\begin{eqnarray}
 
\begin{eqnarray}
 
P(0)&=&P_{0} , \nonumber\\
 
P(0)&=&P_{0} , \nonumber\\
S(0)&=&S_{0}, \\
+
S(0)&=&S_{0}, \tag{Eq 12}\\
 
C(0)&=&0 .\nonumber
 
C(0)&=&0 .\nonumber
 
\end{eqnarray}
 
\end{eqnarray}
Line 431: Line 468:
 
$$
 
$$
 
<p>
 
<p>
It is assumed that there will be no complex at the start of the reaction, and that there will be some concentration of spermidine and potD. Vanella (1978), states that there is \(60 \mu g \ ml^{-1}\) of spermidine in seminal fluid of humans. This can be used to find that there is a concentration of \(413.08 \mu M\) in \(1ml\) of seminal fluid of humans. Therefore it is assumed that the expected initial concentration of spermidine is \(S_{0}=413.08 \mu M\).</p>
+
It is assumed that there will be no complex at the start of the reaction, and that there will be some concentration of spermidine and potD. Vanella <a href="#semen_ref2">(2)</a>, states that there is \(60 \mu g \ ml^{-1}\) of spermidine in seminal fluid of humans. This can be used to find that there is a concentration of \(413.08 \mu M\) in \(1ml\) of seminal fluid of humans. Therefore it is assumed that the expected initial concentration of spermidine is \(S_{0}=413.08 \mu M\).</p>
 
<p>
 
<p>
In a paper by Kashiwagi (1993) it was found that a suggested concentration ratio of potD to spermidine is 1:2. Using this it is assumed that the expected initial concentration of potD is:</p>
+
In a paper by Kashiwagi <a href="#semen_ref3">(3)</a> it was found that a suggested concentration ratio of potD to spermidine is 1:2. Using this it is estimated that the suggested initial concentration of potD is:</p>
 
<a class="anchor" id="eq13"></a>
 
<a class="anchor" id="eq13"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
P_{0} = 206.54 \mu M.  
+
P_{0} = 206.54 \mu M. \tag{Eq 13}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Therefore from <a href="#eq13">(13)</a> an expected value for \(R_{0}\) is:</p>
+
Therefore from <a href="#eq13">(Eq 13)</a> an expected value for \(R_{0}\) is:</p>
 
<a class="anchor" id="eq14"></a>
 
<a class="anchor" id="eq14"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
R_{0}=\frac{1}{2} .
+
R_{0}=\frac{1}{2} .\tag{Eq 14}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
It is also known that one molecule of spermidine binds to one molecule of potD. In Kashiwagi's, 1993, paper it was also stated that the dissociation equilibrium constant for potD and spermidine binding is:</p>
+
It is also known that one molecule of spermidine binds to one molecule of potD. In Kashiwagi's paper <a href="#semen_ref3">(3)</a> it was also stated that the dissociation equilibrium constant for potD and spermidine binding is:</p>
 
<a class="anchor" id="eq15"></a>
 
<a class="anchor" id="eq15"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{k_{off}}{k_{on}}=3.2 \mu M.  
+
\frac{k_{off}}{k_{on}}=3.2 \mu M. \tag{Eq 15}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Therefore from <a href="#eq15">(15)</a> an expected value for \(\kappa\) is:</p>
+
Therefore from <a href="#eq15">(Eq 15)</a> an expected value for \(\kappa\) is:</p>
 
<a class="anchor" id="eq16"></a>
 
<a class="anchor" id="eq16"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\kappa = 129.0875 .
+
\kappa = 129.09 .\tag{Eq 16}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Sensitivity analysis was then performed on the non-dimensionalised system by using MATLAB's ode23 solver. A range of values for both \(\kappa\) and \(R_{0}\) were chosen with the estimated values, <a href="#eq14">(14)</a> and <a href="#eq16">(16)</a> as half of the maximum value and a quarter of the maximum value, respectively. The results are shown in <u><a href="#fig2">Figure 2</a></u>.
+
Sensitivity analysis was then performed on the non-dimensionalised system by using MATLAB's ode23 solver. A range of values for both \(\kappa\) and \(R_{0}\) were chosen with the estimated values, <a href="#eq14">(Eq 14)</a> and <a href="#eq16">(Eq 16)</a> as half of the maximum value and a quarter of the maximum value, respectively. The results are shown in <u><a href="#fig2">Figure 2</a></u>.
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
</p><b>References</b>
 
</p><b>References</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<ul><!--ul tag adds a list where each item is surrounded by li tag-->
+
<ol><!--ul tag adds a list where each item is surrounded by li tag-->
<li>Guldberg, C. M., Waage, P. (1879). Concerning chemical affinity. Erdmannas Journal fr Practische Chemie, 127, 69-114.</li>
+
<li><a class="anchor" id="semen_ref1"></a>Guldberg CM, Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.</li>
<li>Kashiwagi, K., Miyamoto, S., Nukui, E., Kobayashi, H., Igarashi, K. (1993). Functions of potA and potD proteins in spermidine-preferential uptake system in Escherichia coli. Journal of Biological Chemistry, 268(26), 19358-19363.</li>
+
<li>Vanella, A., Pinturo, R., Vasta, M., Piazza, G., Rapisarda, A., Savoca, S., Panella, M. (1978). Polyamine levels in human semen of unfertile patients: effect of S-adenosylmethionine. Acta Europaea Fertilitatis, 9(2), 99-103.</li>
+
  
</ul>
+
<li><a class="anchor" id="semen_ref2"></a>Vanella A, Pinturo R, Vasta M, Piazza G, Rapisarda A, Savoca S, Panella M. Polyamine levels in human semen of unfertile patients: effect of S-adenosylmethionine. Acta Europaea Fertilitatis 1978; 9(2): 99-103.</li>
 +
<li><a class="anchor" id="semen_ref3"></a>Kashiwagi K, Miyamoto S, Nukui E, Kobayashi H, Igarashi K. Functions of potA and potD proteins in spermidine-preferential uptake system in Escherichia coli. Journal of Biological Chemistry 1993; 268(26): 19358-19363.</li>
 +
 
 +
</ol>
  
  
Line 489: Line 527:
  
 
               </div>   
 
               </div>   
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Semen_code" class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB Code</a> <!--Button navigates to appendix for this section-->
+
<br>
<a href="#overview" class="btn btn-primary btn-lg pull-right" role="button">Back to Top</a> <!--Button navigates back to top of page-->
+
<a href="#overview" class="btn btn-info btn-lg pull-right" role="button">&uarr;</a><!--Button that takes user to top of page.-->  
<a href="#semen" class="btn btn-primary btn-lg pull-right" role="button">Back to Start of Model</a><!--Button navigates back to start of section-->       
+
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Semen_code" class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB code</a> <!--Button navigates to appendix for this section-->
 +
 
 +
<a href="#semen" class="btn btn-primary btn-lg pull-right" role="button">Back to start of model</a><!--Button navigates back to start of section-->       
 
               </div>
 
               </div>
 
             </div>
 
             </div>
Line 511: Line 551:
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
<p><!--p tag separates paragraphs-->The aim of modeling of the binding between lactoferrin and lactoferrin binding protein (LPB) is to understand the optimum concentration and binding rates that are required for visual detection of saliva in the sample from the crime scene. The more complex formed the more likely that a visual detection of saliva in the sample will be obtained using the BioSpray.</p>
+
<p><!--p tag separates paragraphs-->The aim of modelling of the binding between lactoferrin and lactoferrin binding protein (LPB) is to understand the optimum concentration and binding rates that are required for visual detection of saliva in the sample from the crime scene. The more complex formed the more likely that a visual detection of saliva in the sample will be obtained using FluID.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
Line 517: Line 557:
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<p>
 
<p>
Lactoferrin is a protein from the transferrin family that is present on saliva and other bodily fluids. Lactoferrin is involved in many biological processes including the transportation of iron. Lactoferrin binding protein A and B form a complex, lactoferrin binding protein (LBP), which binds to lactoferrin to allow iron transportation. LBP will be used as a detector of lactoferrin within the BioSpray to allow for the detection of saliva in a sample. The binding reaction of lactoferrin and LBP can be described by the schematic:</p>
+
Lactoferrin is a protein from the transferrin family that is present on saliva and other bodily fluids. Lactoferrin is involved in many biological processes including the transportation of iron. Lactoferrin binding protein A and B form a complex, lactoferrin binding protein (LBP), which binds to lactoferrin to allow iron transportation. LBP will be used as a detector of lactoferrin within the FluID to allow for the detection of saliva in a sample. The binding reaction of lactoferrin and LBP can be described by the schematic:</p>
$$ \large{ \ce{Lf + LBP
+
<br>
 +
<font size="4">
 +
$$ \ce{Lf + LBP
 
<=>[k_{f}][k_{r}] [Lf\cdot LBP]
 
<=>[k_{f}][k_{r}] [Lf\cdot LBP]
} } $$<!--Mathjax equations are contained within $$ $$ and \large makes the equation larger.-->
+
} $$</font><!--Mathjax equations are contained within $$ $$ .-->
 
<p>
 
<p>
 
where \(Lf\)<!--Inline equations and symbols form mathjax are contained within \( \)--> is the concentration of lactoferrin, \(LBP\) the concentration of LBP and \([Lf\cdot LBP]\) is the concentration of the lactoferrin-LBP complex. The reaction rate constants are \( k_{f}\) for the forward reaction and \( k_{r}\) for the reverse reaction. The initial concentrations of lactoferrin and LBP are denoted, \(Lf_{0}\) and \(LBP_{0}\) respectively. The ratio of the initial concentration of LBP to the initial concentration of lactoferrin was defined as:</p>
 
where \(Lf\)<!--Inline equations and symbols form mathjax are contained within \( \)--> is the concentration of lactoferrin, \(LBP\) the concentration of LBP and \([Lf\cdot LBP]\) is the concentration of the lactoferrin-LBP complex. The reaction rate constants are \( k_{f}\) for the forward reaction and \( k_{r}\) for the reverse reaction. The initial concentrations of lactoferrin and LBP are denoted, \(Lf_{0}\) and \(LBP_{0}\) respectively. The ratio of the initial concentration of LBP to the initial concentration of lactoferrin was defined as:</p>
Line 543: Line 585:
 
  <center>
 
  <center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/8/8a/TeamDundee-Lacto_plot_1.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/e/e5/TeamDundee_saliva_sens_tiny.png'>
  <figcaption>Figure 5: Sensitivity Analysis for the Binding Parameter \(\theta\) and Ratio of Initial Concentrations, \(v_{0}\).</figcaption>
+
  <figcaption>Figure 5: Sensitivity analysis for the binding efficiency defined by, binding parameter \(\theta\) and ratio of initial concentrations, \(v_{0}\), which represents the level of lactoferrin binding protein, LBP. We see that there are relatively low optimal values for both the binding efficiency and the level of LBP we add, where adding more makes no significant difference to complex produced. The more complex formed the more fluorescence there will be allowing for visual detection of lactoferrin.</figcaption>
 
  </figure><!--Adds the centered figure with defined border and defined caption underneath-->
 
  </figure><!--Adds the centered figure with defined border and defined caption underneath-->
 
</center>
 
</center>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<p>
 
<p>
The sensitivity analysis indicates that there are optimal values for \(\theta\), where increasing the value of itself or \(v_{0}\) has very little effect on the complex formation. This was further investigated, firstly by setting \(\theta\) as the expected value from <a href="#eq20">(20)</a>,<!--Anchor used to refer to equatino furthr down the page--> and varying \(v_{0}\) as above.</p>
+
The sensitivity analysis indicates that there are optimal values for \(\theta\), where increasing the value of itself or \(v_{0}\) has very little effect on the complex formation. This was further investigated, firstly by setting \(\theta\) as the expected value from <a href="#eq20">(Eq 20)</a>,<!--Anchor used to refer to equatino furthr down the page--> and varying \(v_{0}\) as above.</p>
 
<a class="anchor" id="fig6"></a>
 
<a class="anchor" id="fig6"></a>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
  <center>
 
  <center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/6/6a/TeamDundee-Lacto_plot_2.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/d/d3/TeamDundee_saliva_v0_tiny.png'>
  <figcaption>Figure 6: Complex Formation with Increasing \(v_{0}\).</figcaption>
+
  <figcaption>Figure 6: Complex formation with increasing levels of lactoferrin binding protein determined by \(v_{0}\). The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is a relatively high optimal value of the ratio \(v_{0}\) and thus calculate the level of lactoferrin binding protein required in the biospray to detect lactoferrin.</figcaption>
 
  </figure>
 
  </figure>
 
</center>
 
</center>
Line 564: Line 606:
 
\large{
 
\large{
 
\begin{equation*}
 
\begin{equation*}
LBP_{0}=59.2207792 \quad \mu M,
+
LBP_{0}=59.22 \quad \mu M,
 
\end{equation*}
 
\end{equation*}
 
}
 
}
Line 574: Line 616:
 
  <center>
 
  <center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/c/c5/TeamDundee-Lacto_plot_3.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/0/05/TeamDundee_saliva_theta_tiny.png'>
  <figcaption>Figure 7: Complex Formation with Increasing \(\theta\).</figcaption>
+
  <figcaption>Figure 7: Complex formation with increasing \(\theta\), a parameter that defines the binding efficiency. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of \(\theta\) and from this we can calculate the minimum binding efficiency for optimal results.</figcaption>
 
  </figure>
 
  </figure>
 
</center>
 
</center>
Line 581: Line 623:
 
<p>
 
<p>
  
Varying \(\theta\) highlights that a  higher binding rate will allow for a higher level of complex formation. Since we know the expected value of \(Lf_{0}\), it can be suggested that:</p>
+
Varying \(\theta\) highlights that a  higher binding rate will allow for a higher level of complex formation. Since we know the suggested value of \(Lf_{0}\), it can be suggested that:</p>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation*}
 
\begin{equation*}
\frac{k_{f}}{k_{r}}=14025.97402 \mu M^{-1}.
+
\frac{k_{f}}{k_{r}}=14025.97 \mu M^{-1}.
 
\end{equation*}}
 
\end{equation*}}
 
$$
 
$$
 
<p>
 
<p>
The information provided by this model was passed to the lab to aid in experimental decision making. Thus to increase the amount of complex formed the initial concentration of \(LBP\) and/or the binding affinity needs to be increased in the detector. The information provided by this model was passed to the lab to aid in experimental decision making.</p>
+
The information provided by this model was passed to the lab to aid in experimental decision making. Thus to increase the amount of complex formed the initial concentration of \(LBP\) and/or the binding affinity needs to be increased in the detector. The information provided by this model was passed to the lab to aid in experimental decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the <a href="#general"><b><u>FluID concentration</u></b></a> section.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<b>Method</b>
 
<b>Method</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<p>Using the law of mass action, the reaction scheme can be described by a system of ordinary differential equations (ODEs) (Guldberg,1879):</p>
+
<p>Using the law of mass action <a href="#saliva_ref1">(1)</a>, the reaction scheme can be described by a system of ordinary differential equations (ODEs) (Guldberg,1879):</p>
 
<a class="anchor" id="eq17"></a>
 
<a class="anchor" id="eq17"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{eqnarray}
 
\begin{eqnarray}
\frac{dLf}{dt}&=&k_{r}[Lf\cdot LBP]-k_{f}LfLBP, \nonumber\\
+
&\frac{dLf}{dt}=k_{r}[Lf\cdot LBP]-k_{f}LfLBP, \nonumber\\
\frac{dLBP}{dt}&=&k_{r}[Lf\cdot LBP]-k_{f}LfLBP, \\
+
&\frac{dLBP}{dt}=k_{r}[Lf\cdot LBP]-k_{f}LfLBP,\tag{Eq 17} \\
\frac{d[Lf\cdot LBP]}{dt}&=&k_{f}LfLBP-k_{r}[Lf\cdot LBP]. \nonumber
+
&\frac{d[Lf\cdot LBP]}{dt}=k_{f}LfLBP-k_{r}[Lf\cdot LBP]. \nonumber
 
\end{eqnarray}
 
\end{eqnarray}
 
}
 
}
Line 611: Line 653:
 
\begin{eqnarray}
 
\begin{eqnarray}
 
Lf(0)&=&Lf_{0} , \nonumber\\
 
Lf(0)&=&Lf_{0} , \nonumber\\
LBP(0)&=&LBP_{0}, \\
+
LBP(0)&=&LBP_{0},\tag{Eq 18} \\
 
[Lf\cdot LBP](0)&=&0 .\nonumber
 
[Lf\cdot LBP](0)&=&0 .\nonumber
 
\end{eqnarray}
 
\end{eqnarray}
Line 617: Line 659:
 
$$
 
$$
 
<p>
 
<p>
It is assumed that there will be no complex at the start of the reaction, and that there will be some concentration of lactoferrin and LBP. Viejo-Diaz (2004), states that there is approximately \(1.2  mg \ ml^{-1}\) of lactoferrin in human saliva. This can be used to find that there is an expected concentration of \(15.58441558 \mu M\) in human saliva. Therefore it is assumed that the expected initial concentration of lactoferrin is \(Lf_{0}=15.58441558 \mu M\).</p>
+
It is assumed that there will be no complex at the start of the reaction, and that there will be some concentration of lactoferrin and LBP. Viejo-Diaz <a href="#saliva_ref2">(2)</a>, states that there is approximately \(1.2  mg \ ml^{-1}\) of lactoferrin in human saliva. This can be used to find that there is an expected concentration of \(15.58 \mu M\) in human saliva. Therefore it is assumed that the expected initial concentration of lactoferrin is \(Lf_{0}=15.58 \mu M\).</p>
  
 
<p>
 
<p>
In Perkins-Balding's, 2004, paper it was also stated that the average dissociation equilibrium constant for lactoferrin and LBP binding is:</p>
+
In Perkins-Balding's paper <a href="#saliva_ref3">(3)</a> it was also stated that the average dissociation equilibrium constant for lactoferrin and LBP binding is:</p>
 
<a class="anchor" id="19"></a>
 
<a class="anchor" id="19"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{k_{r}}{k_{f}}=0.025 \mu M.  
+
\frac{k_{r}}{k_{f}}=0.03 \mu M. \tag{Eq 19}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Therefore from <a href="#19">(19)</a> an expected value for \(\theta\) is:</p>
+
Therefore from <a href="#19">(Eq 19)</a> an expected value for \(\theta\) is:</p>
 
<a class="anchor" id="eq20"></a>
 
<a class="anchor" id="eq20"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\theta=623.4176623.
+
\theta=623.42. \tag{Eq 20}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>Due to a lack of information in literature it is assumed that \(v_{0}=1\).
 
<p>Due to a lack of information in literature it is assumed that \(v_{0}=1\).
Sensitivity analysis was then performed on the non-dimensionalised system by using MATLAB's ode23 solver. A range of values for both \(\theta\) and \(v_{0}\) were chosen with the estimated values, <a href="#eq20">(20)</a> and \(v_{0}=1\) as half of the maximum value and a quarter of the maximum value, respectively. The results are shown in <u><a href="#fig5">Figure 5</a></u>.</p>
+
Sensitivity analysis was then performed on the non-dimensionalised system by using MATLAB's ode23 solver. A range of values for both \(\theta\) and \(v_{0}\) were chosen with the estimated values, <a href="#eq20">(Eq 20)</a> and \(v_{0}=1\) as half of the maximum value and a quarter of the maximum value, respectively. The results are shown in <u><a href="#fig5">Figure 5</a></u>.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
Line 646: Line 688:
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<ul><!--ul adds a list where each item is surrounded by li tag-->
 
<ul><!--ul adds a list where each item is surrounded by li tag-->
<li>Perkins-Balding, D., Ratliff-Griffin, M., & Stojiljkovic, I. (2004). Iron transport systems in Neisseria meningitidis. Microbiology and molecular biology reviews, 68(1), 154-171.</li>
+
<li><a class="anchor" id="saliva_ref1"></a>Guldberg CM, Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.</li>
<li>Viejo-Díaz, M., Andrés, M. T., & Fierro, J. F. (2004). Modulation of in vitro fungicidal activity of human lactoferrin against Candida albicans by extracellular cation concentration and target cell metabolic activity. Antimicrobial agents and chemotherapy, 48(4), 1242-1248.</li>
+
<li><a class="anchor" id="saliva_ref2"></a>Viejo-Díaz M, Andrés MT, & Fierro JF. Modulation of in vitro fungicidal activity of human lactoferrin against Candida albicans by extracellular cation concentration and target cell metabolic activity. Antimicrobial agents and chemotherapy 2004; 48(4): 1242-1248.</li>
 +
<li><a class="anchor" id="saliva_ref3"></a>Perkins-Balding D, Ratliff-Griffin M, & Stojiljkovic I. Iron transport systems in Neisseria meningitidis. Microbiology and molecular biology reviews 2004; 68(1): 154-171.</li>
  
  
Line 657: Line 700:
  
 
               </div>   
 
               </div>   
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Saliva_code" class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB Code</a> <!--Nvaigates to appndix relating to this section-->
+
<br>
<a href="#overview" class="btn btn-primary btn-lg pull-right" role="button">Back to Top</a> <!--Navigates back to top of page-->
+
<a href="#overview" class="btn btn-info btn-lg pull-right" role="button">&uarr;</a><!--Button that takes user to top of page.-->  
<a href="#saliva" class="btn btn-primary btn-lg pull-right" role="button">Back to Start of Model</a>      <!--Navigates back to start of this section-->
+
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Saliva_code" class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB code</a> <!--Nvaigates to appndix relating to this section-->
 +
 
 +
<a href="#saliva" class="btn btn-primary btn-lg pull-right" role="button">Back to start of model</a>      <!--Navigates back to start of this section-->
 
               </div>
 
               </div>
 
             </div>
 
             </div>
Line 673: Line 718:
 
           <div class="col-lg-12 feature" style="">
 
           <div class="col-lg-12 feature" style="">
 
             <div class="row">
 
             <div class="row">
                 <h2><b>Nasal Mucus: Oderant Binding Protein Folding Model</b></h2>
+
                 <h2><b>Nasal Mucus: Odorant Binding Protein Folding Model</b></h2>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
             <b>Aim</b>
 
             <b>Aim</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
<!--b tag sets font within to bold--><p><!--p tag seperates paragraphs-->The aim of modeling of the folding of oderant binding protein (OBP) is to understand the optimum concentration and binding rates that are required for visual detection of nasal mucus in the sample from the crime scene. The more folded OBP formed the more likely that a visual detection of nasal mucus in the sample will be obtained using the BioSpray.</p>
+
<!--b tag sets font within to bold--><p><!--p tag seperates paragraphs-->The aim of modelling of the folding of odorant binding protein (OBP) is to understand the optimum concentration and binding rates that are required for visual detection of nasal mucus in the sample from the crime scene. The more folded OBP formed the more likely that a visual detection of nasal mucus in the sample will be obtained using FluID.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<b>Results</b>
 
<b>Results</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<p>Oderant binding protein 2A (OBPIIa) is found in human nasal mucus and are involved in oderant detection. Within the protein there is an eight stranded \(\beta\)<!--Inline mathjax equations and symbols are surrounded by \( \) so that they are displayed properly-->-barrel and an \(\alpha\) helix. The \(\beta\)-barrel and the \(\alpha\) helix bind via a disulphide bridge, to allow for oderant detection by the OBP, this is called folding (Schiefner, 2015). For detection of nasal mucus at the scene of a crime, modified \(\beta\)-barrels will be within a BioSpray. The \(\beta\)-barrels will fluoresce when bound to an \(\alpha\) helix within an OBP in the sample. The reaction that has to be considered is the natural binding between the \(\alpha\) helix and the \(\beta\)-barrel, so that the modified \(\beta\)-barrel can be designed to be more likely to bind than its natural counterpart. The folding process can be described by the scheme:</p>
+
<p>Odorant binding protein 2A (OBPIIa) is found in human nasal mucus and are involved in odorant detection. Within the protein there is an eight stranded \(\beta\)<!--Inline mathjax equations and symbols are surrounded by \( \) so that they are displayed properly-->-barrel and an \(\alpha\) helix. The \(\beta\)-barrel and the \(\alpha\) helix bind via a disulphide bridge, to allow for odorant detection by the OBP, this is called folding (1). For detection of nasal mucus at the scene of a crime, modified \(\beta\)-barrels will be within FluID. The \(\beta\)-barrels will fluoresce when bound to an \(\alpha\) helix within an OBP in the sample. The reaction that has to be considered is the natural binding between the \(\alpha\) helix and the \(\beta\)-barrel, so that the modified \(\beta\)-barrel can be designed to be more likely to bind than its natural counterpart. The folding process can be described by the scheme:</p>
 +
<font size="4">
 
$$
 
$$
\large{  \ce{\alpha + \beta
+
  \ce{\alpha + \beta
 
<=>[k_{on}][k_{off}] OBP
 
<=>[k_{on}][k_{off}] OBP
} $$<!--Mathjax equations are surrounded by $$ $$ and \large makes them larger.-->
+
}  $$</font><!--Mathjax equations are surrounded by $$ $$-->
 
<p>where \(\alpha\) represents the concentration of \(\alpha\) helices, \(\beta\) represents the concentration of the \(\beta\)-barrels and \(OBP\) represents the folded protein concentration. The kinetic association and dissociation rates are \(k_{1}\) and \(k_{-1}\) respectively. The initial concentrations of \(\alpha\), \(\beta\) and \(OBP\) are denoted \(\alpha_{0}\), \(\beta_{0}\) and \(OBP_{0}\), respectively, where the ratio of \(\beta_{0}\) to \(\alpha_{0}\) is denoted:</p>
 
<p>where \(\alpha\) represents the concentration of \(\alpha\) helices, \(\beta\) represents the concentration of the \(\beta\)-barrels and \(OBP\) represents the folded protein concentration. The kinetic association and dissociation rates are \(k_{1}\) and \(k_{-1}\) respectively. The initial concentrations of \(\alpha\), \(\beta\) and \(OBP\) are denoted \(\alpha_{0}\), \(\beta_{0}\) and \(OBP_{0}\), respectively, where the ratio of \(\beta_{0}\) to \(\alpha_{0}\) is denoted:</p>
 
$$
 
$$
Line 701: Line 747:
 
\begin{equation*}
 
\begin{equation*}
 
\psi=\frac{k_{1}\cdot\alpha_{0}}{k_{-1}}.
 
\psi=\frac{k_{1}\cdot\alpha_{0}}{k_{-1}}.
\end{equation*}
+
\end{equation*}}
}
+
 
 
$$
 
$$
 
<p>
 
<p>
Line 710: Line 756:
 
  <center>
 
  <center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/9/9c/TeamDundee-OBP_sens_figure.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/4/41/TeamDundee_nasal_sens_tiny.png'>
  <figcaption>Figure 8: Sensitivity Analysis Showing Complex Formation with a Range of Values for \(\psi\) and \(D_{0}\).</figcaption>
+
  <figcaption>Figure 8: Sensitivity analysis for the binding efficiency, defined by parameter \(\psi\) and ratio of initial concentrations, \(D_{0}\) for potD and spermidine binding. We see that there are optimal values for both the binding efficiency and the level of OBP \(\beta\)-chains we add, where adding more makes no significant difference to complex produced. The more complex formed the more fluorescence there will be allowing for visual detection of odorant binding proteins.</figcaption>
 
  </figure><!--Inserts centered figure with defined border and defined caption underneath-->
 
  </figure><!--Inserts centered figure with defined border and defined caption underneath-->
 
</center>
 
</center>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<p>
 
<p>
The sensitivity analysis indicates that there are optimal values for both \(\psi\) and \(D_{0}\), where increasing the value has very little effect on the complex formation. This was further investigated, firstly by setting \(\psi\) as the expected value from <a href="#eq28">(28)</a><!--Anchor tag used to refer to an equation further down the page, will navigate to it if clicked on-->, and varying \(D_{0}\) as above.</p>
+
The sensitivity analysis indicates that there are optimal values for both \(\psi\) and \(D_{0}\), where increasing the value has very little effect on the complex formation. This was further investigated, firstly by setting \(\psi\) as the estimated value from <a href="#eq28">(Eq 28)</a><!--Anchor tag used to refer to an equation further down the page, will navigate to it if clicked on-->, and varying \(D_{0}\) as above.</p>
  
 
<a class="anchor" id="fig9"></a>
 
<a class="anchor" id="fig9"></a>
Line 722: Line 768:
 
<center>
 
<center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/5/5c/TeamDundee-Ratio_plot_OBP.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/0/00/TeamDundee_nasal_d0_tiny.png'>
  <figcaption>Figure 9: Complex Formation Over Time with Increasing \(D_{0}\).</figcaption>
+
  <figcaption>Figure 9: Complex formation over time with increasing \(D_{0}\). Complex formation with increasing levels of odorant binding protein \(\beta\)-chains determined by \(D_{0}\). The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is a relatively high optimal value of the ratio \(D_{0}\) and thus calculate the level of \(\beta\)-chains required in the biospray to detect odorant binding protein.</figcaption>
 
  </figure>
 
  </figure>
 
</center>
 
</center>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<p>
 
<p>
This suggests that if we increase the ratio of \(\beta_{0}\) to \(\alpha_{0}\) so that it is larger than the expected, more complex will be formed. Since we know the expected value of \(\alpha_{0}\), it can be suggested that there should be a concentration of:</p>
+
This suggests that if we increase the ratio of \(\beta_{0}\) to \(\alpha_{0}\) so that it is larger than the suggested value from literature, more complex will be formed. Since we know the suggested value of \(\alpha_{0}\), it can be suggested that there should be a concentration of:</p>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation*}
 
\begin{equation*}
\beta_{0}=39.68253969 \quad \mu M,
+
\beta_{0}=39.68 \quad \mu M,
 
\end{equation*}
 
\end{equation*}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
contained within the BioSpray to get the optimal result. The effect of increasing the parameter \(\psi\) was also investigated by setting \(D_{0}=1.5\), and varying \(\psi\).</p>
+
contained within the FluID to get the optimal result. The effect of increasing the parameter \(\psi\) was also investigated by setting \(D_{0}=1.5\), and varying \(\psi\).</p>
 
<a class="anchor" id="fig10"></a>
 
<a class="anchor" id="fig10"></a>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
 
<center>
 
<center>
 
  <figure>
 
  <figure>
  <img style="border:5px solid DimGray" src='https://static.igem.org/mediawiki/2015/5/5e/TeamDundee-Ratio2_plot_OBP.png'>
+
  <img src='https://static.igem.org/mediawiki/2015/2/28/TeamDundee_nasal_psi_tiny.png'/>
  <figcaption>Figure 10: Complex Formation Over Time with Increasing \(\psi\).</figcaption>
+
  <figcaption>Figure 10: Complex formation with increasing \(\psi\), a parameter that defines the binding efficiency. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of \(\psi\) and from this we can calculate the minimum binding efficiency for optimal results.</figcaption>
 
  </figure>
 
  </figure>
 
</center>
 
</center>
Line 749: Line 795:
 
<p>
 
<p>
  
Varying \(\psi\) highlights that a slightly higher binding rate will allow for a higher level of OBP formation. Since we know the expected value of \(\alpha_{0}\), it can be suggested that:</p>
+
Varying \(\psi\) highlights that a slightly higher binding rate will allow for a higher level of OBP formation. Since we know the suggested value of \(\alpha_{0}\), it can be suggested that:</p>
 
$$
 
$$
 
\large{
 
\large{
Line 757: Line 803:
 
$$
 
$$
 
<p>
 
<p>
rather than \(200\) as stated in <a href="#eq28">(28)</a>. The information provided by this model was passed to the lab to aid in experimental decision making. Thus to increase the amount of complex formed the initial concentration of \(\beta\)-barrels and/or the binding affinity needs to be increased in the BioSpray. The information provided by this model was passed to the lab to aid in experimental decision making.</p>
+
rather than \(200\) as stated in <a href="#eq28">(Eq 28)</a>. The information provided by this model was passed to the lab to aid in experimental decision making. Thus to increase the amount of complex formed the initial concentration of \(\beta\)-barrels and/or the binding affinity needs to be increased in FluID. The information provided by this model was passed to the lab to aid in experimental decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the <a href="#general"><b><u>FluID concentration</u></b></a> section.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
Line 763: Line 809:
 
<b>Method</b>
 
<b>Method</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<p>Using the law of mass action, the scheme describing the folding can be written as  a system of ordinary differential equations (ODEs) (Guldberg,1879):</p>
+
<p>Using the law of mass action, the scheme describing the folding can be written as  a system of ordinary differential equations (ODEs) <a href="#nasal_ref2">(2)</a>:</p>
 
<a class="anchor" id="eq21"></a>
 
<a class="anchor" id="eq21"></a>
 
$$
 
$$
Line 769: Line 815:
 
\begin{eqnarray}
 
\begin{eqnarray}
 
\frac{d\alpha}{dt}&=&k_{-1}OBP-k_{1}\alpha\beta, \nonumber\\
 
\frac{d\alpha}{dt}&=&k_{-1}OBP-k_{1}\alpha\beta, \nonumber\\
\frac{d\beta}{dt}&=&k_{-1}OBP-k_{1}\alpha\beta, \\
+
\frac{d\beta}{dt}&=&k_{-1}OBP-k_{1}\alpha\beta, \tag{Eq 21}\\
 
\frac{dOBP}{dt}&=&k_{1}\alpha\beta-k_{-1}OBP.\nonumber
 
\frac{dOBP}{dt}&=&k_{1}\alpha\beta-k_{-1}OBP.\nonumber
 
\end{eqnarray}}
 
\end{eqnarray}}
Line 779: Line 825:
 
\begin{eqnarray}
 
\begin{eqnarray}
 
\alpha(0)&=&\alpha_{0} \quad \mu \text{M}, \nonumber\\
 
\alpha(0)&=&\alpha_{0} \quad \mu \text{M}, \nonumber\\
\beta(0)&=&\beta_{0}\quad  \mu \text{M}, \\
+
\beta(0)&=&\beta_{0}\quad  \mu \text{M}, \tag{Eq 22}\\
 
OBP(0)&=&0 \quad \mu \text{M}.\nonumber
 
OBP(0)&=&0 \quad \mu \text{M}.\nonumber
 
\end{eqnarray}}
 
\end{eqnarray}}
Line 787: Line 833:
  
 
<p>
 
<p>
The initial expected concentration of un-folded oderant binding protein, \(\alpha_{0}\) and \(\beta_{0}\), can be calculated from values provided from literature. From work by Schiefner (2015) and Briand (2002), the expected initial concentration of \(\alpha\) was calculated as:</p>
+
The initial suggested concentration of un-folded odorant binding protein, \(\alpha_{0}\) and \(\beta_{0}\), can be calculated from values provided from literature. From work by Schiefner <a href="#nasal_ref1">(1)</a> and Briand <a href="#nasal_ref3">(3)</a>, the estimated initial concentration of \(\alpha\) was calculated as:</p>
 
<a class="anchor" id="eq23"></a>
 
<a class="anchor" id="eq23"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\alpha_{0}=26.45502646 \quad \mu \text{M}.
+
\alpha_{0}=26.46 \quad \mu \text{M}.\tag{Eq 23}
 
\end{equation}}
 
\end{equation}}
 
$$
 
$$
 
<p>
 
<p>
From literature (Schiefner (2015) and Briand (2002)) it was also estimated that the expected ratio between \(\alpha\) and \(\beta\) was 1:1, therefore the expected value of \(D_{0}\) is:</p>
+
From literature <a href="#nasal_ref1">(1)</a> <a href="#nasal_ref3">(3)</a> it was also suggested from literature that the ratio between \(\alpha\) and \(\beta\) was 1:1, therefore a suggested value of \(D_{0}\) is:</p>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
D_{0}=1.  
+
D_{0}=1. \tag{Eq 24}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Due to a lack of experimental data and previous research a specific expected value for both kinetic rates, \(k_{1}\) and \(k_{-1}\), cannot be stated. However, a standard range for a dissociation constant, \(K_{d}\), was found by Archakov, (2003), to be:</p>
+
Due to a lack of experimental data and previous research a specific expected value for both kinetic rates, \(k_{1}\) and \(k_{-1}\), cannot be stated. However, a standard range for a dissociation constant, \(K_{d}\), was found by Archakov, <a href="#nasal_ref4">(4)</a>, to be:</p>
 
<a class="anchor" id="eq25"></a>
 
<a class="anchor" id="eq25"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
K_{d}=\frac{k_{-1}}{k_{1}}=10^{-8} \rightarrow 10^{2} \mu \text{M}.  
+
K_{d}=\frac{k_{-1}}{k_{1}}=10^{-8} \rightarrow 10^{2} \mu \text{M}. \tag{Eq 25}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
Using <a href="#eq23">(23)</a> and the mean value of <a href="#eq25">(25)</a>, an estimated expected value for \(\psi\), can be determined as:</p>
+
Using <a href="#eq23">(Eq 23)</a> and the mean value of <a href="#eq25">(Eq 25)</a>, an estimated value for \(\psi\), can be determined as:</p>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\psi=1322751323.  
+
\psi=1322751323. \tag{Eq 26}
 
\end{equation}
 
\end{equation}
 
}
 
}
Line 829: Line 875:
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\frac{k_{1}}{k_{-1}}=200 \quad \mu M^{-1}.  
+
\frac{k_{1}}{k_{-1}}=200 \quad \mu M^{-1}. \tag{Eq 27}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
From  <a href="#eq23">(23)</a> and  <a href="#eq27">(27)</a> a more suitable value for \(\psi\) was chosen to be:</p>
+
From  <a href="#eq23">(Eq 23)</a> and  <a href="#eq27">(Eq 27)</a> a more suitable value for \(\psi\) was chosen to be:</p>
 
<a class="anchor" id="eq28"></a>
 
<a class="anchor" id="eq28"></a>
 
$$
 
$$
 
\large{
 
\large{
 
\begin{equation}
 
\begin{equation}
\psi=5291.005292.  
+
\psi=5291.01. \tag{Eq 28}
 
\end{equation}
 
\end{equation}
 
}
 
}
 
$$
 
$$
 
<p>
 
<p>
The system of non-dimensionalised ODE's derived from <a href="#eq21">(21)</a> were solved using  MATLAB's ode23 solver (Bogacki 1989). Sensitivity analysis was performed by solving the system with a range of values for \(\psi\) and \(D_{0}\), where the expected values, <a href="#eq23">(23)</a> and <a href="#eq28">(28)</a>, were a half of the maximum value and a quarter of the maximum value respectively. The results are shown in <u><a href="#fig8">Figure 8</a></u>.</p>
+
The system of non-dimensionalised ODE's derived from <a href="#eq21">(Eq 21)</a> were solved using  MATLAB's ode23 solver <a href="#nasal_ref5">(5)</a>. Sensitivity analysis was performed by solving the system with a range of values for \(\psi\) and \(D_{0}\), where the suggested values, <a href="#eq23">(Eq 23)</a> and <a href="#eq28">(Eq 28)</a>, were a quarter of the maximum value and a half of the maximum value respectively. The results are shown in <u><a href="#fig8">Figure 8</a></u>.</p>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
  
 
<b>References</b>
 
<b>References</b>
 
<br><!--Adds a line break-->
 
<br><!--Adds a line break-->
<ul><!--ul tag adds a list where each item is surrounded by li tag-->
+
<ol><!--ul tag adds a list where each item is surrounded by li tag-->
 
+
<li><a class="anchor" id="nasal_ref1"></a>Schiefner A, Freier R, Eichinger A, Skerra A. Crystal structure of the human odorant binding protein, OBPIIa. Proteins: Structure, Function, and Bioinformatics 2015; 83(6): 1180-1184.</li>
<li>Archakov, A. I., Govorun, V. M., Dubanov, A. V., Ivanov, Y. D., Veselovsky, A. V., Lewi, P., Janssen, P. (2003). Protein protein interactions as a target for drugs in proteomics. Proteomics, 3(4), 380-391.</li>
+
<li><a class="anchor" id="nasal_ref2"></a>Guldberg CM, Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.</li>
<li>Bogacki, P., Shampine, L. F. (1989). A 3 (2) pair of Runge-Kutta formulas. Applied Mathematics Letters, 2(4), 321-325.
+
<li><a class="anchor" id="nasal_ref3"></a>Briand L, Eloit C, Nespoulous C, Bezirard V, Huet JC, Henry C, Pernollet JC. Evidence of an odorant-binding protein in the human olfactory mucus: location, structural characterization, and odorant-binding properties. Biochemistry 2002; 41(23): 7241-7252.
</li>
+
<li>Briand, L., Eloit, C., Nespoulous, C., Bezirard, V., Huet, J. C., Henry, C., Pernollet, J. C. (2002). Evidence of an odorant-binding protein in the human olfactory mucus: location, structural characterization, and odorant-binding properties. Biochemistry, 41(23), 7241-7252.
+
 
</li>
 
</li>
<li>Schiefner, A., Freier, R., Eichinger, A., Skerra, A. (2015). Crystal structure of the human odorant binding protein, OBPIIa. Proteins: Structure, Function, and Bioinformatics, 83(6), 1180-1184.</li>
+
<li><a class="anchor" id="nasal_ref4"></a>Archakov AI, Govorun VM, Dubanov AV, Ivanov YD, Veselovsky AV, Lewi P, Janssen P. Protein protein interactions as a target for drugs in proteomics. Proteomics 2003; 3(4): 380-391.</li>
 +
<li><a class="anchor" id="nasal_ref5"></a>Bogacki P, Shampine LF. A 3 (2) pair of Runge-Kutta formulas. Applied Mathematics Letters 1989; 2(4): 321-325.</li>
 +
 
 +
 
 +
 
 +
 
 +
</ol>
  
</ul>
 
  
  
</font>
 
 
               </div>   
 
               </div>   
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Nasal_code" class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB Code</a> <!--Button navigates to relevant appendix page section-->
+
<br>
<a href="#overview"  class="btn btn-primary btn-lg pull-right" role="button">Back to Top</a> <!--Button navigates back to the top of page-->   
+
<a href="#overview" class="btn btn-info btn-lg pull-right" role="button">&uarr;</a><!--Button that takes user to top of page.-->  
<a href="#nasal" class="btn btn-primary btn-lg pull-right" role="button">Back to Start of Model</a>  <!--Button navigates back to start of section-->  
+
<a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1#Nasal_code"  class="btn btn-primary btn-lg pull-right" role="button">Click here to see MATLAB code</a> <!--Button navigates to relevant appendix page section-->
 +
   
 +
<a href="#nasal" class="btn btn-primary btn-lg pull-right" role="button">Back to start of model</a>  <!--Button navigates back to start of section-->  
 
               </div>
 
               </div>
 
             </div>
 
             </div>
Line 874: Line 924:
  
  
    </div>
+
   
 +
<a class="anchor" id="general"></a><!--This sets an anchor so that this section can be linked back to later in file using #blood reference.-->
 +
    <section id="general">
 +
      <div class="row3">
 +
        <div class="row">
 +
         
 +
          <div class="col-md-12 feature" >
 +
            <div class="row" >
 +
                <h2><b>FluID Concentration</b></h2>
 +
<br><!--Adds a line break-->
 +
            <b>Aim</b>
 +
<br><!--Adds a line break-->
 +
<p>This section considers the effect of the nanobeads and the effect of the proteins on each other.</p>
 +
<b>Nanobeads</b>
 +
<p>Nanobeads will be attached to the proteins within FluID to allow for visual detection. We wanted to consider whether or not the nanobeads would affect the binding affinities of the proteins in the spray with their targets in the fluid sample. After some research it was found that since biotin is smaller than most labels it is unlikely to affect the protein function or protein-protein interactions <a href="#nano_ref1">(1)</a>. Therefore we do not need to consider this further, we then wanted to investigate the affect of the proteins on each other within the spray.</p>  
  
 +
<b>Interactions within FluID</b>
 +
<p>From the four binding models suggested concentrations for each of the proteins within the spray were given. However these concentrations will only be for when it is only the one protein in the solution. We want to calculate the concentrations required for FluID to contain all four proteins at once.</p>
 +
<p>Firstly recall the suggested concentrations from each of the binding models:</p>
 +
$$
 +
\large{
 +
\begin{eqnarray*}
 +
Hp_{0}=1.62 \mu M, \\
 +
P_{0}=578.31 \mu M, \\
 +
LBP_{0}=59.22 \mu M, \\
 +
\beta_{0}=39.68\mu M.
 +
\end{eqnarray*}
 +
}
 +
$$
  
 +
<p>Where \(Hp, P, LBP, \beta\) represent haptoglobin, potD, lactoferrin binding protein and OBP \(\beta\)-chains respectively. Using the equation:</p>
 +
$$
 +
\large{
 +
\begin{equation*}
 +
Concentration(M)=\frac{moles}{Volume(L)},
 +
\end{equation*}}
 +
$$
 +
<p>the number of moles of each protein can be calculated.</p>
 +
$$
 +
\large{
 +
\begin{eqnarray*}
 +
 +
  Hp_{0}&=&1.62 \times 10^{-8} moles, \\
 +
  P_{0}&=&5.78\times 10^{-6} moles, \\
 +
  LBP_{0}&=&5.92\times 10^{-7} moles, \\
 +
  \beta_{0}&=&3.97\times 10^{-7} moles.
 +
  \end{eqnarray*}
 +
}
 +
$$
 +
<p>Then by multiplying all by Avogadro's constant (\(6.022 \times 10^{23}\)), the number of molecules can be found.</p>
 +
$$
 +
\large{
 +
\begin{eqnarray*}
 +
 +
  Hp_{0}&=&9.74 \times 10^{15} molecules, \\
 +
  P_{0}&=&3.48 \times 10^{18} molecules, \\
 +
  LBP_{0}&=&3.57 \times 10^{17} molecules, \\
 +
  \beta_{0}&=&2.39 \times 10^{17} molecules.
 +
  \end{eqnarray*}
 +
}
 +
$$
 +
<p>Since we require all four proteins within the one spray, we divide the number of molecules required by four.</p>
 +
$$
 +
\large{
 +
\begin{eqnarray*}
 +
 +
  Hp_{0}&=&2.43 \times 10^{15} molecules, \\
 +
  P_{0}&=&8.71 \times 10^{17} molecules, \\
 +
  LBP_{0}&=&8.92 \times 10^{16} molecules, \\
 +
  \beta_{0}&=&5.97 \times 10^{16} molecules.
 +
  \end{eqnarray*}}
 +
$$
 +
<p>Then using the equation</p>
 +
$$
 +
\large{
 +
\begin{equation*}
 +
mass=\frac{MW \times molecules}{6.022 \times 10^{23}},
 +
\end{equation*}}
 +
$$
 +
<p>along with the molecular weights, found from literature (<a href="#nano_ref2">2</a>,<a href="#nano_ref3">3</a>,<a href="#nano_ref4">4</a>,<a href="#nano_ref5">5</a>):</p>
 +
$$
 +
\large{
 +
\begin{eqnarray*}
 +
 +
  Hp_{0}&=&0.04 Da, \\
 +
  P_{0}&=&0.04 Da, \\
 +
  LBP_{0}&=&0.18 Da, \\
 +
  \beta_{0}&=&0.02 Da,
 +
  \end{eqnarray*}}
 +
$$
 +
<p>the mass (grams) can be calculated:</p>
 +
$$
 +
\large{
 +
\begin{eqnarray*}
 +
 +
  Hp_{0}&=&1.78 \times 10^{-10} g, \\
 +
  P_{0}&=&5.93 \times 10^{-8} g, \\
 +
  LBP_{0}&=&2.69 \times 10^{-8} g, \\
 +
  \beta_{0}&=&2.80 \times 10^{-9} g.
 +
  \end{eqnarray*}}
 +
 +
$$
 +
<p>Finally the equation:</p>
 +
$$
 +
\large{
 +
\begin{equation*}
 +
Concentration=\frac{Mass}{Volume \times MW},
 +
\end{equation*}}
 +
 +
$$
 +
<p>can be used to calculate the new concentrations required in FluID for each of the proteins:</p>
 +
$$
 +
\large{
 +
\begin{eqnarray*}
 +
 +
Hp_{0}=0.40 \mu M, \\
 +
P_{0}=144.58 \mu M, \\
 +
LBP_{0}=14.81 \mu M, \\
 +
\beta_{0}=14.81\mu M.
 +
\end{eqnarray*}}
 +
 +
$$
 +
<p>This information was passed onto the lab for future decision making.</p>
 +
<b>References</b>
 +
<ol>
 +
<li><a class="anchor" id="nano_ref1"></a>
 +
ThermoFisher Scientific. 2015. Overview of Protein Labeling. [ONLINE] Available at: https://www.thermofisher.com/uk/en/home/life-science/protein-biology/protein-biology-learning-center/protein-biology-resource-library/pierce-protein-methods/overview-protein-labeling.html#/legacy=www.piercenet.com. [Accessed 26 August 15].</li>
 +
<li><a class="anchor" id="nano_ref2"></a>Segawa T, Amatsuji H, Suzuki K, Suzuki M, Yanagisawa M, Itou T, Nakanishi T. Molecular characterization and validation of commercially available methods for haptoglobin measurement in bottlenose dolphin. Results in Immunology 2003; 3: 57-63.</li>
 +
<li><a class="anchor" id="nano_ref3"></a>Shah P, Swiatlo E. Immunization with polyamine transport protein PotD protects mice against systemic infection with Streptococcus pneumoniae. Infection and Immunity 2006; 74(10): 5888-5892.</li>
 +
<li><a class="anchor" id="nano_ref4"></a>Perkins-Balding D, Ratliff-Griffin M, Stojiljkovic I. Iron transport systems in Neisseria meningitidis. Microbiology and Molecular Biology Reviews 2004; 68(1): 154-171.
 +
</li>
 +
<li><a class="anchor" id="nano_ref5"></a>Schiefner A, Freier R, Eichinger A, Skerra A. Crystal structure of the human odorant binding protein, OBPIIa. Proteins: Structure, Function, and Bioinformatics 2015; 83(6): 1180-1184</li>
 +
 +
</ol>
 +
              </div> 
 +
<br>
 +
<a href="#overview" class="btn btn-info btn-lg pull-right" role="button">&uarr;</a><!--Button that takes user to top of page.-->
 +
 
 +
<a href="#general" class="btn btn-primary btn-lg pull-right" role="button">Back to start of section</a>  <!--Button navigates back to start of section-->
 +
              </div>
 +
            </div>
 +
         
 +
 +
      </div>
 +
    </section>
 +
   
 +
</font>
 +
</div>
 
   </body>
 
   </body>
  
 +
<script type="text/javascript">
 +
 +
 +
 +
      $('#nav .navbar-nav li>a').click(function(){
 +
  var link = $(this).attr('href');
 +
  var posi = $(link).offset().top+20;
 +
  $('body,html').animate({scrollTop:posi},700);
 +
})
  
 +
    </script>
  
 
</html>
 
</html>

Latest revision as of 22:18, 18 September 2015

FluID


Mathematical Modelling

Overview


Models were created to investigate the binding of the proteins in FluID with their targets in the sample fluids. These models allow us to calculate the optimum binding rates and the optimal concentration of proteins to use in FluID. Calculating the optimal conditions is required to achieve maximum fluorescence from the nanobeads, making detection more efficient. Ordinary Differential Equations (ODEs) were formed using the law of mass action, to describe the change in concentration of each of substances over time. Initial concentrations and binding rate parameters were estimated using information from literature, then sensitivity analysis was used to find the optimal value for these parameters. The ODE’s were solved using MATLAB’s ode23 solver which uses a Rosenbrock formula, the simulations were then run for a range of values for the parameters to perform sensitivity analysis. To see the results of these methods and the specific method for each of the four substances in FluID, click below. We also considered the FluID as a whole and the effect that both the nanobeads and the other proteins would have within the spray.



Blood Model

Consider the binding between haptoglobin and haemoglobin.

Semen Model

Consider the binding between spermidine and potD.

Saliva Model

Consider the binding between lactoferrin and lactoferrin binding protein.

Nasal Mucus Model

Consider the folding of the odorant binding protein.

FluID Concentration

Consider FluID as a whole.

Blood: Haptoglobin and Haemoglobin Binding Model


Aim

The aim of a model describing the binding between haptoglobin and haemoglobin is to find the optimum concentration and binding rates that we require for visual detection of haemoglobin in the sample from the crime scene. The more complex formed the more likely it will be that the haemoglobin will be visually detected using FluID.


Results

Haemoglobin is a tetramer, with two \(\alpha\) chains and two \(\beta\) chains. Haptoglobin binds to haemoglobin in two stages. Firstly the haptoglobin binds to the \(\alpha\) chains of the haemeoglobin only. This first reaction is reversible and the complex can dissociate. The haptoglobin then binds to the \(\beta\) chains of the haemoglobin to form an extremely strong complex, which does not dissociate. These reactions can be described by the schematic:

$$ \ce{Hp + \alpha_{H}<=>[K_{a}][K_{d}] [Hp \cdot \alpha_{H}] ->[K_{i}] [Hp\cdot\alpha_{H}\cdot\beta_{H}]} $$

where \(Hp\) is the concentration of free haptoglobin, \(\alpha\)\(_{H}\) is the concentration of free haemoglobin, \([\)Hp\(\cdot\)\(\alpha\)\(_{H}\)\(]\) is the concentration of haptoglobin-haemoglobin-\(\alpha\)-chains complex and \([\) Hp\(\cdot\)\(\alpha\)\(_{H}\)\(\cdot\)\(\beta\)\(_{H}\)\(]\) is the concentration of the full haptoglobin-haemoglobin complex. \(K_{a}\), \(K_{i}\) are the forward reaction rates, and \(K_{d}\) is the reverse reaction rate.

The initial concentration of free haemoglobin was defined to be \(\alpha\)\(_{H0}\) and two parameters of the system were defined as:

$$ \large{ \begin{equation*} \lambda=\frac{K_{a}}{K_{d}} \alpha_{H0}, \qquad \gamma=\frac{K_{i}}{K_{d}}. \end{equation*}} $$

Sensitivity analysis was performed to find the optimum values for the two parameters, \(\gamma\) and \(\lambda\), which give the highest concentration of the final complex.


Figure 1: Sensitivity analysis for the binding parameters of haemoglobin and haptoglobin binding showed that optimal complex formation was when both parameters were as high as possible. Note that no complex is formed if either parameter is too small. The higher the complex formation the more fluorescence will be visualised.

From Figure 1, it is clear that the optimum complex formation will be when \(\gamma\) and \(\lambda\) are as high as possible. However, we also notice that if \(\lambda\) is small, even if \(\gamma\) is large, no complex is formed, and vice versa. Note that both parameters will increase when \(K_{d}\) decreases, or when either \(K_{i}\) or \(K_{a}\) increase. Thus the most efficient way to optimise complex formation would be to reduce \(K_{d}\) only, in the wet lab experiments, this could be done by increasing the binding affinity of the haptoglobin and haemoglobin. This information was passed to the wet lab for there future decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the FluID concentration section.


Method

Using the law of mass action (1) the binding reaction schematic was written as a system of ordinary differential equations (ODEs):

$$ \large{ \begin{eqnarray} &\frac{dHp}{dt}=K_{d}[Hp \cdot \alpha_{H}] - K_{a} Hp \alpha_{H}, \nonumber \\ &\frac{d \alpha_{H}}{dt}=K_{d}[Hp \cdot \alpha_{H}] - K_{a} Hp \alpha_{H}, \nonumber\\ &\frac{d[Hp \cdot \alpha_{H}]}{dt}=K_{a} Hp \alpha_{H} - K_{d}[Hp \cdot \alpha_{H}] - K_{i}[Hp \cdot \alpha_{H}],\tag{Eq 1}\\ &\frac{d[Hp \cdot \alpha_{H} \cdot \beta_{H}]}{dt}=K_{i}[Hp \cdot \alpha_{H}], \nonumber \end{eqnarray} } $$

with initial conditions:

$$ \large{ \begin{eqnarray} Hp(0)&=&4.17 \alpha_{H0} \quad \mu M, \nonumber \\ \nonumber \alpha_{H}(0)&=&\alpha_{H0} \quad \mu M,\\ \lbrack Hp \cdot \alpha_{H} \rbrack (0)&=&0 \quad \mu M, \tag{Eq 2}\\ \lbrack Hp \cdot \alpha_{H} \cdot \beta_{H} \rbrack (0)&=&0 \quad \mu M, \nonumber \end{eqnarray} } $$

The parameters were estimated by considering the steady state of the system. Setting the left hand side of (Eq 1) to zero gives:

$$ \large{ \begin{eqnarray} K_{d} [Hp \cdot \alpha_{H}]&=&K_{a} Hp \alpha_{H}, \nonumber \\ K_{a} Hp \alpha_{H}&=&K_{d} [Hp \cdot \alpha_{H}] - K_{i} [Hp \cdot \alpha_{H}]\tag{Eq 3} . \end{eqnarray} } $$

Rearranging (Eq 3) gives:

$$ \large{ \begin{equation} \frac{[Hp \cdot \alpha_{H}]}{Hp \alpha_{H}}=\frac{K_{a}}{K_{d}} \tag{Eq 4}. \end{equation} } $$

Considering the first binding reaction, it was found that the total concentration of haptoglobin, \(HpT\), will be equal to:

$$ \large{ \begin{equation} HpT=Hp+[Hp \cdot \alpha_{H}].\tag{Eq 5} \end{equation} } $$

Now using (Eq 4) and (Eq 5) it can be written that:

$$ \large{ \begin{equation} \frac{Hp}{HpT}=\frac{1}{\frac{K_{a}}{K_{d}} \alpha_{H} + 1}. \tag{Eq 6} \end{equation} } $$

It is known that 4.17 haptoglobin per 1 haemoglobin is required for binding, and that haemoglobin and haptoglobin bind at a 1:1 ratio. Therefore the ratio of free haptoglobin to total haptoglobin will be:

$$ \large{ \begin{equation} \frac{Hp}{HpT}=\frac{3.17}{4.17}. \tag{Eq 7} \end{equation} } $$

By substituting (Eq 7) into equation (Eq 6) the ratio between \(K_{a}\) and \(K_{d}\) can be found:

$$ \large{ \begin{equation} \frac{K_{a}}{K_{d}}=\frac{100}{317} \quad \mu M. \tag{Eq 8} \end{equation} } $$

For (Eq 3), (Eq 6) and (Eq 7) can be used to find the ratio between \(K_{i}\) and \(K_{d}\):

$$ \large{ \begin{equation} \frac{K_{i}}{K_{d}}=\frac{83}{317}. \tag{Eq 9} \end{equation} } $$

From literature it is known that 2.5 \(\times\) 10\(^{-5}\) g/cm\(^{3}\) haemoglobin is found in blood plasma (2) . It is also known that the molecular weight of haemoglobin is 64458 g/mol. This can be used to calculate the initial concentration of haemoglobin in 1ml of blood: \(\alpha_{H0}=\) 0.39 \(\mu M\). Therefore, from (Eq 8) and (Eq 9) the estimated values for \(\lambda\) and \(\gamma\) are found to be:

$$ \large{ \begin{equation} \lambda=\frac{38.78}{317}, \qquad \gamma=\frac{83}{317}. \tag{Eq 10} \end{equation} } $$

By running the ode23 solver (3) over one hundred different values for both parameters, sensitivity analysis can be performed. The range of values has the mean as the estimated values, (Eq 10). The results are shown in Figure 1, where the centre of the plot represents the expected concentration of complex formed when the binding rates suggested from literature are used.


References
  1. Guldberg CM, Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.
  2. Weatherby D, Ferguson S. Blood Chemistry and CBC Analysis, 4 ed. : Weatherby and Associates; 2004.
  3. Bogacki P, Shampine LF. A 3 (2) pair of Runge-Kutta formulas. Applied Mathematics Letters 1989; 2(4): 321-325.

Click here to see MATLAB code Back to start of model

Semen: PotD and Spermidine Binding Model


Aim

The aim of modelling of the binding between spermidine and potD is to understand the optimum concentration and binding rates that are required for visual detection of spermidine in the sample from the crime scene. The more complex formed the more likely that a visual detection of spermidine in the sample will be obtained using FluID.


Results

PotD is a polyamine substrate-binding protein found in E. coli. PotD binds to spermidine, allowing it to then bind to potA, potB and potC, which allows for movement of the spermidine. For the project only the initial binding of potD to spermidine is important, as the aim is to used potD as a detector for finding traces of semen at a crime scene. The binding reaction can be described by the schematic:


$$ \ce{P + S <=>[k_{on}][k_{off}] C } $$

where \(P\) is the concentration of potD, \(S\) the concentration of spermidine and \(C\) is the concentration of the potD-spermidine complex. The reaction rate constants are \( k_{on}\) for the association reaction and \( k_{off}\) for the dissociation reaction. The initial concentrations of potD and spermidine are denoted, \(P_{0}\) and \(S_{0}\) respectively. The ratio of the initial concentration of potD to the initial concentration of spermidine was defined as:

$$ \large{ \begin{equation*} R_{0}=\frac{P_{0}}{S_{0}}. \end{equation*} } $$

A non-dimensional binding rate parameter was defined as:

$$ \large{ \begin{equation*} \kappa=\frac{k_{on}\cdot S_{0}}{k_{off}}. \end{equation*} } $$

Sensitivity analysis was performed to find the optimum values of both \(\kappa\) and \(R_{0}\) which give the optimal complex formation.


Figure 2: Sensitivity analysis for the binding efficiency and ratio of initial concentrations, \(R_{0}\) for potD and spermidine binding. We see that there are optimal values for both the binding efficiency and the level of potD we add, where adding more makes no significant difference to complex produced. The more complex formed the more fluorescence there will be allowing for visual detection of spermidine.

The sensitivity analysis indicates that there are optimal values for both \(\kappa\) and \(R_{0}\), where increasing the value has very little effect on the complex formation. This was further investigated, firstly by setting \(\kappa\) as the expected value from (Eq 16), and varying \(R_{0}\) as above


Figure 3: Complex formation with increasing \(R_{0}\), that is the level of potD. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of the ratio \(R_{0}\) and thus calculate the level of potD required in the biospray.

This suggests that as long as \(R_{0}=1.4\), that is there is at least \(578.31 \mu M\) of PotD in FluID, there will be enough complex formed to visualise via the nanobeads. The effect of increasing the parameter \(\kappa\) was also investigated by setting \(R_{0}=1.4\), and varying \(\kappa\).


Figure 4: Complex formation with increasing \(\kappa\), a parameter that defines the binding efficiency. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of \(\kappa\) and from this we can calculate the minimum binding efficiency for optimal results.

Varying \(\kappa\) highlights that a slightly higher binding rate will allow for a higher level of complex formation. Therefore it is suggested that an optimal value for \(\kappa\) is:

$$ \large{ \begin{equation*} \kappa=150.0, \end{equation*} } $$

rather than the value as stated in (Eq 16). Thus to increase the amount of complex formed, the initial concentration of potD and/or the binding affinity needs to be increased in FluID. The information provided by this model was passed to the lab to aid in experimental decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the FluID concentration section.


Method

Using the law of mass action, the reaction scheme can be described by a system of ordinary differential equations (ODEs) (1):

$$ \large{ \begin{eqnarray} \frac{dP}{dt}&=&k_{off}C-k_{on}PS, \nonumber\\ \frac{dS}{dt}&=&k_{off}C-k_{on}PS, \tag{Eq 11} \\ \frac{dC}{dt}&=&k_{on}PS-k_{off}C. \nonumber \end{eqnarray} } $$

where each equation describes the change over time of the three substances in the binding reaction, with initial conditions:

$$ \large{ \begin{eqnarray} P(0)&=&P_{0} , \nonumber\\ S(0)&=&S_{0}, \tag{Eq 12}\\ C(0)&=&0 .\nonumber \end{eqnarray} } $$

It is assumed that there will be no complex at the start of the reaction, and that there will be some concentration of spermidine and potD. Vanella (2), states that there is \(60 \mu g \ ml^{-1}\) of spermidine in seminal fluid of humans. This can be used to find that there is a concentration of \(413.08 \mu M\) in \(1ml\) of seminal fluid of humans. Therefore it is assumed that the expected initial concentration of spermidine is \(S_{0}=413.08 \mu M\).

In a paper by Kashiwagi (3) it was found that a suggested concentration ratio of potD to spermidine is 1:2. Using this it is estimated that the suggested initial concentration of potD is:

$$ \large{ \begin{equation} P_{0} = 206.54 \mu M. \tag{Eq 13} \end{equation} } $$

Therefore from (Eq 13) an expected value for \(R_{0}\) is:

$$ \large{ \begin{equation} R_{0}=\frac{1}{2} .\tag{Eq 14} \end{equation} } $$

It is also known that one molecule of spermidine binds to one molecule of potD. In Kashiwagi's paper (3) it was also stated that the dissociation equilibrium constant for potD and spermidine binding is:

$$ \large{ \begin{equation} \frac{k_{off}}{k_{on}}=3.2 \mu M. \tag{Eq 15} \end{equation} } $$

Therefore from (Eq 15) an expected value for \(\kappa\) is:

$$ \large{ \begin{equation} \kappa = 129.09 .\tag{Eq 16} \end{equation} } $$

Sensitivity analysis was then performed on the non-dimensionalised system by using MATLAB's ode23 solver. A range of values for both \(\kappa\) and \(R_{0}\) were chosen with the estimated values, (Eq 14) and (Eq 16) as half of the maximum value and a quarter of the maximum value, respectively. The results are shown in Figure 2.

References
  1. Guldberg CM, Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.
  2. Vanella A, Pinturo R, Vasta M, Piazza G, Rapisarda A, Savoca S, Panella M. Polyamine levels in human semen of unfertile patients: effect of S-adenosylmethionine. Acta Europaea Fertilitatis 1978; 9(2): 99-103.
  3. Kashiwagi K, Miyamoto S, Nukui E, Kobayashi H, Igarashi K. Functions of potA and potD proteins in spermidine-preferential uptake system in Escherichia coli. Journal of Biological Chemistry 1993; 268(26): 19358-19363.

Click here to see MATLAB code Back to start of model

Saliva: Lactoferrin and Lactoferrin Binding Protein Binding Model


Aim

The aim of modelling of the binding between lactoferrin and lactoferrin binding protein (LPB) is to understand the optimum concentration and binding rates that are required for visual detection of saliva in the sample from the crime scene. The more complex formed the more likely that a visual detection of saliva in the sample will be obtained using FluID.


Results

Lactoferrin is a protein from the transferrin family that is present on saliva and other bodily fluids. Lactoferrin is involved in many biological processes including the transportation of iron. Lactoferrin binding protein A and B form a complex, lactoferrin binding protein (LBP), which binds to lactoferrin to allow iron transportation. LBP will be used as a detector of lactoferrin within the FluID to allow for the detection of saliva in a sample. The binding reaction of lactoferrin and LBP can be described by the schematic:


$$ \ce{Lf + LBP <=>[k_{f}][k_{r}] [Lf\cdot LBP] } $$

where \(Lf\) is the concentration of lactoferrin, \(LBP\) the concentration of LBP and \([Lf\cdot LBP]\) is the concentration of the lactoferrin-LBP complex. The reaction rate constants are \( k_{f}\) for the forward reaction and \( k_{r}\) for the reverse reaction. The initial concentrations of lactoferrin and LBP are denoted, \(Lf_{0}\) and \(LBP_{0}\) respectively. The ratio of the initial concentration of LBP to the initial concentration of lactoferrin was defined as:

$$ \large{ \begin{equation*} v_{0}=\frac{LBP_{0}}{Lf_{0}}. \end{equation*}} $$

A non-dimensional binding rate parameter was defined as:

$$ \large{ \begin{equation*} \theta=\frac{k_{f}\cdot Lf_{0}}{k_{r}}. \end{equation*}} $$

Sensitivity analysis was performed to find the optimum values of both \(\theta\) and \(v_{0}\) which give the optimal complex formation.


Figure 5: Sensitivity analysis for the binding efficiency defined by, binding parameter \(\theta\) and ratio of initial concentrations, \(v_{0}\), which represents the level of lactoferrin binding protein, LBP. We see that there are relatively low optimal values for both the binding efficiency and the level of LBP we add, where adding more makes no significant difference to complex produced. The more complex formed the more fluorescence there will be allowing for visual detection of lactoferrin.

The sensitivity analysis indicates that there are optimal values for \(\theta\), where increasing the value of itself or \(v_{0}\) has very little effect on the complex formation. This was further investigated, firstly by setting \(\theta\) as the expected value from (Eq 20), and varying \(v_{0}\) as above.


Figure 6: Complex formation with increasing levels of lactoferrin binding protein determined by \(v_{0}\). The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is a relatively high optimal value of the ratio \(v_{0}\) and thus calculate the level of lactoferrin binding protein required in the biospray to detect lactoferrin.

This suggests that if we increase the ratio of \(LBP_{0}\) to \(Lf_{0}\) so that it is larger than the expected, more complex will be formed. Since we know the expected value of \(Lf_{0}\), it can be suggested that there should be a concentration of:

$$ \large{ \begin{equation*} LBP_{0}=59.22 \quad \mu M, \end{equation*} } $$

contained within the detector to get the optimal result. The effect of increasing the parameter \(\theta\) was also investigated by setting \(v_{0}=1\), and varying \(\theta\).


Figure 7: Complex formation with increasing \(\theta\), a parameter that defines the binding efficiency. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of \(\theta\) and from this we can calculate the minimum binding efficiency for optimal results.

Varying \(\theta\) highlights that a higher binding rate will allow for a higher level of complex formation. Since we know the suggested value of \(Lf_{0}\), it can be suggested that:

$$ \large{ \begin{equation*} \frac{k_{f}}{k_{r}}=14025.97 \mu M^{-1}. \end{equation*}} $$

The information provided by this model was passed to the lab to aid in experimental decision making. Thus to increase the amount of complex formed the initial concentration of \(LBP\) and/or the binding affinity needs to be increased in the detector. The information provided by this model was passed to the lab to aid in experimental decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the FluID concentration section.


Method

Using the law of mass action (1), the reaction scheme can be described by a system of ordinary differential equations (ODEs) (Guldberg,1879):

$$ \large{ \begin{eqnarray} &\frac{dLf}{dt}=k_{r}[Lf\cdot LBP]-k_{f}LfLBP, \nonumber\\ &\frac{dLBP}{dt}=k_{r}[Lf\cdot LBP]-k_{f}LfLBP,\tag{Eq 17} \\ &\frac{d[Lf\cdot LBP]}{dt}=k_{f}LfLBP-k_{r}[Lf\cdot LBP]. \nonumber \end{eqnarray} } $$

where each equation describes the change over time of the three substances in the binding reaction, with initial conditions:

$$ \large{ \begin{eqnarray} Lf(0)&=&Lf_{0} , \nonumber\\ LBP(0)&=&LBP_{0},\tag{Eq 18} \\ [Lf\cdot LBP](0)&=&0 .\nonumber \end{eqnarray} } $$

It is assumed that there will be no complex at the start of the reaction, and that there will be some concentration of lactoferrin and LBP. Viejo-Diaz (2), states that there is approximately \(1.2 mg \ ml^{-1}\) of lactoferrin in human saliva. This can be used to find that there is an expected concentration of \(15.58 \mu M\) in human saliva. Therefore it is assumed that the expected initial concentration of lactoferrin is \(Lf_{0}=15.58 \mu M\).

In Perkins-Balding's paper (3) it was also stated that the average dissociation equilibrium constant for lactoferrin and LBP binding is:

$$ \large{ \begin{equation} \frac{k_{r}}{k_{f}}=0.03 \mu M. \tag{Eq 19} \end{equation} } $$

Therefore from (Eq 19) an expected value for \(\theta\) is:

$$ \large{ \begin{equation} \theta=623.42. \tag{Eq 20} \end{equation} } $$

Due to a lack of information in literature it is assumed that \(v_{0}=1\). Sensitivity analysis was then performed on the non-dimensionalised system by using MATLAB's ode23 solver. A range of values for both \(\theta\) and \(v_{0}\) were chosen with the estimated values, (Eq 20) and \(v_{0}=1\) as half of the maximum value and a quarter of the maximum value, respectively. The results are shown in Figure 5.


References
  • Guldberg CM, Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.
  • Viejo-Díaz M, Andrés MT, & Fierro JF. Modulation of in vitro fungicidal activity of human lactoferrin against Candida albicans by extracellular cation concentration and target cell metabolic activity. Antimicrobial agents and chemotherapy 2004; 48(4): 1242-1248.
  • Perkins-Balding D, Ratliff-Griffin M, & Stojiljkovic I. Iron transport systems in Neisseria meningitidis. Microbiology and molecular biology reviews 2004; 68(1): 154-171.

Click here to see MATLAB code Back to start of model

Nasal Mucus: Odorant Binding Protein Folding Model


Aim

The aim of modelling of the folding of odorant binding protein (OBP) is to understand the optimum concentration and binding rates that are required for visual detection of nasal mucus in the sample from the crime scene. The more folded OBP formed the more likely that a visual detection of nasal mucus in the sample will be obtained using FluID.


Results

Odorant binding protein 2A (OBPIIa) is found in human nasal mucus and are involved in odorant detection. Within the protein there is an eight stranded \(\beta\)-barrel and an \(\alpha\) helix. The \(\beta\)-barrel and the \(\alpha\) helix bind via a disulphide bridge, to allow for odorant detection by the OBP, this is called folding (1). For detection of nasal mucus at the scene of a crime, modified \(\beta\)-barrels will be within FluID. The \(\beta\)-barrels will fluoresce when bound to an \(\alpha\) helix within an OBP in the sample. The reaction that has to be considered is the natural binding between the \(\alpha\) helix and the \(\beta\)-barrel, so that the modified \(\beta\)-barrel can be designed to be more likely to bind than its natural counterpart. The folding process can be described by the scheme:

$$ \ce{\alpha + \beta <=>[k_{on}][k_{off}] OBP } $$

where \(\alpha\) represents the concentration of \(\alpha\) helices, \(\beta\) represents the concentration of the \(\beta\)-barrels and \(OBP\) represents the folded protein concentration. The kinetic association and dissociation rates are \(k_{1}\) and \(k_{-1}\) respectively. The initial concentrations of \(\alpha\), \(\beta\) and \(OBP\) are denoted \(\alpha_{0}\), \(\beta_{0}\) and \(OBP_{0}\), respectively, where the ratio of \(\beta_{0}\) to \(\alpha_{0}\) is denoted:

$$ \large{ \begin{equation*} D_{0}=\frac{\beta_{0}}{\alpha_{0}}. \end{equation*}} $$

A non-dimensionalised parameter describing the rate of folding was also defined as:

$$ \large{ \begin{equation*} \psi=\frac{k_{1}\cdot\alpha_{0}}{k_{-1}}. \end{equation*}} $$

Sensitivity analysis was performed to find the optimum values of both \(\psi\) and \(D_{0}\), which give the optimal level of complex formation.


Figure 8: Sensitivity analysis for the binding efficiency, defined by parameter \(\psi\) and ratio of initial concentrations, \(D_{0}\) for potD and spermidine binding. We see that there are optimal values for both the binding efficiency and the level of OBP \(\beta\)-chains we add, where adding more makes no significant difference to complex produced. The more complex formed the more fluorescence there will be allowing for visual detection of odorant binding proteins.

The sensitivity analysis indicates that there are optimal values for both \(\psi\) and \(D_{0}\), where increasing the value has very little effect on the complex formation. This was further investigated, firstly by setting \(\psi\) as the estimated value from (Eq 28), and varying \(D_{0}\) as above.


Figure 9: Complex formation over time with increasing \(D_{0}\). Complex formation with increasing levels of odorant binding protein \(\beta\)-chains determined by \(D_{0}\). The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is a relatively high optimal value of the ratio \(D_{0}\) and thus calculate the level of \(\beta\)-chains required in the biospray to detect odorant binding protein.

This suggests that if we increase the ratio of \(\beta_{0}\) to \(\alpha_{0}\) so that it is larger than the suggested value from literature, more complex will be formed. Since we know the suggested value of \(\alpha_{0}\), it can be suggested that there should be a concentration of:

$$ \large{ \begin{equation*} \beta_{0}=39.68 \quad \mu M, \end{equation*} } $$

contained within the FluID to get the optimal result. The effect of increasing the parameter \(\psi\) was also investigated by setting \(D_{0}=1.5\), and varying \(\psi\).


Figure 10: Complex formation with increasing \(\psi\), a parameter that defines the binding efficiency. The more complexed formed the more fluorescence there will be, allowing for visual detection. From the plot we can see that there is an optimal value of \(\psi\) and from this we can calculate the minimum binding efficiency for optimal results.

Varying \(\psi\) highlights that a slightly higher binding rate will allow for a higher level of OBP formation. Since we know the suggested value of \(\alpha_{0}\), it can be suggested that:

$$ \large{ \begin{equation*} \frac{k_{1}}{k_{-1}}=226.8, \end{equation*}} $$

rather than \(200\) as stated in (Eq 28). The information provided by this model was passed to the lab to aid in experimental decision making. Thus to increase the amount of complex formed the initial concentration of \(\beta\)-barrels and/or the binding affinity needs to be increased in FluID. The information provided by this model was passed to the lab to aid in experimental decision making. Note that the effect of concentrations of the four components together within FluID was considered as a whole in the FluID concentration section.


Method

Using the law of mass action, the scheme describing the folding can be written as a system of ordinary differential equations (ODEs) (2):

$$ \large{ \begin{eqnarray} \frac{d\alpha}{dt}&=&k_{-1}OBP-k_{1}\alpha\beta, \nonumber\\ \frac{d\beta}{dt}&=&k_{-1}OBP-k_{1}\alpha\beta, \tag{Eq 21}\\ \frac{dOBP}{dt}&=&k_{1}\alpha\beta-k_{-1}OBP.\nonumber \end{eqnarray}} $$

where each equation describes the change over time of the three substances in the folding reaction, with initial concentrations:

$$ \large{ \begin{eqnarray} \alpha(0)&=&\alpha_{0} \quad \mu \text{M}, \nonumber\\ \beta(0)&=&\beta_{0}\quad \mu \text{M}, \tag{Eq 22}\\ OBP(0)&=&0 \quad \mu \text{M}.\nonumber \end{eqnarray}} $$

It is assumed that there will be no folded OBP at the start of the reaction, and that there will be some concentration of \(\alpha\) helices and \(\beta\)-barrels.

The initial suggested concentration of un-folded odorant binding protein, \(\alpha_{0}\) and \(\beta_{0}\), can be calculated from values provided from literature. From work by Schiefner (1) and Briand (3), the estimated initial concentration of \(\alpha\) was calculated as:

$$ \large{ \begin{equation} \alpha_{0}=26.46 \quad \mu \text{M}.\tag{Eq 23} \end{equation}} $$

From literature (1) (3) it was also suggested from literature that the ratio between \(\alpha\) and \(\beta\) was 1:1, therefore a suggested value of \(D_{0}\) is:

$$ \large{ \begin{equation} D_{0}=1. \tag{Eq 24} \end{equation} } $$

Due to a lack of experimental data and previous research a specific expected value for both kinetic rates, \(k_{1}\) and \(k_{-1}\), cannot be stated. However, a standard range for a dissociation constant, \(K_{d}\), was found by Archakov, (4), to be:

$$ \large{ \begin{equation} K_{d}=\frac{k_{-1}}{k_{1}}=10^{-8} \rightarrow 10^{2} \mu \text{M}. \tag{Eq 25} \end{equation} } $$

Using (Eq 23) and the mean value of (Eq 25), an estimated value for \(\psi\), can be determined as:

$$ \large{ \begin{equation} \psi=1322751323. \tag{Eq 26} \end{equation} } $$

However, this value was too large to compute using MATLAB so a smaller value was chosen, where:

$$ \large{ \begin{equation} \frac{k_{1}}{k_{-1}}=200 \quad \mu M^{-1}. \tag{Eq 27} \end{equation} } $$

From (Eq 23) and (Eq 27) a more suitable value for \(\psi\) was chosen to be:

$$ \large{ \begin{equation} \psi=5291.01. \tag{Eq 28} \end{equation} } $$

The system of non-dimensionalised ODE's derived from (Eq 21) were solved using MATLAB's ode23 solver (5). Sensitivity analysis was performed by solving the system with a range of values for \(\psi\) and \(D_{0}\), where the suggested values, (Eq 23) and (Eq 28), were a quarter of the maximum value and a half of the maximum value respectively. The results are shown in Figure 8.


References
  1. Schiefner A, Freier R, Eichinger A, Skerra A. Crystal structure of the human odorant binding protein, OBPIIa. Proteins: Structure, Function, and Bioinformatics 2015; 83(6): 1180-1184.
  2. Guldberg CM, Waage P. Concerning chemical affinity. Erdmanns Journal fr Practische Chemie 1879; 127: 69-114.
  3. Briand L, Eloit C, Nespoulous C, Bezirard V, Huet JC, Henry C, Pernollet JC. Evidence of an odorant-binding protein in the human olfactory mucus: location, structural characterization, and odorant-binding properties. Biochemistry 2002; 41(23): 7241-7252.
  4. Archakov AI, Govorun VM, Dubanov AV, Ivanov YD, Veselovsky AV, Lewi P, Janssen P. Protein protein interactions as a target for drugs in proteomics. Proteomics 2003; 3(4): 380-391.
  5. Bogacki P, Shampine LF. A 3 (2) pair of Runge-Kutta formulas. Applied Mathematics Letters 1989; 2(4): 321-325.

Click here to see MATLAB code Back to start of model

FluID Concentration


Aim

This section considers the effect of the nanobeads and the effect of the proteins on each other.

Nanobeads

Nanobeads will be attached to the proteins within FluID to allow for visual detection. We wanted to consider whether or not the nanobeads would affect the binding affinities of the proteins in the spray with their targets in the fluid sample. After some research it was found that since biotin is smaller than most labels it is unlikely to affect the protein function or protein-protein interactions (1). Therefore we do not need to consider this further, we then wanted to investigate the affect of the proteins on each other within the spray.

Interactions within FluID

From the four binding models suggested concentrations for each of the proteins within the spray were given. However these concentrations will only be for when it is only the one protein in the solution. We want to calculate the concentrations required for FluID to contain all four proteins at once.

Firstly recall the suggested concentrations from each of the binding models:

$$ \large{ \begin{eqnarray*} Hp_{0}=1.62 \mu M, \\ P_{0}=578.31 \mu M, \\ LBP_{0}=59.22 \mu M, \\ \beta_{0}=39.68\mu M. \end{eqnarray*} } $$

Where \(Hp, P, LBP, \beta\) represent haptoglobin, potD, lactoferrin binding protein and OBP \(\beta\)-chains respectively. Using the equation:

$$ \large{ \begin{equation*} Concentration(M)=\frac{moles}{Volume(L)}, \end{equation*}} $$

the number of moles of each protein can be calculated.

$$ \large{ \begin{eqnarray*} Hp_{0}&=&1.62 \times 10^{-8} moles, \\ P_{0}&=&5.78\times 10^{-6} moles, \\ LBP_{0}&=&5.92\times 10^{-7} moles, \\ \beta_{0}&=&3.97\times 10^{-7} moles. \end{eqnarray*} } $$

Then by multiplying all by Avogadro's constant (\(6.022 \times 10^{23}\)), the number of molecules can be found.

$$ \large{ \begin{eqnarray*} Hp_{0}&=&9.74 \times 10^{15} molecules, \\ P_{0}&=&3.48 \times 10^{18} molecules, \\ LBP_{0}&=&3.57 \times 10^{17} molecules, \\ \beta_{0}&=&2.39 \times 10^{17} molecules. \end{eqnarray*} } $$

Since we require all four proteins within the one spray, we divide the number of molecules required by four.

$$ \large{ \begin{eqnarray*} Hp_{0}&=&2.43 \times 10^{15} molecules, \\ P_{0}&=&8.71 \times 10^{17} molecules, \\ LBP_{0}&=&8.92 \times 10^{16} molecules, \\ \beta_{0}&=&5.97 \times 10^{16} molecules. \end{eqnarray*}} $$

Then using the equation

$$ \large{ \begin{equation*} mass=\frac{MW \times molecules}{6.022 \times 10^{23}}, \end{equation*}} $$

along with the molecular weights, found from literature (2,3,4,5):

$$ \large{ \begin{eqnarray*} Hp_{0}&=&0.04 Da, \\ P_{0}&=&0.04 Da, \\ LBP_{0}&=&0.18 Da, \\ \beta_{0}&=&0.02 Da, \end{eqnarray*}} $$

the mass (grams) can be calculated:

$$ \large{ \begin{eqnarray*} Hp_{0}&=&1.78 \times 10^{-10} g, \\ P_{0}&=&5.93 \times 10^{-8} g, \\ LBP_{0}&=&2.69 \times 10^{-8} g, \\ \beta_{0}&=&2.80 \times 10^{-9} g. \end{eqnarray*}} $$

Finally the equation:

$$ \large{ \begin{equation*} Concentration=\frac{Mass}{Volume \times MW}, \end{equation*}} $$

can be used to calculate the new concentrations required in FluID for each of the proteins:

$$ \large{ \begin{eqnarray*} Hp_{0}=0.40 \mu M, \\ P_{0}=144.58 \mu M, \\ LBP_{0}=14.81 \mu M, \\ \beta_{0}=14.81\mu M. \end{eqnarray*}} $$

This information was passed onto the lab for future decision making.

References
  1. ThermoFisher Scientific. 2015. Overview of Protein Labeling. [ONLINE] Available at: https://www.thermofisher.com/uk/en/home/life-science/protein-biology/protein-biology-learning-center/protein-biology-resource-library/pierce-protein-methods/overview-protein-labeling.html#/legacy=www.piercenet.com. [Accessed 26 August 15].
  2. Segawa T, Amatsuji H, Suzuki K, Suzuki M, Yanagisawa M, Itou T, Nakanishi T. Molecular characterization and validation of commercially available methods for haptoglobin measurement in bottlenose dolphin. Results in Immunology 2003; 3: 57-63.
  3. Shah P, Swiatlo E. Immunization with polyamine transport protein PotD protects mice against systemic infection with Streptococcus pneumoniae. Infection and Immunity 2006; 74(10): 5888-5892.
  4. Perkins-Balding D, Ratliff-Griffin M, Stojiljkovic I. Iron transport systems in Neisseria meningitidis. Microbiology and Molecular Biology Reviews 2004; 68(1): 154-171.
  5. Schiefner A, Freier R, Eichinger A, Skerra A. Crystal structure of the human odorant binding protein, OBPIIa. Proteins: Structure, Function, and Bioinformatics 2015; 83(6): 1180-1184

Back to start of section

<!Adds defined footer.-->