Team:EPF-Lausanne/Analysis methods

From 2009.igem.org

(Difference between revisions)
(Dihedral angles)
(Generating input files)
 
(74 intermediate revisions not shown)
Line 1: Line 1:
{{EPF-Lausanne09}}
{{EPF-Lausanne09}}
<div CLASS="epfltrick">__TOC__
<div CLASS="epfltrick">__TOC__
-
</div><div CLASS="epfl09">
+
</div><div CLASS="epfl09model">
 +
 +
<html><br>
 +
<br>
 +
<br>
 +
<br><center>
 +
 +
<a href="https://2009.igem.org/Team:EPF-Lausanne/Modeling_overview" onMouseOver="document.MyImage7.src='https://static.igem.org/mediawiki/2009/8/83/Modeling_overview.jpg';" onMouseOut="document.MyImage7.src='https://static.igem.org/mediawiki/2009/6/6d/Modeling_overview_grey.jpg';">
 +
<img src="https://static.igem.org/mediawiki/2009/6/6d/Modeling_overview_grey.jpg" name="MyImage7"></a>
 +
 +
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
 +
 +
<a href="https://2009.igem.org/Team:EPF-Lausanne/Analysis_methods" onMouseOver="document.MyImage4.src='https://static.igem.org/mediawiki/2009/thumb/6/6e/An_meth.png/150px-An_meth.png';" onMouseOut="document.MyImage4.src='https://static.igem.org/mediawiki/2009/thumb/6/6e/An_meth.png/150px-An_meth.png';">
 +
<img src="https://static.igem.org/mediawiki/2009/thumb/6/6e/An_meth.png/150px-An_meth.png" name="MyImage4"></a>
 +
 +
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
 +
<a href="https://2009.igem.org/Team:EPF-Lausanne/Results" onMouseOver="document.MyImage6.src='https://static.igem.org/mediawiki/2009/thumb/2/2f/Results.jpg/150px-Results.jpg';" onMouseOut="document.MyImage6.src='https://static.igem.org/mediawiki/2009/thumb/4/43/Results_nb.jpg/150px-Results_nb.jpg';">
 +
<img src="https://static.igem.org/mediawiki/2009/thumb/4/43/Results_nb.jpg/150px-Results_nb.jpg" name="MyImage6"></a>
 +
 +
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
 +
 +
<a href="https://2009.igem.org/Team:EPF-Lausanne/Information_&_references" onMouseOver="document.MyImage5.src='https://static.igem.org/mediawiki/2009/thumb/a/a2/Ref.jpg/150px-Ref.jpg';" onMouseOut="document.MyImage5.src='https://static.igem.org/mediawiki/2009/thumb/2/25/Ref_nb.jpg/150px-Ref_nb.jpg';">
 +
<img src="https://static.igem.org/mediawiki/2009/thumb/2/25/Ref_nb.jpg/150px-Ref_nb.jpg" name="MyImage5"></a>
 +
 +
 +
</center>
 +
</html>
 +
<br>
 +
----
 +
<br><br>
<html><center>
<html><center>
-
<font size="6" color="#007CBC"><i>Analysis Methods</i></font>  
+
<font size="12" color="#007CBC">Analysis Methods</font>  
</center></html>
</center></html>
<br>
<br>
----
----
<br>
<br>
 +
 +
=Softwares used=
 +
===VMD===
 +
