Team:UCLA/Notebook/Biobrick

From 2013.igem.org

(Difference between revisions)
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 &#xb5;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 &#xb5;M forward primer</td><td>1.0 &#xb5;L</td></tr>
 +
<tr><td>10 &#xb5;M reverse primer</td><td>1.0 &#xb5;L</td></tr>
 +
<tr><td>10 mM dNTPs</td><td>0.4 &#xb5;L</td></tr>
 +
<tr><td>Buffer HF</td><td>4.0 &#xb5;L</td></tr>
 +
<tr><td>Phusion Polymerase</td><td>0.2 &#xb5;L</td></tr>
 +
<tr><td>ddH<sub>2</sub>O</td><td>fill to 20 &#xb5;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.

FragmentForward PrimerReverse Primer
1CCTTGAATTCGCGGCCGCATCTAGAATGAGTACCGCAGTCCAGTTCCGGCCTGCGCTGCCGCGTTGCTTCC
2GGAAGCAACGCGGCAGCGCAGGCCCAGCGCCTGGAACTCGTTGTAGTTGGGCAGG
3CCTGCCCAACTACAACGAGTTCCAGGCGCTGGCCGATCCGCGGCCTCCAGTGTTGG
4CCAACACTGGAGGCCGCGGATCGG AAGGCTGCAGCGGCCGCTACTAGTCTCAAGAATCAGG



The 20 µL PCR mix for each fragment is as follows:

ReagentVolume
mtd genomic template1.0 µL (4.5 ng total)
10 µM forward primer1.0 µL
10 µM reverse primer1.0 µL
10 mM dNTPs0.4 µL
Buffer HF4.0 µL
Phusion Polymerase0.2 µL
ddH2O12.4 µL



The thermocycler program for each reaction is as follows:

# CyclesTemperature (°C)Time
1980:30
3098
Variable (70 for fragment 1, 69 for fragment 2, 69 for fragment 3, 72 for fragment 3)
72
0:10
0:20
0:15
1725:00
14--



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:

ReagentVolume or Mass
Fragment 320 ng total
Fragment 420 ng total
10 µM forward primer1.0 µL
10 µM reverse primer1.0 µL
10 mM dNTPs0.4 µL
Buffer HF4.0 µL
Phusion Polymerase0.2 µL
ddH2Ofill to 20 µL

Created with the HTML Table Generator