Team:SUSTC-Shenzhen-B/future plan

From 2012.igem.org

(Difference between revisions)
Line 26: Line 26:
<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>  
-
                 <img src="https://static.igem.org/mediawiki/2012/0/0a/Future_plan.1.JPG" class="img_fl img_border" />
+
                 <img src="https://static.igem.org/mediawiki/2012/archive/0/0a/20120925123601%21Future_plan.1.JPG" class="img_fl img_border" />
                 <img src="https://static.igem.org/mediawiki/2012/6/67/Future_plan.2.JPG" class="img_fl img_border" />
                 <img src="https://static.igem.org/mediawiki/2012/6/67/Future_plan.2.JPG" class="img_fl img_border" />

Revision as of 12:43, 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.