Team:Aberdeen Scotland/Modeling/Assay

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <!-- Charset --> <meta charset="UTF-8"> <title>Team:Aberdeen Scotland/Modelling - 2014.ogem.org</title> <!-- JavaScript --> <script src="http://2014.igem.o...")
 
(11 intermediate revisions not shown)
Line 69: Line 69:
<!-- PAGE CONTENT -->
<!-- PAGE CONTENT -->
<div class="main_content">
<div class="main_content">
-
<p>Hi, there. We are a team of Aberdeen Uni undergrads trying to do our part in the fight against Sleeping Sickness. There's six of us - 5 biologists and 1 physicist.
+
<p>A crucial part of the assay is the antibody-to-antigen binding. In this section we try to analyse its behaviour and try to determine if the system is going to have the appropriate amount of sensitivity.</p>
-
We are very excited to be able to take part in iGEM and we would like to take you on a tour around our project.</p>
+
 
-
<p>We have worked all summer towards what we hope would turn out to be some peace of mind for a lot of people. The goal is to develop a novel method for diagnosing
+
<p>Consider and antibody 'A' and its complimentary antigen 'a'. We have looked at a simple model, which can be illustrated by the following equations<sup>[1]</sup>:</p>
-
Trypanosomiasis. A simpler, cheaper alternative to current methods that would be more versatile in developing countries and their remote regions. We wish to create a
+
$$\frac{d[A-a]}{dt}=k_a[A][a] \\
-
test that would be portable, endure harsh environmental conditions and most importantly be sensitive to the early stages of the disease.</p>
+
  \frac{d[A]}{dt}=-k_a[A][a]  \\
-
<p>This would give a lot of unsuspecting sufferers the chance to get diagnosed early. This way they can get cured quickly, before the disease reaches its later
+
  \frac{d[a]}{dt}=-k_a[A][a]$$
-
stages, when it is virtually incurable.</p>
+
 
 +
<ul>
 +
<li>where
 +
<table style="width:70%">
 +
<tbody>
 +
<tr>
 +
<td>[A]</td>
 +
<td>- concentration of antibody 'A'</td>
 +
</tr>
 +
<tr>
 +
<td>[a]</td>
 +
<td>- concentration of antigen 'a'</td>
 +
</tr>
 +
<tr>
 +
<td>k<sub>a</sub></td>
 +
<td>- affinity of antibody and antigen</td>
 +
</tr>
 +
<tr>
 +
<td>[A-a]</td>
 +
<td>- concentration of antibody 'A'</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
</li>
 +
</ul>
 +
 
 +
<p>In our case, as the antibody and antigen concentrations do not change in time individually, we can simplify this system to the following:</p>
 +
 
 +
$$ \frac{[A-a]}{dt}=k_{a}(A_{0}-[A-a])(a_{0}-[A-a])$$
 +
 
 +
<p>where A<sub>0</sub> and a<sub>0</sub> are the initial concentrations of the antibody and antigen.</p>
 +
 
 +
<p>We can clearly see that this system is not linear, but we can simulate it and analyse it.</p>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2014/5/5a/Affinit.png">
 +
<p>Fig.1 Antibody-to-Antigen binding time evolution curves, according to different affinity values</p>
 +
 
 +
<p>From this model we deduced several important points.</p>
 +
<p>Firstly, the abundance of the antigen is a limiting factor. In fact, the less the antigen concentration is the slower the binding process is going to be. This can
 +
be partially counteracted by increasing the amount of antibodies available. However, this is generally a good sign, as that means the system is less prone to false
 +
positives.</p>
 +
<p>Moreover, as initial antigen concentration increases the efficiency of the binding increases exponentially, thus making it much easier to detect the antigen.</p>
 +
<p>Furthermore, on Fig.1 we can see how the binding lag is influenced by different affinities. From the highest to the lowest curve, the affinity differs by 1 order
 +
of magnitude, but we still get at least 30% binding after just an hour. This further confirms that our system is stable enough to handle different types of
 +
antibodies.</p>
 +
<p>This is an important point as we are detecting for two different antigens with two different antibodies and are demanding similar behaviour from both.</p>
 +
 
 +
<!-- REFERENCES -->
 +
<h3>References</h3>
 +
<p>[1] McFadden, R., Kwok, C. S., "Mathematical Model of Simultaneous Diffusion and Binding of Antitumor Antibodies in Multicellular Human Tumor Spheroids, CancerRes 1988; 48:4032-4037</p>
</div> <br class="clear"> <!-- END OF PAGE CONTENT -->
</div> <br class="clear"> <!-- END OF PAGE CONTENT -->

Latest revision as of 21:34, 17 October 2014

Team:Aberdeen Scotland/Modelling - 2014.ogem.org



Assay Model


A crucial part of the assay is the antibody-to-antigen binding. In this section we try to analyse its behaviour and try to determine if the system is going to have the appropriate amount of sensitivity.

Consider and antibody 'A' and its complimentary antigen 'a'. We have looked at a simple model, which can be illustrated by the following equations[1]:

$$\frac{d[A-a]}{dt}=k_a[A][a] \\ \frac{d[A]}{dt}=-k_a[A][a] \\ \frac{d[a]}{dt}=-k_a[A][a]$$
  • where
    [A] - concentration of antibody 'A'
    [a] - concentration of antigen 'a'
    ka - affinity of antibody and antigen
    [A-a] - concentration of antibody 'A'

In our case, as the antibody and antigen concentrations do not change in time individually, we can simplify this system to the following:

$$ \frac{[A-a]}{dt}=k_{a}(A_{0}-[A-a])(a_{0}-[A-a])$$

where A0 and a0 are the initial concentrations of the antibody and antigen.

We can clearly see that this system is not linear, but we can simulate it and analyse it.

Fig.1 Antibody-to-Antigen binding time evolution curves, according to different affinity values

From this model we deduced several important points.

Firstly, the abundance of the antigen is a limiting factor. In fact, the less the antigen concentration is the slower the binding process is going to be. This can be partially counteracted by increasing the amount of antibodies available. However, this is generally a good sign, as that means the system is less prone to false positives.

Moreover, as initial antigen concentration increases the efficiency of the binding increases exponentially, thus making it much easier to detect the antigen.

Furthermore, on Fig.1 we can see how the binding lag is influenced by different affinities. From the highest to the lowest curve, the affinity differs by 1 order of magnitude, but we still get at least 30% binding after just an hour. This further confirms that our system is stable enough to handle different types of antibodies.

This is an important point as we are detecting for two different antigens with two different antibodies and are demanding similar behaviour from both.

References

[1] McFadden, R., Kwok, C. S., "Mathematical Model of Simultaneous Diffusion and Binding of Antitumor Antibodies in Multicellular Human Tumor Spheroids, CancerRes 1988; 48:4032-4037