Biomod/2012/TeamSendai/Simulation: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 399: Line 399:
Na+ 50mM<br>
Na+ 50mM<br>


<img src="http://openwetware.org/images/a/a7/Add.png" width="400px" height="150px"><br>
<img src="http://openwetware.org/images/f/fc/Add2.png" width="500px" height="180px"><br>





Revision as of 01:23, 22 October 2012

<html> <head>

   <title>Team Sendai Top</title>
   <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
   <script type="text/javascript">
       $(function() {
         if ($.browser.msie && $.browser.version.substr(0,1)<7)
         {

$('li').has('ul').mouseover(function(){ $(this).children('ul').show(); }).mouseout(function(){ $(this).children('ul').hide(); })

         }
       });        
   </script>

<style>

  1. Container

{ width: 960px; margin: 40px auto; }

/* Main menu */

  1. menu

{ width: 100%; margin: 0; padding: 10px 0 0 0; list-style: none; background: #111; background: -moz-linear-gradient(#444, #111);

   background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	

background: -webkit-linear-gradient(#444, #111); background: -o-linear-gradient(#444, #111); background: -ms-linear-gradient(#444, #111); background: linear-gradient(#444, #111); -moz-border-radius: 50px; border-radius: 50px; -moz-box-shadow: 0 2px 1px #9c9c9c; -webkit-box-shadow: 0 2px 1px #9c9c9c; box-shadow: 0 2px 1px #9c9c9c; }

  1. menu li

{ float: left; padding: 0 0 10px 0; position: relative; line-height: 0; }

  1. menu a

{ float: left; height: 25px; padding: 0 25px; color: #999; text-transform: uppercase; font: bold 12px/25px Arial, Helvetica; text-decoration: none; text-shadow: 0 1px 0 #000; }

  1. menu li:hover > a

{ color: #fafafa; }

  • html #menu li a:hover /* IE6 */

{ color: #fafafa; }

  1. menu li:hover > ul

{ display: block; }

/* Sub-menu */

  1. menu ul

{

   list-style: none;
   margin: 0;
   padding: 0;    
   display: none;
   position: absolute;
   top: 35px;
   left: 0;
   z-index: 99999;    
   background: #444;
   background: -moz-linear-gradient(#444, #111);
   background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
   background: -webkit-linear-gradient(#444, #111);    
   background: -o-linear-gradient(#444, #111);	
   background: -ms-linear-gradient(#444, #111);	
   background: linear-gradient(#444, #111);
   -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
   -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
   box-shadow: 0 0 2px rgba(255,255,255,.5);	
   -moz-border-radius: 5px;
   border-radius: 5px;

}

  1. menu ul ul

{

 top: 0;
 left: 150px;

}

  1. menu ul li

{

   float: none;
   margin: 0;
   padding: 0;
   display: block;  
   -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
   -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
   box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;

}

  1. menu ul li:last-child

{

   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;    

}

  1. menu ul a

{

   padding: 10px;

height: 10px; width: 130px; height: auto;

   line-height: 1;
   display: block;
   white-space: nowrap;
   float: none;

text-transform: none; }

  • html #menu ul a /* IE6 */

{ height: 10px; }

  • first-child+html #menu ul a /* IE7 */

{ height: 10px; }

  1. menu ul a:hover

{

   background: #0186ba;

background: -moz-linear-gradient(#04acec, #0186ba); background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)); background: -webkit-linear-gradient(#04acec, #0186ba); background: -o-linear-gradient(#04acec, #0186ba); background: -ms-linear-gradient(#04acec, #0186ba); background: linear-gradient(#04acec, #0186ba); }

  1. menu ul li:first-child > a

{

   -moz-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;

}

  1. menu ul li:first-child > a:after

{

   content: '';
   position: absolute;
   left: 30px;
   top: -8px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 8px solid #444;

}

  1. menu ul ul li:first-child a:after

{

   left: -8px;
   top: 12px;
   width: 0;
   height: 0;
   border-left: 0;	
   border-bottom: 5px solid transparent;
   border-top: 5px solid transparent;
   border-right: 8px solid #444;

}

  1. menu ul li:first-child a:hover:after

{

   border-bottom-color: #04acec; 

}

  1. menu ul ul li:first-child a:hover:after

{

   border-right-color: #04acec; 
   border-bottom-color: transparent; 	

}


  1. menu ul li:last-child > a

{

   -moz-border-radius: 0 0 5px 5px;
   border-radius: 0 0 5px 5px;

}

/* Clear floated elements */

  1. menu:after

{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

  • html #menu { zoom: 1; } /* IE6 */
    first-child+html #menu { zoom: 1; } /* IE7 */


/*目次*/ div#mokuji {width: 800px; margin-left: auto; margin-right: auto; background-color: #f5f5dc}

div#mokuji h2 { background-color: # f5f5dc; font-size: 1.50em; color: #000000; line-height: 45px; padding-left: 12px; margin-bottom: 0}

ol#mokuji {font-size: 1.00em; margin-left: 0; padding-left: 0}



/* コンテンツ */ div#Content {width: 800px; margin-left: auto; margin-right: auto}

div#Content h2 { background-color: # f5f5dc; font-size: 1.50em; color: #000000; line-height: 10px; padding-left: 12px; margin-top: 20px; margin-bottom: 0}

div#Content h3 {background-color: #ffffff; background-image: url(maru-skyblue.png); background-repeat: no-repeat; background-position: 0px 2px; font-size: 0.875em; line-height: 22px; padding-left: 26px; margin-top: 30px; margin-bottom: 0; margin-left: 12px; margin-right: 12px}

div#Content p {font-size: 1.25em; line-height: 1.6; margin-top: 10px; margin-left: 12px; margin-right: 12px} </style> </head>

<body> <div id="Container">

<ul id="menu"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Tohoku/Team_Sendai">Top</a></li> <li> <a href="#">Project</a> <ul> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Idea">Idea</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Simulation">Simulation</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Design">Design</a> </li> </ul> </li> <li> <a href="#">Experiment</a> <ul> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result">Result</a> <ul> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result#Porter">Porter</a> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result#Cylinder">Cylinder</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result# Vesicle">Vesicle</a> </li> </ul> <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Method">Method</a> </li> </ul> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Diary">Diary</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Team ">Team</a> </li> </ul>

<!--目次 --> <div id="mokuji"> <h2>Contents</h2> <ol> <li><a href="#Numerical Calculation for Electric Potential">Electric Potential Numerical Calculation</a></li> <ol> <li><a href="#Model">Model</a></li> <li><a href="#">Results</a></li> </ol>

<li><a href="#MD Simulation">MD Simulation</a></li> <ol> <li><a href="#DNA Model">DNA Model</a></li> <ol> <li><a href="#Results">Results</a></li> </ol>

<li><a href="#Comparison of capture ability">Comparison of capture ability</a></li> <ol> <li><a href="#Results">Results</a></li> </ol> <li><a href="#Reference">Reference</a></li> </ol>

</ol> </div>

<p> <br><br>


</p>

<a name="Numerical Calculation"></a><h2>Numerical Calculation</h2> <p>

A phosphodiester bond make up the backbone of each helical strand of DNA. <br> The phosphate groups in the phosphodiester bond are negatively-charged.<br> Because gate is produced by DNA, we can not ignore the influence of the Coulomb force.<br> So we calculate the electric potential near the gate.

</p>

<a name="Model"></a><h2>Model</h2> <p> <br> Sets the coordinates as follows.<br>

<img src="http://openwetware.org/images/9/90/Cy.png" width="350px" height="300px"> <img src="http://openwetware.org/images/6/66/Lin.jpg" width="420px" height="300px"><br> <br><br><br>

Point-charge model is used.<br> Assumesd the phosphate groups negative charge,and<br> negative charge circles the axis of the double helix once every 10.4 base pairs like DNA.<br>

And we use follow fomula to calculate electric potential.<br><br> Debye–Hückel equation<br> <img src="http://openwetware.org/images/e/ec/Potential_fomula.png" width="300px" height="90px"><br> <br> Debye length<br> <img src="http://openwetware.org/images/f/f9/Debyelen.png" width="400px" height="250px"><br><br>



Add all potential by negative charge DNA which compose gate have.<br>

(used C language to output the numbers)<br><br>

<img src="http://openwetware.org/images/4/45/Helix.gif" width="500px" height="290px"><br>


Condition<br> Temperature 298[K]<br> Na+ 50mM<br>

<img src="http://openwetware.org/images/f/fc/Add2.png" width="500px" height="180px"><br>


</p>

<a name="Results"></a><h2>Results</h2> <p> <br> Electric potential changing z-axis at x-axis and y-axis is 0.<br>

<img src="http://openwetware.org/images/0/09/1014x0y0potential.png" width="620px" height="450px"><br> the length of the gate is 88bp, 30nm.

Target base pair 25 を点電荷と仮定する </p>


<a name="MD Simulation"></a><h2>MD Simulation</h2> <p> We carried out molecular dynamics simulation to examine the the mechanism and the effectiveness of our structure “Cell Gate”.

</p>

<a name="DNA Model"></a><h2>DNA Model</h2> <p> For simplicity, course-grained DNA model is used in our simulation. <br> One DNA nucleotide is represented by one bead in the model and each bead can be<br> hybridized with complementary bead.<br>   <<モデル載せる>><br><br> The potential energy of the system includes 5 distinct contributions.<br>   <<ポテンシャル載せる>><br><br><br> The first three terms are intramolecular interactions , bonds , bond angles, and<br> dihedral angles. In order to express “tether like structure”, only bond interactions<br> are active in our DNA model.<br> And the latter two are non-bonded interactions. Coulomb interactions are taken into<br> account using the Debye-Huckel approximation which enables to internalize<br> counterions contribution.<br> Constants of these potentials are achieved from references.<br> The force on bead i is given by a Langevin equation<br><br><br>

Langevin equation<br><br>

<img src="http://openwetware.org/images/1/11/Langevin.png" width="220px" height="80px"><br><br> <img src="http://openwetware.org/images/2/23/F%3D.png" width="150px" height="80px"><br>

The first term donates a conservative force derived from the potential U and the<br> second is a viscosity dependent friction.<br> The third term is a white Gaussian noise and effects of solvent molecules are<br> internalized in this term.<br> Langevin equation is integrated using a Velocity-Verlet method.<br><br><br> Toehold displacement of dsDNA<br> In order to test predictive capability of the model, here we carried out a simulation<br> of Toehold displacement between two strands.<br> Length of strands and simulation situation was as follows.<br><br> Target strand/Toehold A/Toehold B : 25nt / 9nt (+10nt spacer) / 13nt (+10nt spacer)<br> Temperature : 300K<br> Time-step size / simulation length : 0.01ps / 100ns<br> Ion concentration : 50mM Na+<br><br> results<br> <<後ほど>>

</p>

<a name="Comparison of capture ability"></a><h2>Comparison of capture ability</h2> <p> One of constructional features of our structure ”Cell-Gate” is the use of new strand displacement method.<br> By comparing our selector strand and a toehold strand, the most popular method for<br> strand displacement, we show the effectiveness our structure in terms of capture ability.<br><br><br> Model and Method<br> According to the design of experiment section, we designed models as below of the<br> selector strand and the toehold strand.<br> <<モデル載せる>><br><br><br> Hex-cylinder is represented as the assembly of electrically-charged mass points<br> fixed on the field.<br> <<モデル載せる>><br><br><br> Simulation was carried out at the following condition.<br> Temperature : 300K<br> Ion concentration : Na+ 50mM<br> Box size : 20nm×20nm×20nm (periodic boundary condition)<br> Time-step size / simulation length : 0.01ps / 10ns<br> Results<br> <<後ほど>><br>

</p>

<a name="Reference"></a><h2>Reference</h2> <p> 1. Thomas A. Knotts et al. A coarse grain model of DNA , J.Chem.Phys 126,084901(2007)<br> 2. Carsten Svaneborg et al. DNA Self-Assembly and Computation Studied with a Coarse-Grained Dynamic Bonded Model, DNA 18,LNCS 7433, pp.123-134, 2012<br> 3. Xhuysn Guo & D.Thirumalai, Kinetics of Protein Folding: Nucleation Mechanism, Time Scales, and Pathways, Biopolymars, Vol.36, 83-102 (1995)<br> 4. GROMACS manual ()<br> 5. Cafemol manual ( http://www.cafemol.org/ )<br>

</p>

</div>

</body> </html>