Team:Minnesota/Software

From 2012.igem.org

(Difference between revisions)
m
m
Line 124: Line 124:
<div id="MainBoxContent" style="background-color:white;">
<div id="MainBoxContent" style="background-color:white;">
-
<div class="ScrollDiv" style="width:500px;overflow-y:hidden;">
+
<div class="ScrollDiv" style="width:480px;overflow-y:hidden;">
<h2>Anti-homologous-recombination (and optimization and restriction site checking) sequence analysis program</h2>
<h2>Anti-homologous-recombination (and optimization and restriction site checking) sequence analysis program</h2>
Line 130: Line 130:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In order to circumvent this problem, we developed a Java program that aligns sequences, looks for stretches of DNA 20bp or more, then changes codons (in-frame, of course) of the center amino acid to the next most preferable codon (using a yeast codon usage chart). This way, we can get sequences with sharply decreased likelihood of homologous recombination while keeping the amino acid sequence the same. While we are at it, we made the program also check for and remove restriction sites (specified by the user, referenced in a built-in database). The run output of the program is posted in the box to the right!<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In order to circumvent this problem, we developed a Java program that aligns sequences, looks for stretches of DNA 20bp or more, then changes codons (in-frame, of course) of the center amino acid to the next most preferable codon (using a yeast codon usage chart). This way, we can get sequences with sharply decreased likelihood of homologous recombination while keeping the amino acid sequence the same. While we are at it, we made the program also check for and remove restriction sites (specified by the user, referenced in a built-in database). The run output of the program is posted in the box to the right!<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As the BioBrick community continues to develop into <i>Saccharomyces cerevisiae</i> and subsequently more complex organisms, we hope that this would provide a useful tool to ease the headache of homologous recombinations affecting experimental results and progress.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As the BioBrick community continues to develop into <i>Saccharomyces cerevisiae</i> and subsequently more complex organisms, we hope that this would provide a useful tool to ease the headache of homologous recombinations affecting experimental results and progress.<br>
-
<br>If you would like to test or utilize our program, simply email us at <a href="mailto:igem.mn@gmail.com">igem.mn@gmail.com</a>!
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If you would like to test or utilize our program, simply email us at <a href="mailto:igem.mn@gmail.com">igem.mn@gmail.com</a>!
</div> <!--end scrolldiv-->
</div> <!--end scrolldiv-->

Revision as of 03:43, 4 October 2012

Team:Minnesota - Main Style Template Team:Minnesota - Template

Like us on FB and follow us on Twitter!

Anti-homologous-recombination (and optimization and restriction site checking) sequence analysis program

       While we are optimizing genes from Coffea canephora to BioBrick into our yeast-e coli shuttle vector, we came onto an interesting problem. That Saccharomyces cerevisiae does homologous recombination quite frequently. This problem is significant for us, as our two Caffeine pathway enzymes, XMT1 and DXMT1, are highly similar (initial sequence similarity of 0.8778 through Needleman-Wunsch alignment with 16 stretches of long equivalent sequences >=20bp).
       In order to circumvent this problem, we developed a Java program that aligns sequences, looks for stretches of DNA 20bp or more, then changes codons (in-frame, of course) of the center amino acid to the next most preferable codon (using a yeast codon usage chart). This way, we can get sequences with sharply decreased likelihood of homologous recombination while keeping the amino acid sequence the same. While we are at it, we made the program also check for and remove restriction sites (specified by the user, referenced in a built-in database). The run output of the program is posted in the box to the right!
       As the BioBrick community continues to develop into Saccharomyces cerevisiae and subsequently more complex organisms, we hope that this would provide a useful tool to ease the headache of homologous recombinations affecting experimental results and progress.
       If you would like to test or utilize our program, simply email us at igem.mn@gmail.com!