Team:SUSTC-Shenzhen-B/algorithm

From 2012.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 400: Line 400:
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/introduction">Overview</a></li>
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/introduction">Overview</a></li>
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm">Algorithm</a></li>
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm">Algorithm</a></li>
-
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/achievements">Achievements</a></li>
+
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/achievements">Results</a></li>
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/Download">Download</a></li>
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/Download">Download</a></li>
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/comment">Comment</a></li>
                                     <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/comment">Comment</a></li>
Line 450: Line 450:
                     </nav><!-- nav -->
                     </nav><!-- nav -->
                      
                      
-
                    <ul id="sn">
+
 
-
                    <li><a href="http://twitter.com" title="Twitter"><span class="icon-img" style="background:url(/wiki/images/1/1a/Sustc-b1-social-twitter.png)"></span></a></li>
+
-
                        <li><a href="http://plus.google.com" title="Google+"><span class="icon-img" style="background:url(/wiki/images/7/70/Sustc-b1-social-google.png)"></span></a></li>
+
-
                        <li><a href="http://facebook.com" title="Facebook"><span class="icon-img" style="background:url(/wiki/images/a/a7/Sustc-b1-social-facebook.png)"></span></a></li>
+
-
                        <li><a href="http://pinterest.com" title="pinterest"><span class="icon-img" style="background:url(/wiki/images/b/bb/Sustc-b1-social-pinterest.png)"></span></a></li>
+
-
                    </ul>
+
                     <div class="clear"></div>
                     <div class="clear"></div>
                 </section>
                 </section>
Line 499: Line 494:
           <div class="box">
           <div class="box">
                       <h2>Kingsford Scoring System</h2>
                       <h2>Kingsford Scoring System</h2>
-
                       <p>Nunc tortor ante, accumsan vel malesuada vulputate, tempus quis dolor. In ut purus nulla. Etiam tincidunt pharetra metus eget ultricies. Integer mi ante, laoreet cursus.</p>
+
                       <p>In 2007, Carleton L Kingsford et al. described TransTermHP, a new computational software to rapidly and accurately detect Rho-independent transcription terminators.       </p>
                       <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm.1">Read More</a>
                       <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm.1">Read More</a>
                     </div>
                     </div>
                     <div class="box">
                     <div class="box">
                       <h2>Carafa Scoring System</h2>
                       <h2>Carafa Scoring System</h2>
-
                       <p>Nunc tortor ante, accumsan vel malesuada vulputate, tempus quis dolor. In ut purus nulla. Etiam tincidunt pharetra metus eget ultricies. Integer mi ante, laoreet cursus.</p>
+
                       <p>Carafa Scoring System is created by d'Aubenton Carafa. The score of terminator consists of two parts,the free energy of stemloop and the score of 15 nt poly T tail.                             </p>
                       <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm.2">Read More</a>
                       <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm.2">Read More</a>
                     </div>
                     </div>
                     <div class="box last">
                     <div class="box last">
                       <h2>Lesnik Scoring System</h2>
                       <h2>Lesnik Scoring System</h2>
-
                       <p>Nunc tortor ante, accumsan vel malesuada vulputate, tempus quis dolor. In ut purus nulla. Etiam tincidunt pharetra metus eget ultricies. Integer mi ante, laoreet cursus.</p>
+
                       <p>Lesnik Scoring System is created by Elena A Lesnik. The score is totally energy based,which includes the free energy change to form stemloop and RNA-DNA duplex. </p>
                       <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm.3">Read More</a>
                       <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B/algorithm.3">Read More</a>
                     </div>
                     </div>

Latest revision as of 21:03, 26 October 2012

Title

Algorithm Overview

TTEC is the first published software to predict terminator efficiency. It takes DNA sequences as input and returns the terminator efficiency value.

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

1. Use RNA folding algorithm to predict the secondary structure of terminator and and recognize A tail, stemloop and T tail.

2. From the secondary structure, we calculate the free energy of stem loop, and generate a score by considering stem loop free energy and T tail

3. From the score, we predict the terminator efficiency based on the score-terminator equation.


About Scoring Systems

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. 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. Thus we use it to help us cut the terminator into three parts.

To know more about the scoring systems, please click each secondary menu on the right.


Kingsford Scoring System

In 2007, Carleton L Kingsford et al. described TransTermHP, a new computational software to rapidly and accurately detect Rho-independent transcription terminators.

Read More

Carafa Scoring System

Carafa Scoring System is created by d'Aubenton Carafa. The score of terminator consists of two parts,the free energy of stemloop and the score of 15 nt poly T tail.

Read More

Lesnik Scoring System

Lesnik Scoring System is created by Elena A Lesnik. The score is totally energy based,which includes the free energy change to form stemloop and RNA-DNA duplex.

Read More
South University of Science and Technology of China