Team:EPF-Lausanne/Modeling

From 2009.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 14: Line 14:
               
               
-
<a href="https://2009.igem.org/Team:EPF-Lausanne/Parts" onMouseOver="document.MyImage3.src='https://static.igem.org/mediawiki/2009/thumb/3/36/Parts_nb.jpg/170px-Parts_nb.jpg';" onMouseOut="document.MyImage3.src='https://static.igem.org/mediawiki/2009/thumb/e/e8/Parts.jpg/170px-Parts.jpg';">
+
<a href="https://2009.igem.org/Team:EPF-Lausanne/Analysis" onMouseOver="document.MyImage6.src='https://static.igem.org/mediawiki/2009/thumb/0/0c/Analysis_nb.jpg/150px-Analysis_nb.jpg';" onMouseOut="document.MyImage6.src='https://static.igem.org/mediawiki/2009/thumb/8/84/Analysis.jpg/150px-Analysis.jpg';">
-
<img src="https://static.igem.org/mediawiki/2009/thumb/e/e8/Parts.jpg/170px-Parts.jpg" name="MyImage3"></a></center>
+
<img src="https://static.igem.org/mediawiki/2009/thumb/8/84/Analysis.jpg/150px-Analysis.jpg" name="MyImage6"></a></center>
</html>
</html>
 +
<br>
 +
<br>
<html><center>
<html><center>
-
<font size="6" color="#007CBC"><i>Modeling</i></font>  
+
<font size="6" color="#007CBC"><i>Modeling overview</i></font>  
</center></html>
</center></html>
<br>
<br>
----
----
<br>
<br>
 +
 +
==Protein domain of interest==
 +
