Team:Freiburg Software/User/Robots/Translation

From 2010.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
 +
<!-- page special style -->
 +
 +
<style type="text/css">
 +
 +
#subUserRobot a {
 +
opacity: 0.92;
 +
color: white;
 +
}
 +
 +
</style>
 +
 +
<!-- Content starts here -->
<div id=main_area>
<div id=main_area>
 +
<h1>Translationbot</h1>
<h1>Translationbot</h1>
<div align="center" class="box_robot">
<div align="center" class="box_robot">
Line 14: Line 27:
With Translation robot, user can translate DNA sequences or BioBrick parts into Protein sequences. Translation robot can be found at translate-beta@appspot.com.<br>
With Translation robot, user can translate DNA sequences or BioBrick parts into Protein sequences. Translation robot can be found at translate-beta@appspot.com.<br>
Before you start translation make sure that you have a sequence selected in the workspace to translate it into protein.</p>
Before you start translation make sure that you have a sequence selected in the workspace to translate it into protein.</p>
 +
<h2>ORF Selection</h2>
<h2>ORF Selection</h2>
<p class="main">
<p class="main">

Revision as of 11:02, 26 October 2010

Translationbot

This page describes the use of the Translation Robot. If you would like to know how it works internally please click here.

With Translation robot, user can translate DNA sequences or BioBrick parts into Protein sequences. Translation robot can be found at translate-beta@appspot.com.
Before you start translation make sure that you have a sequence selected in the workspace to translate it into protein.

ORF Selection

After selecting the sequence into workspace, user can specify open reading frame (ORF) parameters. Tranlsation robot finds the open reading frames in all the reading frames or a particular specified frame and translates it into the protein sequence. So user specifies a particular frame (1..6) or 0 to find ORFs in all reading frames. Also the user can specify minimum length of the open reading frame to find, so all the frames of equal or more length are extracted.

Translation

So based on the parameters entered by the user, Translationbot finds all the frames and translates them. The output of the translation can be as displayed in the following image. It displays the original sequence, followed by all the open reading frames that are found in a reading frame. Multiple frames found one after the other are also displayed.

Note: The display may slightly differ from this picture due to ongoing development.