VMD is a molecular visualization program for displaying, animating, and analyzing biomolecular systems using 3-D graphics and built-in scripting. It provides a wide range of molecular representations, and includes tools for working with volumetric data, sequence data, and arbitrary graphics objects. You can have more information on their [http://www.ks.uiuc.edu/Research/vmd/ webpage].
<br>
<br>
 +
 +
===NAMD===
 +
NAMD is a molecular dynamics code designed for simulation of large biomolecular systems. It is based on Charm++ parallel programming model, and uses VMD for simulation setup and trajectory analysis.
 +
See their website [http://www.ks.uiuc.edu/Research/namd/ here].
 +
 +
<br><br>
=Information needed=
=Information needed=
===Generating input files===
===Generating input files===
-
In this section, we explain all the steps to create needed files for namd, except the .conf file.
+
In this section, we explain all the steps to create needed files for NAMD, except the .conf file, which is just [https://2009.igem.org/Team:EPF-Lausanne/Analysis_methods#Namd_.conf_parameters below].
-
We need a compatible .pdb in addition to parameter and topology files to go through. Steps to generate all the input files are explained in detail on this page [[Team:EPF-Lausanne/Modeling/Simulation|How to generate input files]]. This is a kind of summary of the tuto.
+
We need a compatible .pdb in addition to parameter and topology files to go through. Steps to generate all the input files are explained in detail on this page:
-
 
+
[[Team:EPF-Lausanne/Modeling/Simulation|How to generate input files]]. This is a kind of summary of the tutorial.
-
===Namd .conf parameters===
+
-
Namd can run different kind of simulations, from minimization to MD. Here are the .conf we use. [[Team:EPF-Lausanne/Modeling/NamdConf|NamdConf]]
+
===Launch a simulation===
===Launch a simulation===
-
We start from .pdb, .psf, .rtf generated in the previous section and we explain how to launch NAMD on both clusters we have access to. Complete process is on a separate page [[Team:EPF-Lausanne/Modeling/RunSimulation|How to launch a simulation]].
+
We start from .pdb, .psf, .rtf generated in the previous sections and we explain how to launch NAMD on both clusters we have access to. Complete process is on a separate page [[Team:EPF-Lausanne/Modeling/RunSimulation|How to launch a simulation]].
 +
 
 +
===Namd .conf parameters===
 +
Namd can run different kind of simulations, from minimization to MD simulations. Here are the .conf file we used. [[Team:EPF-Lausanne/Modeling/NamdConf|NamdConf]]
===Scripts used===
===Scripts used===
-
We stored all our scriopts, which were highly modified compared to the original ones, in order to fit our needs. You can find them on [https://2009.igem.org/Team:EPF-Lausanne/Scripts this page].  
+
We stored all our scripts, which were highly modified compared to the original ones, in order to fit our needs. You can find them on [https://2009.igem.org/Team:EPF-Lausanne/Scripts this page].  
<br><br>
<br><br>
-
+
 
=Step by step analysis=
=Step by step analysis=
The following section is a kind of tutorial, which describes step by step how to obtain our different results.
The following section is a kind of tutorial, which describes step by step how to obtain our different results.
Line 109: Line 155:
<br>
<br>
-
<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>
 
-
</html>
 
-
<br>
 
-
<html><center>
 
-
<style type="text/css">
 
-
<!--
 
-
.combobox {
 
-
background-color: #FFFFFF;
 
-
color: #808080;
 
-
font-size: 10pt;
 
-
font-family: verdana;
 
-
font-weight: bold;
 
-
}
 
-
-->
 
-
</style>
 
-
<form>
 
-
<table border="0" width="80" cellspacing="0">
 
-
<tr><td width="100%" bgcolor="#000000">
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
-
<tr><td width="100%" background="https://static.igem.org/mediawiki/2009/b/b3/BoxtopA.png"><img border="0" src="11dot.gif" width="19" height="19"></td></tr>
 
-
</table>
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
-
<tr><td width="2%" background="https://static.igem.org/mediawiki/2009/b/bd/BoxbackA.png">
 
-
<img border="0" src="11dot.gif" width="18" height="18">
 
-
</td><td width="98%" background="https://static.igem.org/mediawiki/2009/6/6e/BoxbackB.png">
 
-
<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
 
-
<option selected>Go to:  </option>
 
-
<option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Maxwell-Boltzmann_Energy_Distribution">Maxwell-Boltzmann Energy Distribution </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Energies">Energies</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Temperature_distribution">Temperature distribution</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Density">Density </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Pressure_as_a_function_of_simulation_time">Pressure</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_for_individual_residues">RMSD for individual residues</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_of_selected_atoms_compared_to_initial_position_along_time">RMSD of selected atoms</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Salt_bridges">Salt bridges</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSF">RMSF</option>
 
-
</select>
 
-
</td></tr>
 
-
</table>
 
-
</td></tr>
 
-
</table>
 
-
</form></center>
 
</p>
</p>
Line 152: Line 163:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
-
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|  
+
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|
 +
 
== Energies ==
== Energies ==
Line 177: Line 189:
<div id="hs2" style="display:none;">
<div id="hs2" style="display:none;">
<p>
<p>
-
<b>1.</b> We start with a file obtained from NAMD: <br>http://www.ks.uiuc.edu/Research/namd/utilities/ and download <i>namdstat.tcl</i>
+
<b>1.</b> We start with a file obtained from NAMD: <br>http://www.ks.uiuc.edu/Research/namd/utilities/ and download <i> namdstats.tcl </i>
<br><br>
<br><br>
<b>2.</b> In the VMD TkCon window, type :
<b>2.</b> In the VMD TkCon window, type :
Line 196: Line 208:
Here we will analyze the temperature distribution over the simulation. The temperature might increase linearly during the heating step and then it might remain stable.
Here we will analyze the temperature distribution over the simulation. The temperature might increase linearly during the heating step and then it might remain stable.
-
We obtained the expected [https://2009.igem.org/Team:EPF-Lausanne/Results results].
+
We obtained the expected [https://2009.igem.org/wiki/index.php?title=Team:EPF-Lausanne/Results/Validation#Temperature results].
<br>
<br>
<html>
<html>
Line 223: Line 235:
<br>It will store each timestep and its corresponding temperature in the file TEMP.dat.
<br>It will store each timestep and its corresponding temperature in the file TEMP.dat.
<br><br>
<br><br>
-
 
-
<html><center>
 
-
<style type="text/css">
 
-
<!--
 
-
.combobox {
 
-
background-color: #FFFFFF;
 
-
color: #808080;
 
-
font-size: 10pt;
 
-
font-family: verdana;
 
-
font-weight: bold;
 
-
}
 
-
-->
 
-
</style>
 
-
<form>
 
-
<table border="0" width="80" cellspacing="0">
 
-
<tr><td width="100%" bgcolor="#000000">
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
-
<tr><td width="100%" background="https://static.igem.org/mediawiki/2009/b/b3/BoxtopA.png"><img border="0" src="11dot.gif" width="19" height="19"></td></tr>
 
-
</table>
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
-
<tr><td width="2%" background="https://static.igem.org/mediawiki/2009/b/bd/BoxbackA.png">
 
-
<img border="0" src="11dot.gif" width="18" height="18">
 
-
</td><td width="98%" background="https://static.igem.org/mediawiki/2009/6/6e/BoxbackB.png">
 
-
<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
 
-
<option selected>Go to:  </option>
 
-
<option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Maxwell-Boltzmann_Energy_Distribution">Maxwell-Boltzmann Energy Distribution </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Energies">Energies</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Temperature_distribution">Temperature distribution</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Density">Density </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Pressure_as_a_function_of_simulation_time">Pressure</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_for_individual_residues">RMSD for individual residues</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_of_selected_atoms_compared_to_initial_position_along_time">RMSD of selected atoms</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Salt_bridges">Salt bridges</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSF">RMSF</option>
 
-
</select>
 
-
</td></tr>
 
-
</table>
 
-
</td></tr>
 
-
</table>
 
-
</form></center>
 
</p>
</p>
Line 263: Line 243:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
-
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|  
+
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|
 +
 
== Density ==
== Density ==
Here we will analyze the behavior of the protein density over the simulation. Normally during the equilibration step density might remain more or less stable. Particularly during the NVT equilibration the density might remain constant.  
Here we will analyze the behavior of the protein density over the simulation. Normally during the equilibration step density might remain more or less stable. Particularly during the NVT equilibration the density might remain constant.  
-
We obtained the expected [https://2009.igem.org/Team:EPF-Lausanne/Results results].
+
We obtained the expected [https://2009.igem.org/wiki/index.php?title=Team:EPF-Lausanne/Results/Validation#Density results].
<html>
<html>
<script type="text/javascript" language="JavaScript"><!--
<script type="text/javascript" language="JavaScript"><!--
Line 291: Line 272:
In order to obtain the data for the volume from the log file we will again use the script <i>namdstats.tcl</i>, which was already sourced. Type in a terminal window:
In order to obtain the data for the volume from the log file we will again use the script <i>namdstats.tcl</i>, which was already sourced. Type in a terminal window:
<br><span style="font-family: Courier;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data_time VOLUME namd_log </span>
<br><span style="font-family: Courier;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data_time VOLUME namd_log </span>
-
<br>It will store each timestep and its corresponding temperature in the file TEMP.dat.
+
<br>It will store each timestep and its corresponding volume in the file VOLUME.dat.
<br><br>
<br><br>
-
<html><center>
 
-
<style type="text/css">
 
-
<!--
 
-
.combobox {
 
-
background-color: #FFFFFF;
 
-
color: #808080;
 
-
font-size: 10pt;
 
-
font-family: verdana;
 
-
font-weight: bold;
 
-
}
 
-
-->
 
-
</style>
 
-
<form>
 
-
<table border="0" width="80" cellspacing="0">
 
-
<tr><td width="100%" bgcolor="#000000">
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
-
<tr><td width="100%" background="https://static.igem.org/mediawiki/2009/b/b3/BoxtopA.png"><img border="0" src="11dot.gif" width="19" height="19"></td></tr>
 
-
</table>
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
-
<tr><td width="2%" background="https://static.igem.org/mediawiki/2009/b/bd/BoxbackA.png">
 
-
<img border="0" src="11dot.gif" width="18" height="18">
 
-
</td><td width="98%" background="https://static.igem.org/mediawiki/2009/6/6e/BoxbackB.png">
 
-
<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
 
-
<option selected>Go to:  </option>
 
-
<option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Maxwell-Boltzmann_Energy_Distribution">Maxwell-Boltzmann Energy Distribution </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Energies">Energies</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Temperature_distribution">Temperature distribution</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Density">Density </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Pressure_as_a_function_of_simulation_time">Pressure</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_for_individual_residues">RMSD for individual residues</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_of_selected_atoms_compared_to_initial_position_along_time">RMSD of selected atoms</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Salt_bridges">Salt bridges</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSF">RMSF</option>
 
-
</select>
 
-
</td></tr>
 
-
</table>
 
-
</td></tr>
 
-
</table>
 
-
</form></center>
 
</p>
</p>
Line 333: Line 283:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
-
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|  
+
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|
 +
 
== Pressure as a function of simulation time ==
== Pressure as a function of simulation time ==
Here we will analyze the pressure behavior along the minimization and the equilibration. This quantity might stabilize after the heating and remain more or less stable during the equilibration. Particularly during the NPT steps the pressure might be strictly constant.
Here we will analyze the pressure behavior along the minimization and the equilibration. This quantity might stabilize after the heating and remain more or less stable during the equilibration. Particularly during the NPT steps the pressure might be strictly constant.
-
We obtained the expected [https://2009.igem.org/Team:EPF-Lausanne/Results results].
+
We obtained the expected [https://2009.igem.org/wiki/index.php?title=Team:EPF-Lausanne/Results/Validation#Pressure results].
<html>
<html>
<script type="text/javascript" language="JavaScript"><!--
<script type="text/javascript" language="JavaScript"><!--
Line 372: Line 323:
So, to extract pressure from our first simulation, the command is: data_time PRESSURE namd_log
So, to extract pressure from our first simulation, the command is: data_time PRESSURE namd_log
<br><br>
<br><br>
-
 
-
<html><center>
 
-
<style type="text/css">
 
-
<!--
 
-
.combobox {
 
-
background-color: #FFFFFF;
 
-
color: #808080;
 
-
font-size: 10pt;
 
-
font-family: verdana;
 
-
font-weight: bold;
 
-
}
 
-
-->
 
-
</style>
 
-
<form>
 
-
<table border="0" width="80" cellspacing="0">
 
-
<tr><td width="100%" bgcolor="#000000">
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
-
<tr><td width="100%" background="https://static.igem.org/mediawiki/2009/b/b3/BoxtopA.png"><img border="0" src="11dot.gif" width="19" height="19"></td></tr>
 
-
</table>
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
-
<tr><td width="2%" background="https://static.igem.org/mediawiki/2009/b/bd/BoxbackA.png">
 
-
<img border="0" src="11dot.gif" width="18" height="18">
 
-
</td><td width="98%" background="https://static.igem.org/mediawiki/2009/6/6e/BoxbackB.png">
 
-
<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
 
-
<option selected>Go to:  </option>
 
-
<option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Maxwell-Boltzmann_Energy_Distribution">Maxwell-Boltzmann Energy Distribution </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Energies">Energies</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Temperature_distribution">Temperature distribution</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Density">Density </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Pressure_as_a_function_of_simulation_time">Pressure</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_for_individual_residues">RMSD for individual residues</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_of_selected_atoms_compared_to_initial_position_along_time">RMSD of selected atoms</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Salt_bridges">Salt bridges</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSF">RMSF</option>
 
-
</select>
 
-
</td></tr>
 
-
</table>
 
-
</td></tr>
 
-
</table>
 
-
</form></center>
 
</p>
</p>
Line 412: Line 331:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
-
!width="20%" align="left" valign="top" style="background:#E5E9FF; color:black"|  
+
!width="20%" align="left" valign="top" style="background:#E5E9FF; color:black"|
 +
 
==RMSD for individual residues==
==RMSD for individual residues==
Line 418: Line 338:
After that we will try after that to select the amino acids to mutate in order to stabilize the light activated state of our LOV domain.
After that we will try after that to select the amino acids to mutate in order to stabilize the light activated state of our LOV domain.
 +
Click [https://2009.igem.org/wiki/index.php?title=Team:EPF-Lausanne/Results/Validation#RMSD here] to see the results.
<html>
<html>
<script type="text/javascript" language="JavaScript"><!--
<script type="text/javascript" language="JavaScript"><!--
Line 473: Line 394:
<br><span style="font-family: Courier;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmgrace residue rmsd.dat </span>
<br><span style="font-family: Courier;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmgrace residue rmsd.dat </span>
-
 
-
<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>
 
-
 
-
<html><center>
 
-
<style type="text/css">
 
-
<!--
 
-
.combobox {
 
-
background-color: #FFFFFF;
 
-
color: #808080;
 
-
font-size: 10pt;
 
-
font-family: verdana;
 
-
font-weight: bold;
 
-
}
 
-
-->
 
-
</style>
 
-
<form>
 
-
<table border="0" width="80" cellspacing="0">
 
-
<tr><td width="100%" bgcolor="#000000">
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
-
<tr><td width="100%" background="https://static.igem.org/mediawiki/2009/b/b3/BoxtopA.png"><img border="0" src="11dot.gif" width="19" height="19"></td></tr>
 
-
</table>
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
-
<tr><td width="2%" background="https://static.igem.org/mediawiki/2009/b/bd/BoxbackA.png">
 
-
<img border="0" src="11dot.gif" width="18" height="18">
 
-
</td><td width="98%" background="https://static.igem.org/mediawiki/2009/6/6e/BoxbackB.png">
 
-
<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
 
-
<option selected>Go to:  </option>
 
-
<option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Maxwell-Boltzmann_Energy_Distribution">Maxwell-Boltzmann Energy Distribution </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Energies">Energies</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Temperature_distribution">Temperature distribution</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Density">Density </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Pressure_as_a_function_of_simulation_time">Pressure</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_for_individual_residues">RMSD for individual residues</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_of_selected_atoms_compared_to_initial_position_along_time">RMSD of selected atoms</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Salt_bridges">Salt bridges</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSF">RMSF</option>
 
-
</select>
 
-
</td></tr>
 
-
</table>
 
-
</td></tr>
 
-
</table>
 
-
</form></center>
 
</p>
</p>
Line 522: Line 408:
Here we will analyze the RMSD of each atom to check whether the protein remains more or less stable during the equilibration.
Here we will analyze the RMSD of each atom to check whether the protein remains more or less stable during the equilibration.
-
We obtained the expected [https://2009.igem.org/Team:EPF-Lausanne/Results results].
+
Click [https://2009.igem.org/wiki/index.php?title=Team:EPF-Lausanne/Results/EDS#RMSD here] to see the results for the dark state simulation.
 +
 
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/ELS#RMSD here] to see the results for the light state simulation.
<html>
<html>
Line 577: Line 465:
</ul>
</ul>
<br><br>
<br><br>
-
 
-
<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>
 
-
</html>
 
-
<br>
 
-
 
-
<html><center>
 
-
<style type="text/css">
 
-
<!--
 
-
.combobox {
 
-
background-color: #FFFFFF;
 
-
color: #808080;
 
-
font-size: 10pt;
 
-
font-family: verdana;
 
-
font-weight: bold;
 
-
}
 
-
-->
 
-
</style>
 
-
<form>
 
-
<table border="0" width="80" cellspacing="0">
 
-
<tr><td width="100%" bgcolor="#000000">
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
-
<tr><td width="100%" background="https://static.igem.org/mediawiki/2009/b/b3/BoxtopA.png"><img border="0" src="11dot.gif" width="19" height="19"></td></tr>
 
-
</table>
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
-
<tr><td width="2%" background="https://static.igem.org/mediawiki/2009/b/bd/BoxbackA.png">
 
-
<img border="0" src="11dot.gif" width="18" height="18">
 
-
</td><td width="98%" background="https://static.igem.org/mediawiki/2009/6/6e/BoxbackB.png">
 
-
<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
 
-
<option selected>Go to:  </option>
 
-
<option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Maxwell-Boltzmann_Energy_Distribution">Maxwell-Boltzmann Energy Distribution </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Energies">Energies</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Temperature_distribution">Temperature distribution</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Density">Density </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Pressure_as_a_function_of_simulation_time">Pressure</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_for_individual_residues">RMSD for individual residues</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_of_selected_atoms_compared_to_initial_position_along_time">RMSD of selected atoms</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Salt_bridges">Salt bridges</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSF">RMSF</option>
 
-
</select>
 
-
</td></tr>
 
-
</table>
 
-
</td></tr>
 
-
</table>
 
-
</form></center>
 
</p>
</p>
Line 628: Line 479:
Here we will analyze the evolution of these interactions over the equilibration in order to check how these interactions change over the equilibration.
Here we will analyze the evolution of these interactions over the equilibration in order to check how these interactions change over the equilibration.
 +
 +
Click [https://2009.igem.org/wiki/index.php?title=Team:EPF-Lausanne/Results/Validation#Salt_bridges here] to see the results.
 +
<html>
<html>
<script type="text/javascript" language="JavaScript"><!--
<script type="text/javascript" language="JavaScript"><!--
Line 666: Line 520:
<br><br>
<br><br>
-
<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>
 
-
</html>
 
-
 
-
<html><center>
 
-
<style type="text/css">
 
-
<!--
 
-
.combobox {
 
-
background-color: #FFFFFF;
 
-
color: #808080;
 
-
font-size: 10pt;
 
-
font-family: verdana;
 
-
font-weight: bold;
 
-
}
 
-
-->
 
-
</style>
 
-
<form>
 
-
<table border="0" width="80" cellspacing="0">
 
-
<tr><td width="100%" bgcolor="#000000">
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
-
<tr><td width="100%" background="https://static.igem.org/mediawiki/2009/b/b3/BoxtopA.png"><img border="0" src="11dot.gif" width="19" height="19"></td></tr>
 
-
</table>
 
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
-
<tr><td width="2%" background="https://static.igem.org/mediawiki/2009/b/bd/BoxbackA.png">
 
-
<img border="0" src="11dot.gif" width="18" height="18">
 
-
</td><td width="98%" background="https://static.igem.org/mediawiki/2009/6/6e/BoxbackB.png">
 
-
<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
 
-
<option selected>Go to:  </option>
 
-
<option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Maxwell-Boltzmann_Energy_Distribution">Maxwell-Boltzmann Energy Distribution </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Energies">Energies</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Temperature_distribution">Temperature distribution</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Density">Density </option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Pressure_as_a_function_of_simulation_time">Pressure</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_for_individual_residues">RMSD for individual residues</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSD_of_selected_atoms_compared_to_initial_position_along_time">RMSD of selected atoms</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#Salt_bridges">Salt bridges</option><option value="https://2009.igem.org/Team:EPF-Lausanne/Analysis#RMSF">RMSF</option>
 
-
</select>
 
-
</td></tr>
 
-
</table>
 
-
</td></tr>
 
-
</table>
 
-
</form></center>
 
</p>
</p>
Line 709: Line 528:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
!width="20%" align="left" valign="top" style="background:#e7edfd; color:black"|
!width="20%" align="left" valign="top" style="background:#e7edfd; color:black"|
 +
==RMSF==
==RMSF==
This is quite similar to the RMSD analysis. Here we will analyze how the RMSF vary for each residues.  
This is quite similar to the RMSD analysis. Here we will analyze how the RMSF vary for each residues.  
 +
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/EDS#RMSF here] to see the results for the dark state simulation.
 +
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/ELS#RMSF here] to see the results for the light state simulation.
 +
<html>
<html>
<script type="text/javascript" language="JavaScript"><!--
<script type="text/javascript" language="JavaScript"><!--
Line 736: Line 561:
<br><center><img src="https://static.igem.org/mediawiki/2009/4/4c/Beta_rmsf.jpg"></center>
<br><center><img src="https://static.igem.org/mediawiki/2009/4/4c/Beta_rmsf.jpg"></center>
<br>If you plot beta factor and RMSF, you get such a thing.
<br>If you plot beta factor and RMSF, you get such a thing.
-
 
-
 
-
<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>
<br>
Line 748: Line 570:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
-
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|  
+
!width="20%" align="left" valign="top" style="background:#E5E9FF; color:black"|
 +
 
== Angles ==
== Angles ==
This part is made to measure the angle between two chains. The procedure is described below.
This part is made to measure the angle between two chains. The procedure is described below.
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/EDS#Angle_between_beta_sheet_and_alpha_helix here] to see the results for the dark state simulation.
 +
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/ELS#Angle_between_beta_sheet_and_alpha_helix here] to see the results for the light state simulation.
<html>
<html>
<script type="text/javascript" language="JavaScript"><!--
<script type="text/javascript" language="JavaScript"><!--
Line 793: Line 619:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
-
!width="20%" align="left" valign="top" style="background:#ffffff;" |  
+
!width="20%" align="left" valign="top" style="background:#E5E9FF;" |
 +
 
== H bonds and distance measurments ==
== H bonds and distance measurments ==
This part aim at finding characteristic distances, in particular for H-bonds.
This part aim at finding characteristic distances, in particular for H-bonds.
 +
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/EDS#Some_useful_distances here] to see the results for the dark state simulation.
 +
<html>
<html>
<script type="text/javascript" language="JavaScript"><!--
<script type="text/javascript" language="JavaScript"><!--
Line 843: Line 673:
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
-
!width="20%" align="left" valign="top" style="background:#ffffff;" |
+
!width="20%" align="left" valign="top" style="background:#E5E9FF;" |
== Dihedral angles ==
== Dihedral angles ==
Dihedral angles measure angle between four atoms.
Dihedral angles measure angle between four atoms.
 +
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/EDS#CYS450_-_FMN here] to see the results for the dark state simulation.
 +
 +
Click [https://2009.igem.org/Team:EPF-Lausanne/Results/ELS#CYS450_-_FMN here] to see the results for the light state simulation.
<html>
<html>
Line 872: Line 706:
<br><br>
<br><br>
In the window which displays the protein, zoom on the region of interest, press "4" on your keyboard and select the four atoms within which you would like to calculate the dihedral angle.
In the window which displays the protein, zoom on the region of interest, press "4" on your keyboard and select the four atoms within which you would like to calculate the dihedral angle.
-
<br><br>
+
<br>
Then, open the VMD window "label", select dihedral, click on the created dihedral, click on the tab "Graph" and finally save the calculated data.
Then, open the VMD window "label", select dihedral, click on the created dihedral, click on the tab "Graph" and finally save the calculated data.
Line 892: Line 726:
<br><br>
<br><br>
 +
{|class="wikitable" border="0" cellpadding="10" cellspacing="1" style="padding: 1px; background-color:#007CBC; text-align:center"
 +
!width="20%" align="left" valign="top" style="background:#ffffff; color:black"|
 +
== PCA Analysis ==
 +
 +
PCA is a useful technique used for compression and data classification.
 +
 +
<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('hs14')">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click here to expand</a>
 +
</p>
 +
<div id="hs14" style="display:none;">
 +
<p>
 +
<br>
 +
 +
The aim is to reduce the dimensionality (number of dimensions) of a data ensemble (sample), by finding a new set of variables with a smaller size than the original set of variables. However, this new set must contain the main part of the information: most of the information is kept in a smaller number of variables.
 +
<br>
 +
Information means variation in the sample, et given by the correlation between the original variables. The new variables are called principal components (PC), and are not correlated. They are given by splitting the total information contained in each one.
 +
 +
</p>
 +
</div>
 +
</html>
 +
 +
|}
 +
<br><br>
 +
 +
<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>
 +
<br>
 +
</html>
</div><div CLASS="epfl09bouchon"></div>
</div><div CLASS="epfl09bouchon"></div>

Latest revision as of 19:21, 21 October 2009






                                               




Analysis Methods



Softwares used

VMD

VMD is a molecular visualization program for displaying, animating, and analyzing biomolecular systems using 3-D graphics and built-in scripting. It provides a wide range of molecular representations, and includes tools for working with volumetric data, sequence data, and arbitrary graphics objects. You can have more information on their webpage.

NAMD

NAMD is a molecular dynamics code designed for simulation of large biomolecular systems. It is based on Charm++ parallel programming model, and uses VMD for simulation setup and trajectory analysis. See their website here.



Information needed

Generating input files

In this section, we explain all the steps to create needed files for NAMD, except the .conf file, which is just below. We need a compatible .pdb in addition to parameter and topology files to go through. Steps to generate all the input files are explained in detail on this page: How to generate input files. This is a kind of summary of the tutorial.

Launch a simulation

We start from .pdb, .psf, .rtf generated in the previous sections and we explain how to launch NAMD on both clusters we have access to. Complete process is on a separate page How to launch a simulation.

Namd .conf parameters

Namd can run different kind of simulations, from minimization to MD simulations. Here are the .conf file we used. NamdConf

Scripts used

We stored all our scripts, which were highly modified compared to the original ones, in order to fit our needs. You can find them on this page.



Step by step analysis

The following section is a kind of tutorial, which describes step by step how to obtain our different results.

This analysis will check whether the minimization, the heating and the equilibration took place correctly and whether the protein did not explode.

Maxwell-Boltzmann Energy Distribution

Here we will confirm that the kinetic energy distribution of the atoms in a system corresponds to the Maxwell distribution for a given temperature.

         Click here to expand


Energies

Here we will calculate the average of various energies such as kinetic energy and different internal ones so called bonded energies (bonds, angles and dihedrals). Moreover, we will calculate non-bonded energy (electrostatic, van der Waals)) over the course of the equilibration.

         Click here to expand


Temperature distribution

Here we will analyze the temperature distribution over the simulation. The temperature might increase linearly during the heating step and then it might remain stable.

We obtained the expected results.

         Click here to expand


Density

Here we will analyze the behavior of the protein density over the simulation. Normally during the equilibration step density might remain more or less stable. Particularly during the NVT equilibration the density might remain constant.

We obtained the expected results.

         Click here to expand


Pressure as a function of simulation time

Here we will analyze the pressure behavior along the minimization and the equilibration. This quantity might stabilize after the heating and remain more or less stable during the equilibration. Particularly during the NPT steps the pressure might be strictly constant.

We obtained the expected results.

         Click here to expand


RMSD for individual residues

Here we will calculate the RMSD for each residue to determine which residue move the most. This analysis will help us to see which residue is more or less stable. After that we will try after that to select the amino acids to mutate in order to stabilize the light activated state of our LOV domain.

Click here to see the results.

         Click here to expand


RMSD of selected atoms compared to initial position along time

Here we will analyze the RMSD of each atom to check whether the protein remains more or less stable during the equilibration.

Click here to see the results for the dark state simulation.

Click here to see the results for the light state simulation.

         Click here to expand


Salt bridges

Salt bridges are non-bonded interactions between charged residues.

Here we will analyze the evolution of these interactions over the equilibration in order to check how these interactions change over the equilibration.

Click here to see the results.

         Click here to expand


RMSF

This is quite similar to the RMSD analysis. Here we will analyze how the RMSF vary for each residues.

Click here to see the results for the dark state simulation.

Click here to see the results for the light state simulation.

         Click here to expand



Angles

This part is made to measure the angle between two chains. The procedure is described below.

Click here to see the results for the dark state simulation.

Click here to see the results for the light state simulation.

         Click here to expand



H bonds and distance measurments

This part aim at finding characteristic distances, in particular for H-bonds.

Click here to see the results for the dark state simulation.

         Click here to expand



Dihedral angles

Dihedral angles measure angle between four atoms.

Click here to see the results for the dark state simulation.

Click here to see the results for the light state simulation.

         Click here to expand



PCA Analysis

PCA is a useful technique used for compression and data classification.

         Click here to expand



Back to top