Our protein of interest is [https://2009.igem.org/Team:EPF-Lausanne/LOVTAP LOVTAP]. This protein was sythetically engineered by [http://www.ncbi.nlm.nih.gov/sites/entrez?db=pubmed&cmd=search&term=18667691 Sosnick] group. It is a fusion protein between a LOV domain (Avena Sativa phototropin 1) and the E. Coli tryptophan repressor.
 +
This protein undergoes changes under light activation as shown by Sosnick et al, in fact when the protein is activated by light it binds DNA and inversely.
 +
For more information about LOVTAP protein please [https://2009.igem.org/Team:EPF-Lausanne/LOVTAP click here].
 +
<br><br>
 +
==Goal==
 +
<br><br>
 +
==Starting material==
 +
Both LOV domain crystallography files were obtained from [http://www.rcsb.org/pdb/home/home.do RCSB]:
 +
 +
:[http://www.rcsb.org/pdb/explore/explore.do?structureId=2V0W Light activated LOV domain]
 +
 +
:[http://www.rcsb.org/pdb/explore/explore.do?structureId=2V0U Dark LOV domain]
 +
 +
These crystallographies were done by [http://www.ncbi.nlm.nih.gov/pubmed/18001137 Halavaty et al.].
 +
<br><br>
 +
==Molecular dynamics: a little theory==
 +
 +
Molecular dynamics simulation consists of the numerical, step-by-step, solution of the classical equations of motion. For this purpose we need to be able to calculate the forces acting on the atoms, and these are usually derived from a potential energy.
 +
 +
<html>
 +
<script type="text/javascript" language="JavaScript"><!--
 +
function HideContent(d) {
 +
document.getElementById(d).style.display = "none";
 +
}
 +
function ShowContent(d) {
 +
document.getElementById(d).style.display = "block";
 +
}
 +
function ReverseDisplay(d) {
 +
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
 +
else { document.getElementById(d).style.display = "none"; }
 +
}
 +
//--></script>
 +
 +
<p>
 +
<a href="javascript:ReverseDisplay('hs1')">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click here to expand</a>
 +
</p>
 +
 +
<div id="hs1" style="display:none;">
 +
<p>
 +
 +
This potential energy can be divided into:
 +
 +
<h3>The non-bonded interactions:</h3>
 +
<li>The <i>Lennard-Jones potential</i> is the most commonly used form, with two parameters: σ, the diameter, and ε, the well depth. It takes into account the Van der Waals forces. It represents the non-bonded forces and the total potential energy can be calculated from the sum of energy contributions between pairs of atoms.
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2009/d/da/Lennard_jones_vdw_forces.jpg">
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<img src="https://static.igem.org/mediawiki/2009/thumb/f/f1/Lennard_jones.jpg/300px-Lennard_jones.jpg">
 +
 +
<center><i><u>Lennard-Jones pair potential showing the r<sup>−12</sup> and r<sup>−6</sup> contributions</u></i></center>
 +
</center></li>
 +
<br>
 +
<li>when electrostatic charges are present, we add the <i>Coulomb force</i>, where Q1, Q2 are the  charges and ϵ0 is the permittivity of free space
 +
<center><img src="https://static.igem.org/mediawiki/2009/thumb/4/42/Coulomb.jpg/200px-Coulomb.jpg"></center>
 +
</li>
 +
<br><br><br>
 +
<h3>The bonded interactions:</h3>
 +
Angles, bonds and dihedral angles have to be taken into account:
<br>
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2009/thumb/2/28/Bonded.jpg/400px-Bonded.jpg"></center>
 +
<br><br>
 +
To understand a bit more, you can see the following article:
 +
<a href="https://static.igem.org/mediawiki/2009/3/3e/Introduction_to_molecular_Dynamics_Simulation.pdf">Introduction to Molecular Dynamics Simulation - Michael P. Allen</a>
 +
 +
 +
<p align="center" class="style1"><a href="#top"><img src="https://static.igem.org/mediawiki/2009/thumb/0/06/Up_arrow.png/50px-Up_arrow.png" alt="Back to top" border="0"></a><br></p>
 +
<br>
 +
 +
</p>
 +
</div>
 +
</html>
 +
<br><br>
 +
==Steps==
 +
===Minimization===
 +
===Equilibration===
 +
===Analysis and validation===
 +
===Simulation===
 +
===Atom movement analysis===
 +
<br><br>
 +
==References==
 +
<br><br>
 +
==Analysis methodology==
 +
<br><br>
 +
==Results==
 +
<br><br>
==To do==
==To do==
Line 40: Line 128:
:- only cytochrome with interactions in light state and dark state
:- only cytochrome with interactions in light state and dark state
-
 
+
<br><br>
-
 
+
==To envisage ==
==To envisage ==
<br>- Molecular mutational assay
<br>- Molecular mutational assay

Latest revision as of 08:34, 21 September 2009

                               


Modeling overview



Protein domain of interest

Our protein of interest is LOVTAP. This protein was sythetically engineered by Sosnick group. It is a fusion protein between a LOV domain (Avena Sativa phototropin 1) and the E. Coli tryptophan repressor. This protein undergoes changes under light activation as shown by Sosnick et al, in fact when the protein is activated by light it binds DNA and inversely. For more information about LOVTAP protein please click here.

Goal



Starting material

Both LOV domain crystallography files were obtained from RCSB:

Light activated LOV domain
Dark LOV domain

These crystallographies were done by Halavaty et al..

Molecular dynamics: a little theory

Molecular dynamics simulation consists of the numerical, step-by-step, solution of the classical equations of motion. For this purpose we need to be able to calculate the forces acting on the atoms, and these are usually derived from a potential energy.

         Click here to expand



Steps

Minimization

Equilibration

Analysis and validation

Simulation

Atom movement analysis



References



Analysis methodology



Results



To do

- Model allosteric interactions between LOVTAP & TrpR
What will be done:
- Model of LOVTAP in dark phase
- Model of LOVTAP in light phase
- Characterize how the J-alpha helix changes
- Model structural changes that enhance the switch feature of LOVTAP e.g. in dark phase: really weak interaction between LOVTAP and the corresponding DNA sequence, in light phase: strong binding of LOVTAP on DNA.
- Between Light state and Dark State
- RMS between light state and dark state
- length between the two arms N C
- only cytochrome with interactions in light state and dark state



To envisage


- Molecular mutational assay