Difference between revisions of "Team:Warwick/BindingAffinity"
(7 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
<div class="fourteen columns"> | <div class="fourteen columns"> | ||
+ | |||
+ | |||
<div class="sectiontitle"> | <div class="sectiontitle"> | ||
<h4>Binding Affinity Modelling</h4> | <h4>Binding Affinity Modelling</h4> | ||
</div> | </div> | ||
− | + | <p><img src="https://static.igem.org/mediawiki/2015/6/64/Warwickbubbles1.png" height="120px" width="800px" border="1px"></p> | |
+ | <p> | ||
+ | |||
+ | So you have a bunch of cells and binding sites that you want to join together. But it’s not that simple. There’s also a chance that they’ll unbind, and so this means that the binding and unbinding will form an equilibrium. This is exactly what we have tried to model. Ka represents the chance that they bind, and kd is the chance that they unbind. Here A represents the amount of cells, and B the amount of DNA binding sites. | ||
+ | <br> | ||
+ | Once we find ka and kd, we use this information to tell biologists about expense, times for reactions, and what values for A and B they should use. | ||
+ | |||
+ | </p> | ||
<p> | <p> | ||
Line 33: | Line 42: | ||
We have found said differential equation and then analytically solved it. After substituting in empirical data from the experiments, it is impossible to solve the equations to find the binding and unbinding constants (association and disassociation constants). Instead, we used a computational method to find these constants. Put simply this involved trying all the possible combinations of the constants (to the first significant figure) to find which best matches the empirical data. These results tell the biologists which zinc fingers have the best binding ability.<br> | We have found said differential equation and then analytically solved it. After substituting in empirical data from the experiments, it is impossible to solve the equations to find the binding and unbinding constants (association and disassociation constants). Instead, we used a computational method to find these constants. Put simply this involved trying all the possible combinations of the constants (to the first significant figure) to find which best matches the empirical data. These results tell the biologists which zinc fingers have the best binding ability.<br> | ||
− | Another piece of code then uses these new found values to find out how much reactant to use, the related expenses, and how long the reaction will take.<br> | + | <br>Another piece of code then uses these new found values to find out how much reactant to use, the related expenses, and how long the reaction will take.<br> |
We are currently working on a piece of code that will test the DNA sequence to see if they are viable options for our experiment. | We are currently working on a piece of code that will test the DNA sequence to see if they are viable options for our experiment. | ||
<br> | <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<br><b>The Equations</b><br> | <br><b>The Equations</b><br> | ||
Line 51: | Line 54: | ||
We will call the amount (concentration multiplied by volume) of the bacteria A, and the amount of binding site on the DNA (concentration multiplied by volume multiplied by binding sites per DNA sequence) as B. | We will call the amount (concentration multiplied by volume) of the bacteria A, and the amount of binding site on the DNA (concentration multiplied by volume multiplied by binding sites per DNA sequence) as B. | ||
+ | <br>______________________________________________________________________________________________________________________________________ | ||
<br><i>The rate of change of A= the rate of unbinding-the rate of binding. </i> | <br><i>The rate of change of A= the rate of unbinding-the rate of binding. </i> | ||
<br>These rates are proportional to the amount of unbinded or binded molecules there are. | <br>These rates are proportional to the amount of unbinded or binded molecules there are. | ||
Line 62: | Line 66: | ||
<br> | <br> | ||
<br> | <br> | ||
− | <br> | + | <br>______________________________________________________________________________________________________________________________________ |
<br>By letting | <br>By letting | ||
Line 68: | Line 72: | ||
<p><img src="https://static.igem.org/mediawiki/2015/2/25/Warwickmodeling2.png" align="left" height="300px" width="400px" border="1px"></p> | <p><img src="https://static.igem.org/mediawiki/2015/2/25/Warwickmodeling2.png" align="left" height="300px" width="400px" border="1px"></p> | ||
<br><br> | <br><br> | ||
− | + | <br>______________________________________________________________________________________________________________________________________ | |
<br>We can solve this differential equation using separation of variables. | <br>We can solve this differential equation using separation of variables. | ||
Line 74: | Line 78: | ||
<p><img src="https://static.igem.org/mediawiki/2015/4/4f/Warwickmodeling3.png" align="left" height="300px" width="400px" border="1px"></p><br><br><br><br> | <p><img src="https://static.igem.org/mediawiki/2015/4/4f/Warwickmodeling3.png" align="left" height="300px" width="400px" border="1px"></p><br><br><br><br> | ||
− | + | <br>______________________________________________________________________________________________________________________________________ | |
<br>Where χ is an unknown constant. To find χ we set A=A_0 at t=0. | <br>Where χ is an unknown constant. To find χ we set A=A_0 at t=0. | ||
Line 80: | Line 84: | ||
<p><img src="https://static.igem.org/mediawiki/2015/d/d4/Warwickmodeling4.png" align="left" height="300px" width="400px" border="1px"></p><br><br><br><br><br><br><br> | <p><img src="https://static.igem.org/mediawiki/2015/d/d4/Warwickmodeling4.png" align="left" height="300px" width="400px" border="1px"></p><br><br><br><br><br><br><br> | ||
− | + | <br>______________________________________________________________________________________________________________________________________ | |
<br>Note that 4ac-b^2 is negative, so the square root cannot be calculated. We now rearrange to cancel out imaginary parts. | <br>Note that 4ac-b^2 is negative, so the square root cannot be calculated. We now rearrange to cancel out imaginary parts. | ||
Line 86: | Line 90: | ||
<p><img src="https://static.igem.org/mediawiki/2015/6/66/Warwickmodeling5.png" align="left" height="320px" width="450px" border="1px"></p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | <p><img src="https://static.igem.org/mediawiki/2015/6/66/Warwickmodeling5.png" align="left" height="320px" width="450px" border="1px"></p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
− | + | <br>______________________________________________________________________________________________________________________________________ | |
<br>Therefore | <br>Therefore | ||
Line 93: | Line 97: | ||
<br><br><br><br><br><br><br><br><br><br> | <br><br><br><br><br><br><br><br><br><br> | ||
+ | |||
+ | <br>______________________________________________________________________________________________________________________________________ | ||
<br>Substituting the values for a, b, and c. | <br>Substituting the values for a, b, and c. | ||
Line 98: | Line 104: | ||
<p><img src="https://static.igem.org/mediawiki/2015/1/1f/Warwickmodeling7.png" align="left" height="500px" width="700px" border="1px"></p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | <p><img src="https://static.igem.org/mediawiki/2015/1/1f/Warwickmodeling7.png" align="left" height="500px" width="700px" border="1px"></p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
− | + | <br>______________________________________________________________________________________________________________________________________ | |
<br>Let | <br>Let | ||
Line 104: | Line 110: | ||
− | + | <br>______________________________________________________________________________________________________________________________________ | |
<br>Then | <br>Then | ||
Line 111: | Line 117: | ||
<br><br><br><br><br><br> | <br><br><br><br><br><br> | ||
+ | |||
+ | |||
+ | <video id="ModellingClip" src="https://static.igem.org/mediawiki/2015/4/48/Warwickmodellingvideo.mp4" controls></video> | ||
+ | <br><br><br> | ||
<p><img src="https://static.igem.org/mediawiki/2015/3/37/Warwickmodeling10.png" align="left" height="500px" width="700px" border="1px"></p> | <p><img src="https://static.igem.org/mediawiki/2015/3/37/Warwickmodeling10.png" align="left" height="500px" width="700px" border="1px"></p> | ||
Line 119: | Line 129: | ||
− | + | ||
</div> | </div> |
Latest revision as of 12:52, 17 September 2015