Team:SUSTC-Shenzhen-B/algorithm
From 2012.igem.org
Line 12: | Line 12: | ||
<div class="col col23"> | <div class="col col23"> | ||
<font face="Arial, Helvetica"> | <font face="Arial, Helvetica"> | ||
- | <h2>Overview | + | <h2>Overview</h2> |
- | + | ||
- | <p> | + | <p>TTEC is the first published software to predict terminator efficiency. It takes DNA sequences as input and returns the terminator efficiency value.</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>1.Cut the input terminator sequence into three parts, including A tail, stemloop and T tail.</p> | <p>1.Cut the input terminator sequence into three parts, including A tail, stemloop and T tail.</p> |
Revision as of 15:51, 25 September 2012
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.Cut the input terminator sequence into three parts, including A tail, stemloop and T tail.
2.Score the terminator.
3.Calculate the efficiency of terminator using the simulation formular created by our team.
Previous Algorithm
Current Algorithm
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.
To know more about the scoring systems, please click each second menu.