Team:SUSTC-Shenzhen-B/future plan

From 2012.igem.org

(Difference between revisions)
Line 24: Line 24:
<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>  
-
              <h3>Terminator Efficiency:</h3>
+
           
-
<p>Although terminators are positioned at the ends of genes, they also play irreplaceable roles. It is important that transcription is imperfectly terminated at some terminator so that the ratio of the amount of the mRNA transcribed from upstream and that from downstream of the terminator is controlled. This regulation is qualified by the termination efficiency.</p>
+
-
<br>
+
-
              <h3>Brief idea to calculate efficiency:</h3>
+
-
<p>The fluorescence produced by the characterization devices are then measured using flow cytometry to calculate the termination efficiency of the terminators.</p>
+
-
<p>E=S/(S+F)</p>
+
-
<p>E: Terminator efficiency</p>
+
-
<p>S: The number of cells that have been terminated successfully</p>
+
-
<p>F: Number of cells that haven’t been terminated successfully.</p>
+
-
<p>For more information about how to calculate the terminator efficiency, please see algorithm.</p>
+
-
         
+
-
               
+
-
            </div>
+
-
            <div class="col col13 no_margin_right">
+
-
                <h2>Explanations</h2>
+
-
                <img src="https://static.igem.org/mediawiki/2012/e/e9/Transcription.jpg" alt="" class="img_fl img_border" /> 
+
-
<p>The process of transcription</p>
+
-
<br>
+
-
                <img src="https://static.igem.org/mediawiki/2012/1/15/Second_structure.JPG " alt="" class="img_fl img_border" />
+
-
<p>the secondary structure of terminator</p>
+
-
<br><br><br><br><br><br><br>
+
-
                <img src="https://static.igem.org/mediawiki/2012/f/ff/Measure.png" alt="" class="img_fl img_border" />
+
-
<p>Measurment</p>
+
-
<br>
+
-
 
+
-
 
+
-
 
+
-
 
+
                 <div class="cleaner h40"></div>
                 <div class="cleaner h40"></div>

Revision as of 04:01, 23 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. 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.


Future Plan

1. Change the coefficient of the scoring formular and find the best algorithm

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. Similarly, the calculation of E Score can also be improved.

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.

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.