Team:UCLA/Notebook/Biobrick
From 2013.igem.org
Michaelc1618 (Talk | contribs) |
Michaelc1618 (Talk | contribs) |
||
Line 195: | Line 195: | ||
<p>The PCR product is then resolved on a 1% agarose gel and excised and column-extracted.</p> | <p>The PCR product is then resolved on a 1% agarose gel and excised and column-extracted.</p> | ||
- | <h4>Overlap-Extension (SOE) PCR to connect fragments 3 and 4 | + | <h4>Splicing Overlap-Extension (SOE) PCR to connect fragments 3 and 4</h4> |
+ | |||
+ | <p>The 20 µL reaction mix is as follows: </p> | ||
+ | |||
+ | <html> | ||
+ | <!-- Row Highlight Javascript --> | ||
+ | <script type="text/javascript"> | ||
+ | window.onload=function(){ | ||
+ | var tfrow = document.getElementById('tfhover').rows.length; | ||
+ | var tbRow=[]; | ||
+ | for (var i=1;i<tfrow;i++) { | ||
+ | tbRow[i]=document.getElementById('tfhover').rows[i]; | ||
+ | tbRow[i].onmouseover = function(){ | ||
+ | this.style.backgroundColor = '#ffffff'; | ||
+ | }; | ||
+ | tbRow[i].onmouseout = function() { | ||
+ | this.style.backgroundColor = '#d4e3e5'; | ||
+ | }; | ||
+ | } | ||
+ | }; | ||
+ | </script> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | table.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;} | ||
+ | table.tftable th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;} | ||
+ | table.tftable tr {background-color:#d4e3e5;} | ||
+ | table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;} | ||
+ | </style> | ||
+ | |||
+ | <table id="tfhover" class="tftable" border="1"> | ||
+ | <tr><th>Reagent</th><th>Volume or Mass</th></tr> | ||
+ | <tr><td>Fragment 3</td><td>20 ng total</td></tr> | ||
+ | <tr><td>Fragment 4</td><td>20 ng total</td></tr> | ||
+ | <tr><td>10 µM forward primer</td><td>1.0 µL</td></tr> | ||
+ | <tr><td>10 µM reverse primer</td><td>1.0 µL</td></tr> | ||
+ | <tr><td>10 mM dNTPs</td><td>0.4 µL</td></tr> | ||
+ | <tr><td>Buffer HF</td><td>4.0 µL</td></tr> | ||
+ | <tr><td>Phusion Polymerase</td><td>0.2 µL</td></tr> | ||
+ | <tr><td>ddH<sub>2</sub>O</td><td>fill to 20 µL</td></tr> | ||
+ | </table> | ||
+ | |||
+ | <p><small>Created with the <a href="http://www.textfixer.com/html/html-table-generator.php" target="_blank">HTML Table Generator</a></small></p> | ||
+ | </html> |
Revision as of 22:30, 27 September 2013
Making the Mtd Biobrick
To create this biobrick, we utilized a combination of splicing overlap extension PCR and Gibson Assembly to extract a sequence from the BPP-1 phage's genomic DNA that would be free of the standard biobrick restriction enzyme sites. The protocols for those methods are listed below:
PCR to generate fragments of mtd
In this step, four separate fragments of the mtd gene are created via PCR. This step is necessary to eliminate illegal internal biobrick sites (EcoRI, PstI, NotI) and to add necessary biobrick sites to the 5' and 3' ends.
Fragment | Forward Primer | Reverse Primer |
---|---|---|
1 | CCTTGAATTCGCGGCCGCATCTAGAATGAGTACCGCAGTCCAGTTCCG | GCCTGCGCTGCCGCGTTGCTTCC |
2 | GGAAGCAACGCGGCAGCGCAGGC | CCAGCGCCTGGAACTCGTTGTAGTTGGGCAGG |
3 | CCTGCCCAACTACAACGAGTTCCAGGCGCTGG | CCGATCCGCGGCCTCCAGTGTTGG |
4 | CCAACACTGGAGGCCGCGGATCGG | AAGGCTGCAGCGGCCGCTACTAGTCTCAAGAATCAGG |
The 20 µL PCR mix for each fragment is as follows:
Reagent | Volume |
---|---|
mtd genomic template | 1.0 µL (4.5 ng total) |
10 µM forward primer | 1.0 µL |
10 µM reverse primer | 1.0 µL |
10 mM dNTPs | 0.4 µL |
Buffer HF | 4.0 µL |
Phusion Polymerase | 0.2 µL |
ddH2O | 12.4 µL |
The thermocycler program for each reaction is as follows:
# Cycles | Temperature (°C) | Time |
---|---|---|
1 | 98 | 0:30 |
30 | 98 Variable (70 for fragment 1, 69 for fragment 2, 69 for fragment 3, 72 for fragment 3) 72 | 0:10 0:20 0:15 |
1 | 72 | 5:00 |
1 | 4 | -- |
The PCR product is then resolved on a 1% agarose gel and excised and column-extracted.
Splicing Overlap-Extension (SOE) PCR to connect fragments 3 and 4
The 20 µL reaction mix is as follows:
Reagent | Volume or Mass |
---|---|
Fragment 3 | 20 ng total |
Fragment 4 | 20 ng total |
10 µM forward primer | 1.0 µL |
10 µM reverse primer | 1.0 µL |
10 mM dNTPs | 0.4 µL |
Buffer HF | 4.0 µL |
Phusion Polymerase | 0.2 µL |
ddH2O | fill to 20 µL |
Created with the HTML Table Generator