Team:SUSTC-Shenzhen-B/future plan

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
</head>
</head>
<body >
<body >
 +
                 <div id="templatemo_main">
                 <div id="templatemo_main">
 +
<font face="Arial, Helvetica">
                 <h2>Future Version of Our Software</h2>
                 <h2>Future Version of Our Software</h2>
<br>
<br>
-
                 <h3>Introduction</h3>
+
                 <h3><b>Introduction</b></h3>
-
<p>Now our pc software and online tool can predict the efficiency of rho-independent terminator. There are two algorithms, algorithm 1 and algorithm 2, which are based on the model created by d'Aubenton Carafa and Elena A Lesnik respectively. But when users input the sequence of their terminator, they have to choose one of the algorithms without any idea of which one is better. What’s more, if the efficiency of their terminator is not suitable for them, they have to modify the terminator themselves. Thus, we want to solve these problems in the future.</p>  
+
<p>Now our pc software and online tool can predict the efficiency of rho-independent terminator. The algorithm is based on two scoring systems, which were created by d'Aubenton Carafa and Elena A Lesnik respectively. The scoring systems were created to predict intrinsic terminators. So when we use them to predict terminator efficiency, the parameters of the score calculation may not be the best.What’s more, if the efficiency of their terminator is not suitable for users, they have to modify the terminator themselves. In the future, we want to solve these two problems.</p>  
<br>
<br>
-
                 <h3>Future Plan</h3>
+
                 <h3><b>Future Plan</b></h3>
-
<p>1. Change the coefficient of the scoring formular and find the best algorithm</p>
+
<p>1. Mutate the coefficients of the scoring formular to help get the best simulation formular of score and efficiency</p>
<p>D Score = nT * 18.16 + deltaG / LH * 96.59 – 116.87</p>
<p>D Score = nT * 18.16 + deltaG / LH * 96.59 – 116.87</p>
<p> (nT is the score of t tail, deltaG is the energy change of the stemloop formation and LH is the length of stemloop sequence.)</p>
<p> (nT is the score of t tail, deltaG is the energy change of the stemloop formation and LH is the length of stemloop sequence.)</p>
-
<p> Here the coefficient of each terms can be adjusted to help make the best simulation between score and efficiency. Similarly, the calculation of E Score can also be improved.</p>
+
<p> Here the coefficient of each terms can be adjusted to help make the best simulation between score and efficiency. Maybe we can treat efficiency as a function of those terms directly, which means we can calculate terminator efficiency using nt, deltaG and LH directly without calculating the score first, ie : Efficiency = E(nt, deltaG,LH).</p>
-
<p> What’s more, we want to find out which algorithm can better predict the efficiency based on our experiment data.Then users don’t need to hesitate to choose algorithm.</p>
+
-
<p>2. Modify the terminator sequence to match the user selected efficiency</p>
+
<p>2. Modify the terminator sequence to match the user selected efficiency.</p>
<p>Sometimes the user wants a terminator with specific efficiency. If the current efficiency of users terminator is not the one he want, our program can do mutation on terminator sequences and evolve a terminator that meets the requirement of efficiency. </p>
<p>Sometimes the user wants a terminator with specific efficiency. If the current efficiency of users terminator is not the one he want, our program can do mutation on terminator sequences and evolve a terminator that meets the requirement of efficiency. </p>
<br>  
<br>  
Line 30: Line 31:
              
              
-
 
+
</font>
                 <div class="cleaner h40"></div>
                 <div class="cleaner h40"></div>
   
   

Revision as of 11:26, 25 September 2012

SUSTC iGEM Theme - Free CSS Template

SUSTC iGEM Theme - Free CSS Template

Future Version of Our Software


Introduction

Now our pc software and online tool can predict the efficiency of rho-independent terminator. The algorithm is based on two scoring systems, which were created by d'Aubenton Carafa and Elena A Lesnik respectively. The scoring systems were created to predict intrinsic terminators. So when we use them to predict terminator efficiency, the parameters of the score calculation may not be the best.What’s more, if the efficiency of their terminator is not suitable for users, they have to modify the terminator themselves. In the future, we want to solve these two problems.


Future Plan

1. Mutate the coefficients of the scoring formular to help get the best simulation formular of score and efficiency

D Score = nT * 18.16 + deltaG / LH * 96.59 – 116.87

(nT is the score of t tail, deltaG is the energy change of the stemloop formation and LH is the length of stemloop sequence.)

Here the coefficient of each terms can be adjusted to help make the best simulation between score and efficiency. Maybe we can treat efficiency as a function of those terms directly, which means we can calculate terminator efficiency using nt, deltaG and LH directly without calculating the score first, ie : Efficiency = E(nt, deltaG,LH).

2. Modify the terminator sequence to match the user selected efficiency.

Sometimes the user wants a terminator with specific efficiency. If the current efficiency of users terminator is not the one he want, our program can do mutation on terminator sequences and evolve a terminator that meets the requirement of efficiency.