Team:Freiburg Software/User/Robots/REBase

From 2010.igem.org

(Difference between revisions)
Line 21: Line 21:
<img src="https://static.igem.org/mediawiki/2010/5/5a/Freiburg_10_software_Internals.png" width=100/>
<img src="https://static.igem.org/mediawiki/2010/5/5a/Freiburg_10_software_Internals.png" width=100/>
<p class="main">
<p class="main">
-
This page describes the use of the REBase Robot. If you would like to know how it works internally please click <a href="https://2010.igem.org/Team:Freiburg_Software/User/Robots/REBase/Internals">here</a>.
+
This page describes the use of the REBase Robot. If you would like to know how it works internally please click <a href="#Internals">here</a>.
</p>
</p>
</div>
</div>
Line 53: Line 53:
-
<h2>Brief Overview of Algorithm</h2>
+
<h2 id="Internals">Brief Overview of Algorithm</h2>
<p class="main">
<p class="main">
-
<ul>
+
This robot first identifies if the <a href="http://rebase.neb.com/rebase/rebase.html">Restriction Enzymes Database</a> is updated. If so it updates the local restriction enzymes database. Then it provides a list of enzymes to select from.<br />
-
  <li>This robot first identifies if the <a href="http://rebase.neb.com/rebase/rebase.html">Restriction Enzymes Database</a> is updated. If so it updates the local restriction enzymes database. Then it provides a list of enzymes to select from.</li>
+
It then simply traverses through the sequence to check if the sequence contains any of the selected sequence.<br />
-
<li>It then simply traverses through the sequence to check if the sequence contains any of the selected sequence.</li> <li>When it finds it indicates the start, stop position and the cut of the enzyme.</li>
+
When it finds it indicates the start, stop position and the cut of the enzyme.
-
</ul>
+
</p>
</p>
<br/>
<br/>

Revision as of 22:15, 26 October 2010

REBase Robot

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

Using REBase robot, user can find where in his sequence restriction sites attach to the sequence and also where the cut the sequence. REBase robot can be found at resenzymes-beta@appspot.com
Before you start finding the details about the restriction sites using this robot, make sure that you have a sequence selected in the workspace.

Enzyme Selection

This robot first identifies if the Restriction Enzymes Database is updated. If so it updates the local restriction enzymes database. Then it provides a list of enzymes to select from.

Restriction Enzymes identification

REBase robot searches for the entry pertaining the enzyme selected by the user in the local database. It then identifies the sequence and cut details of the enzyme. Then it goes through the sequence and finds all occurrences of the selected enzyme in the sequence. The output of the REBase robot is similar to the the following image. It displays the original sequence, followed by the sequence highlighted at Restriction Enzymes positions.

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

In future, we plan to extend the functionality to let user select more than one Restriction enzymes at once.

Brief Overview of Algorithm

This robot first identifies if the Restriction Enzymes Database is updated. If so it updates the local restriction enzymes database. Then it provides a list of enzymes to select from.
It then simply traverses through the sequence to check if the sequence contains any of the selected sequence.
When it finds it indicates the start, stop position and the cut of the enzyme.