Team:SUSTC-Shenzhen-B/algorithm

From 2012.igem.org

(Difference between revisions)
Line 12: Line 12:
             <div class="col col23">
             <div class="col col23">
                 <h2>Overview of Our Algorithm</h2>
                 <h2>Overview of Our Algorithm</h2>
-
<p>Our team created a pc software and an online tool to help users calculate the efficiency of their terminators.</p>
+
<p>Our team created a PC software and an online tool to help users calculate the efficiency of their terminators.</p>
<p>To calculate the efficiency of terminator efficiency, there are three steps.</p>
<p>To calculate the efficiency of terminator efficiency, there are three steps.</p>
-
<p>First,we cut the input terminator sequence into three parts, including A tail, stemloop, T tail using Carleton L Kingsford Scoring System (Scoring System 1).</p>
+
<p>First,we use RNA folding method to identify the structure of terminators and find out  A tail, stemloop, T tail using Carleton L Kingsford Scoring System (Scoring System 1).</p>
<p>Next, we score the terminator based on the d'Aubenton Carafa Scoring System(Scoring System 2) or Elena A Lesnik Scoring System(Scoring System 3).</p>
<p>Next, we score the terminator based on the d'Aubenton Carafa Scoring System(Scoring System 2) or Elena A Lesnik Scoring System(Scoring System 3).</p>
-
<p>Finally, we calculate the efficiency of terminator using the simulation formular created by our team.</p>
+
<p>First,we use RNA folding method to identify the structure of terminators and find out  A tail, stemloop, T tail using Carleton L Kingsford Scoring System (Scoring System 1).</p>
-
<p>From the picture below we can see that there are two choices when scoring terminators. So there are two algorithms of our software.</p>  
+
<p>So far, we made two algorithms to calculate the score of terminator, we are working hard with experiment to select the best one from them.</p>  
           <img src="https://static.igem.org/mediawiki/2012/5/5a/Project.introduction.2JPG.JPG" class="img_fl img_border" />
           <img src="https://static.igem.org/mediawiki/2012/5/5a/Project.introduction.2JPG.JPG" class="img_fl img_border" />
<p>Three scoring systems mentioned above were all created by researchers to predict rho-independent transcription terminators. If the score of a sequence is good, it is more likely to be a terminator sequence. The score of terminator consists of two parts, corresponding to stemloop and T tail. Here we made a table to show the similarity and difference of these three scoring systems.</p>
<p>Three scoring systems mentioned above were all created by researchers to predict rho-independent transcription terminators. If the score of a sequence is good, it is more likely to be a terminator sequence. The score of terminator consists of two parts, corresponding to stemloop and T tail. Here we made a table to show the similarity and difference of these three scoring systems.</p>

Revision as of 15:34, 24 September 2012

SUSTC iGEM Theme - Free CSS Template

SUSTC iGEM Theme - Free CSS Template

Overview of Our Algorithm

Our team created a PC software and an online tool to help users calculate the efficiency of their terminators.

To calculate the efficiency of terminator efficiency, there are three steps.

First,we use RNA folding method to identify the structure of terminators and find out A tail, stemloop, T tail using Carleton L Kingsford Scoring System (Scoring System 1).

Next, we score the terminator based on the d'Aubenton Carafa Scoring System(Scoring System 2) or Elena A Lesnik Scoring System(Scoring System 3).

First,we use RNA folding method to identify the structure of terminators and find out A tail, stemloop, T tail using Carleton L Kingsford Scoring System (Scoring System 1).

So far, we made two algorithms to calculate the score of terminator, we are working hard with experiment to select the best one from them.

Three scoring systems mentioned above were all created by researchers to predict rho-independent transcription terminators. If the score of a sequence is good, it is more likely to be a terminator sequence. The score of terminator consists of two parts, corresponding to stemloop and T tail. Here we made a table to show the similarity and difference of these three scoring systems.

From the table we can see that Elena A Lesnik Scoring System is totally energy based. But to calculate free energy we need many thermal parameters. Carleton L Kingsford Scoring System is simple and convenient to use because it doesn’t need to use such many thermal parameters. So we use it to help us cut the terminator into three parts, a tail, stemloop and t tail and use the rest two scoring systems to help get the efficiency of terminator. In fact, Carleton L Kingsford Scoring System can also be used to help calculate the efficiency. But we thought energy based scoring systems would be better to describe the terminator because energy was a basic concept when describing things. So we choose the rest two scoring systems to get efficiency.

The simulation formular of score and efficiency were made based on our experiment data.