Team:UPO-Sevilla/Project/Improving Flip Flop/Bioinformatics/Tags Finder

From 2011.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
 +
 +
<script type="text/javascript">
 +
            ddmenuactual = 1;
 +
            $("#menuPImproved").addClass("TopMenuSelected");
 +
</script>
                     <div id="principal">
                     <div id="principal">
                         <div class="main">
                         <div class="main">
Line 30: Line 35:
                         </div>
                         </div>
                         <div class="left">
                         <div class="left">
-
                               </html>{{:Team:UPO-Sevilla/leftTemplateProject}}<html>
+
                               </html>{{:Team:UPO-Sevilla/leftTemplateProjectImproved}}<html>
 +
 
 +
                              <script type="text/javascript">
 +
                                          $("#menuVIBTags").addClass("menuSelected");
 +
                              </script>
                         </div>
                         </div>
</html>
</html>
{{:Team:UPO-Sevilla/footTemplate}}
{{:Team:UPO-Sevilla/footTemplate}}

Latest revision as of 22:21, 27 October 2011

Grey iGEM Logo UPO icon

Tags Finder

Goal

To develop a simple Perl program to search a desired tag protein sequence in a query proteome.

Background

When working with proteases, it is essential to make sure that these proteases are going to degrade only their target proteins, so previous studies must be carried out to get rid of possible unwanted endogenous protease targets. In our case, before starting the web lab experiments, we checked that E.coli’s proteome (our model organism) did not show any of the protease ClpXP degradation tags.

Strategy

Perl is an open source programming language which is used extensively in Bioinformatics. We wrote a Perl program to search in E.coli’s proteome all the known ClpXP protease degradation tags. By using this software, the user can choose which ClpXP protease known degradation tag wants to search in a desired proteome. The software comes with all the proteomes of the currently used organisms in synthetic biology downloaded from the NCBI.

Results

This software can be downloaded here.