Team:EPF-Lausanne/Analysis

From 2009.igem.org

(Difference between revisions)
(Salt bridges)
(RMSF)
Line 744: Line 744:
==RMSF==
==RMSF==
-
After changing the script [see [https://2009.igem.org/Team:EPF-Lausanne/Scripts#RMSF_from_namd_.dcd here]], we perform an interesting analysis from these 2 files. First, we have to correct the RMSF, that can be linked to beta factor using this equation:
+
<html>
-
[[Image:Beta_rmsf.jpg|center]]
+
<script type="text/javascript" language="JavaScript"><!--
-
If you plot beta factor and RMSF, you get such a thing.
+
function HideContent(d) {
-
[[Image:2v02_1ns_rmsf.jpg|center‎]]
+
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('hs9')">Click here to show/hide</a>
 +
</p>
 +
 +
<div id="hs9" style="display:none;">
 +
<p>
 +
 +
After changing the script [see <a href="https://2009.igem.org/Team:EPF-Lausanne/Scripts#RMSF_from_namd_.dcd"> here</a>], we perform an interesting analysis from these 2 files. First, we have to correct the RMSF, that can be linked to beta factor using this equation:
 +
<br><img src="https://static.igem.org/mediawiki/2009/4/4c/Beta_rmsf.jpg">
 +
<br>If you plot beta factor and RMSF, you get such a thing.
 +
<img src="https://static.igem.org/mediawiki/2009/7/71/2v02_1ns_rmsf.jpg">
 +
<br><br>
This is a 1 nanosecond NPT run at 300°K. We hope to see a RMSF curve identical to the beta factor. It should only be shifted higher because of the increased temperature. But having a similar tendency would mean our simulation show oscillations similar to what was observed during crystallography. This is really a quite nice validation of our run!
This is a 1 nanosecond NPT run at 300°K. We hope to see a RMSF curve identical to the beta factor. It should only be shifted higher because of the increased temperature. But having a similar tendency would mean our simulation show oscillations similar to what was observed during crystallography. This is really a quite nice validation of our run!
-
<html>
+
 
  <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>
  <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>
-
</html>
 
<br>
<br>
 +
 +
</p>
 +
</div>
 +
</html>

Revision as of 12:21, 8 September 2009


Analysis of Equilibrium





Scripts

As this page is getting crowded, we created another page to explain all the scripts we wrote. The current page has some kind of step by step tutorials, but if you want fast informations, you better go to the script page.


Examples

Maxwell-Boltzmann Energy Distribution

Click here to show/hide

Energies

Click here to show/hide

Temperature distribution

Click here to show/hide

Density

Click here to show/hide

Pressure as a function of simulation time

Click here to show/hide

RMSD for individual residues

Click here to show/hide

RMSD of selected atoms compared to initial position along time

Click here to show/hide

Salt bridges

Click here to show/hide

RMSF

Click here to show/hide