Team:NYU/Programming

From 2010.igem.org

(Difference between revisions)
Line 14: Line 14:
<ul style="z-index:1">
<ul style="z-index:1">
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Project">Overview</a></li>
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Project">Overview</a></li>
 +
                        <li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Experiment">Experiment</a></li>
 +
                        <li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Assembly">Assembly Mehtods</a></li>
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Notebook">Notebook</a></li>
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Notebook">Notebook</a></li>
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Parts">Biobricks</a></li>
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Parts">Biobricks</a></li>

Revision as of 02:39, 18 October 2010



About this Page
  • Competent programming skills are quickly becoming a necessity for working in biology. Because most of our team members had never had exposure to a programming environment, we decided to use the obstacles presented in our iGEM experiments as cause for learning the Perl programming language and produced some simple scripts that could do routine iGEM labors for us. Here are some examples:
Biobricking Primers
  • This script allows the user to input a DNA sequence and outputs the primers necessary for biobricking that sequence via PCR. The script calculates Tm but does not (yet) consider primer dimers.

Biobricking Primers Source

Overlap Oligo Maker
  • Some very fast and efficient DNA assembly methods require parts to overlap on the ends of their sequences. This script will take two DNA sequences and output the oligos (and their Tms) one would need to PCR constructs with overlapping ends.

Overlap Oligos Source