Team:ESBS-Strasbourg/Results/Modelling
From 2010.igem.org
(Difference between revisions)
Line 474: | Line 474: | ||
<td width="750" bgcolor="#414141""> | <td width="750" bgcolor="#414141""> | ||
<br> | <br> | ||
- | <div class="heading"> | + | <div class="heading">2. Behavioral model</div> |
- | + | ||
- | </div> | + | |
<div class="desc"> | <div class="desc"> | ||
<br> | <br> | ||
- | + | As in digital electronics, multiple abstraction levels can be defined. The highest consists in the function of the system. This model, also called logical model, because it is based on logical equations, is a high level model. It is interesting to use high-level models, with fast simulations, to validate the concept of a bio-system. | |
<br> | <br> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<br> | <br> | ||
- | + | The specifications of our system are the followings: | |
+ | • At a 730 nm light, the system is in an inactive state and doesn’t degrade the TAG-protein | ||
+ | • At a 660 nm light, the system is active and degrade the TAG-protein | ||
<br> | <br> | ||
<br> | <br> | ||
- | ... | + | Based on these specifications, we deduce a group of logical equations. To make the model we use VHDL language, which is a hardware description language (HDL). The following VHDL code corresponds to our model: |
+ | <center><img src="https://static.igem.org/mediawiki/2010/a/a8/Code_behavior.png"></center> | ||
<br> | <br> | ||
<br> | <br> | ||
- | ... | + | We simulate this VHDL code with Dolphin SMASH 5.12 and we obtain followings results: |
+ | <center><img src="https://static.igem.org/mediawiki/2010/0/05/Behavior_simus.png"></center> | ||
<br> | <br> | ||
<br> | <br> | ||
- | . | + | We see that when the light has a 730 nm wavelength the TAG-protein is not degraded. When the light passed to 660 nm, the TAG-protein is degraded after a 10 second delay, which corresponds to the time of phytochrome activation and is arbitrarily fixed in the model. |
<br> | <br> | ||
- | |||
- | |||
<br> | <br> | ||
- | . | + | This model uses mathematical tools to calculate the levels of species involved. This has some advantages: fast simulations, use of Boolean algebra and tools existing in electronics, such as logic synthesis or formal checking tools. |
<br> | <br> | ||
<br> | <br> | ||
- | ... | + | Otherwise, it presents drawbacks. First, concentrations of proteins are not taken into account, which causes accuracy problems. Then, it is too basic compared to the complexity of a bio-system, but it quickly allows us to get an idea of the outcome of such a system without launching slow and complex simulations. |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<br> | <br> | ||
</div> | </div> | ||
Line 527: | Line 505: | ||
</tr> | </tr> | ||
+ | <tr> | ||
+ | <td width="750" height="10" bgcolor="#222222"> | ||
+ | </td> | ||
+ | </tr> | ||
</table> | </table> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 08:57, 18 October 2010
{|
>
2. Behavioral model
As in digital electronics, multiple abstraction levels can be defined. The highest consists in the function of the system. This model, also called logical model, because it is based on logical equations, is a high level model. It is interesting to use high-level models, with fast simulations, to validate the concept of a bio-system. The specifications of our system are the followings: • At a 730 nm light, the system is in an inactive state and doesn’t degrade the TAG-protein • At a 660 nm light, the system is active and degrade the TAG-protein Based on these specifications, we deduce a group of logical equations. To make the model we use VHDL language, which is a hardware description language (HDL). The following VHDL code corresponds to our model: We simulate this VHDL code with Dolphin SMASH 5.12 and we obtain followings results: We see that when the light has a 730 nm wavelength the TAG-protein is not degraded. When the light passed to 660 nm, the TAG-protein is degraded after a 10 second delay, which corresponds to the time of phytochrome activation and is arbitrarily fixed in the model. This model uses mathematical tools to calculate the levels of species involved. This has some advantages: fast simulations, use of Boolean algebra and tools existing in electronics, such as logic synthesis or formal checking tools. Otherwise, it presents drawbacks. First, concentrations of proteins are not taken into account, which causes accuracy problems. Then, it is too basic compared to the complexity of a bio-system, but it quickly allows us to get an idea of the outcome of such a system without launching slow and complex simulations. |