Difference between revisions of "Team:TU-Eindhoven/Model/2D Simulation"

Line 18: Line 18:
 
.x {
 
.x {
 
     color: #34363A;}
 
     color: #34363A;}
 +
 +
.Figure_1 figcaption, .Figure_2 figcaption{
 +
    font-family: Verdana, Geneva, sans-serif;
 +
    line-height:normal;
 +
    font-size:12px;
 +
    color: #34363A;}
 
-->
 
-->
 
</style></head>
 
</style></head>
Line 28: Line 34:
 
</body>
 
</body>
 
<h1>Simulation in 2D</h1>
 
<h1>Simulation in 2D</h1>
<h6>In the simulation three different constructs are present (<a href="#Figure_1">Figure 1</a>), which can move and rotate in accordance with a Monte Carlo algorithm. The first construct, the <i>Scaffold Construct</i>, consists of the parts of the <i>Protein Scaffold</i> were the inducer is already bound. The parts of the same construct can move separately, but with some restriction. The restrictions include the limitation of the distance between the parts and that the movement should be energetically possible. The other two parts (Center Point and Binding Partner) are connected and form the <i>Binding Construct</i>. There is a <i>Center Point</i> and at this Center Point, four Binding Partner parts can bind. The <i>Binding Partners</i> are also flexibly connected to the Center Point part, with the same restrictions as mentioned before.
+
<h6>In the simulation three different constructs are present (<a href="#Figure_1">Figure 1</a>), which can move and rotate in accordance with a Monte Carlo algorithm. The first construct, the <i>Scaffold Construct</i>, consists of the parts of the <i>Protein Scaffold</i> were the inducer is already bound. The parts of the same construct can move separately, but with some restriction. The restrictions include the limitation of the distance between the parts and that the movement should be energetically possible. The other two parts (Center Point and Binding Partner) are connected and form the <i>Binding Construct</i>. There is a <i>Center Point</i> and at this Center Point, four Binding Partner parts can bind. The <i>Binding Partners</i> are also flexibly connected to the Center Point part, with the same restrictions as mentioned before.</br>
<div id="Figure_1"><img src="https://static.igem.org/mediawiki/2017/9/91/T--TU-Eindhoven--Model_legend.png" width="558" height="250" alt="Figure_1_of_model_part"/></div>
+
<div id="Figure_1"><img src="https://static.igem.org/mediawiki/2017/4/40/--TU-EIndhoven--Model_2D_legenda.png" width="602" height="215" alt="Figure_1_of_model_part"/><figcaption>Figure 1: Legend of the 2D simulation parts</figcaption></div></div></br>
  
In the legend you can see how the three different parts are visualized during the simulation. If a complex is formed, the Binding Partners should bind to the Protein Scaffold at the same orientation. An example of a complex can be seen in <a href="#Figure_2">Figure 2</a>.
+
In the legend you can see how the three different parts are visualized during the simulation. If a complex is formed, the Binding Partners should bind to the Protein Scaffold at the same orientation. An example of a complex can be seen in <a href="#Figure_2">Figure 2</a>.</br>
<div id="Figure_2"><img src="https://static.igem.org/mediawiki/2017/6/67/T--TU-Eindhoven--iGEM_general.png" width="60" height="60" alt="Figure_2_of_model_part" /></div>
+
<div id="Figure_2"><img src="https://static.igem.org/mediawiki/2017/a/a2/--TU-EIndhoven--Model_2D_bond.pngg" width="153" height="137" alt="Figure_2_of_model_part" /><figcaption>Figure 2: Bond formation during the 2D simulation, when the Scaffold and Binding Partner have the right orientation to make contact</figcaption></div></div></br>
  
 
Before the simulation is executed, some parameters need to be defined.<ul>
 
Before the simulation is executed, some parameters need to be defined.<ul>

Revision as of 14:25, 1 November 2017

Menu

Menu







Simulation in 2D

In the simulation three different constructs are present (Figure 1), which can move and rotate in accordance with a Monte Carlo algorithm. The first construct, the Scaffold Construct, consists of the parts of the Protein Scaffold were the inducer is already bound. The parts of the same construct can move separately, but with some restriction. The restrictions include the limitation of the distance between the parts and that the movement should be energetically possible. The other two parts (Center Point and Binding Partner) are connected and form the Binding Construct. There is a Center Point and at this Center Point, four Binding Partner parts can bind. The Binding Partners are also flexibly connected to the Center Point part, with the same restrictions as mentioned before.
Figure_1_of_model_part
Figure 1: Legend of the 2D simulation parts

In the legend you can see how the three different parts are visualized during the simulation. If a complex is formed, the Binding Partners should bind to the Protein Scaffold at the same orientation. An example of a complex can be seen in Figure 2.
Figure_2_of_model_part
Figure 2: Bond formation during the 2D simulation, when the Scaffold and Binding Partner have the right orientation to make contact

Before the simulation is executed, some parameters need to be defined.
  • Size of the simulation box
  • Number of steps in the simulation
  • Temperature
  • Valence
    • Of the Scaffold Construct
    • Of the Binding Construct
  • Length of the Linker (maximum distance between parts of the same construct)
    • Of the Scaffold Construct
    • Of the Binding Construct
  • Amount of Constructs
    • Of the Scaffold
    • Of the Binding Partner
  • Interactions between the parts
    • With the solvent
    • If the parts can form a complex
    • If scaffold and binding parts are next to each other and have the right orientation for complex formation, but are not at the correct position
    • If scaffold and binding parts are next to each other and don’t have the right orientation for complex formation
After setting all these parameters, the simulation can be executed. The simulation is done with Matlab, for which we defined a script and several functions to make the code clear and efficient.

Watch the movie to see an example of a 2D simulation.

As the simulation has only two dimensions, it is not accurate enough to simulate the constructs that we have designed. The scripts can be extended to a 3D simulation, but running a simulation like this would require a long computational time and much memory. Therefore, we choose to use another method (rule-based-modeling) for modeling the designed protein constructs.
Footer