Difference between revisions of "Team:Aalto-Helsinki/Practice project"
m |
|||
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Aalto-Helsinki/CSS}} | {{Aalto-Helsinki/CSS}} | ||
<html> | <html> | ||
− | |||
<!-- Closing divs for ready wiki things, still one more to add?--> | <!-- Closing divs for ready wiki things, still one more to add?--> | ||
Line 10: | Line 9: | ||
/* Navbar, text color changes if you are on this page */ | /* Navbar, text color changes if you are on this page */ | ||
− | # | + | #labnav { |
color: gray !important; | color: gray !important; | ||
} | } | ||
Line 58: | Line 57: | ||
} | } | ||
+ | td p{ | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | } | ||
+ | .table thead tr > td { | ||
+ | background-color: white !important; | ||
+ | } | ||
+ | .table tbody tr > td { | ||
+ | background-color: white !important; | ||
+ | } | ||
</style> | </style> | ||
Line 65: | Line 74: | ||
<li><a href="#" data-scroll="methods"><h3>Methods</h3></a></li> | <li><a href="#" data-scroll="methods"><h3>Methods</h3></a></li> | ||
<li><a href="#" data-scroll="results"><h3>Results</h3></a></li> | <li><a href="#" data-scroll="results"><h3>Results</h3></a></li> | ||
− | |||
<li><a href="#"><h3 style="border-top:solid;">To the top</h3></a></li> | <li><a href="#"><h3 style="border-top:solid;">To the top</h3></a></li> | ||
− | <li><a href="https://2015.igem.org/Team:Aalto-Helsinki/ | + | <li><a href="https://2015.igem.org/Team:Aalto-Helsinki/Lab" ><h3>To the Parent Page</h3></a></li> |
</ul> | </ul> | ||
Line 81: | Line 89: | ||
<h2> Introduction </h2> | <h2> Introduction </h2> | ||
− | <p>In synthetic biology it is | + | <p>In synthetic biology it is important to produce foreign compounds in a host. One aspect of this is constructing a synthetic genome and choosing the best compatible parts to have enough yield of a desired product.</p> |
− | <p>According to Ceroni <i>et al.</i> <a href="http://www.nature.com/nmeth/journal/v12/n5/full/nmeth.3339.html">[1]</a>, strong | + | <p>A ribosomal binding site (RBS) is a location in a mRNA which a ribosome recognizes and binds to, thus initiating translation. The RBSs are defined by the efficiency with which they bind to ribosomes. Thus the strong RBSs bind more efficiently than the medium or the weak RBSs. The most product is formed when host cells are big and physically stable. According to Ceroni <i>et al.</i> <a href="http://www.nature.com/nmeth/journal/v12/n5/full/nmeth.3339.html">[1]</a>, strong RBSs affect cell growth and eventually lower the yield of a wanted protein compared to weaker RBSs. The reason behind this is that the strong RBSs reduce significantly the translation of endogenous mRNAs which are needed for cell growth.</p> |
− | <p>Before we started our actual project of producing propane in the lab, we thought that it would be interesting to test if weaker RBSs actually improve | + | <p>Before we started our actual project of producing propane in the lab, we thought that it would be interesting to test if weaker RBSs actually improve protein yield. By doing this, we could also get some practice of the common lab procedures.</p> |
− | <p>Our goal was to create construct using BioBricks to test RBSs in the following order: a T7 promoter, a RBS (varies; strong, medium or weak), a blue chromoprotein and a terminator. Table 1 shows more information about our construct parts.</p> | + | <p>Our goal was to create a construct using BioBricks to test RBSs in the following order: a T7 promoter, a RBS (varies; strong, medium or weak), a blue chromoprotein and a terminator. Table 1 shows more information about our construct parts.</p> |
+ | |||
+ | <figure id="table1" style="margin-bottom:3%;margin-top:2%;"> | ||
+ | <div class="rbs-table"> | ||
+ | <div class="table-responsive"> | ||
+ | <table class="table table-condensed table-bordered"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th><h3 style="margin-top:0;">Construct</h3></th> | ||
+ | <th><h3 style="margin-top:0;">Definition</h3></th> | ||
+ | <th><h3 style="margin-top:0;">Link (if BioBrick)</h3></th> | ||
+ | <th><h3 style="margin-top:0;">Size</h3></th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody style="padding:0;"> | ||
+ | <tr> | ||
+ | <td><p><b>AH001</b></p></td> | ||
+ | <td><p>Blue Chromoprotein</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:BBa_K592009>BBa_K592009</a></p></td> | ||
+ | <td><p>669</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH002</b></p></td> | ||
+ | <td><p>T7 promoter</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:BBa_I716106>BBa_I716106</a></p></td> | ||
+ | <td><p>29</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH003</b></p></td> | ||
+ | <td><p>Strong RBS</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:BBa_B0030>BBa_B0030</a></p></td> | ||
+ | <td><p>29</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH004</b></p></td> | ||
+ | <td><p>Medium RBS</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:BBa_B0032>BBa_B0032</a></p></td> | ||
+ | <td><p>13</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH005</b></p></td> | ||
+ | <td><p>Weak RBS</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:BBa_B0031>BBa_B0031</a></p></td> | ||
+ | <td><p>14</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH006</b></p></td> | ||
+ | <td><p>Terminator</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:BBa_B0015>BBa_B0015</a></p></td> | ||
+ | <td><p>129</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH007</b></p></td> | ||
+ | <td><p>AMP backbone</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:pSB1A3>pSB1A3</a></p></td> | ||
+ | <td><p>2155</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH008</b></p></td> | ||
+ | <td><p>KAN backbone</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:pSB1K3>pSB1K3</a></p></td> | ||
+ | <td><p>2204</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH009</b></p></td> | ||
+ | <td><p>CAM backbone</p></td> | ||
+ | <td><p><a href= http://parts.igem.org/Part:pSB1C3>pSB1C3</a></p></td> | ||
+ | <td><p>2070</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH011</b></p></td> | ||
+ | <td><p>Blue chromoprotein + Ter in AH008</p></td> | ||
+ | <td></td> | ||
+ | <td><p>3002</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH013</b></p></td> | ||
+ | <td><p>T7 + Strong RBS in AH008</p></td> | ||
+ | <td></td> | ||
+ | <td><p>58</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH014</b></p></td> | ||
+ | <td><p>T7 + Medium RBS in AH008</p></td> | ||
+ | <td></td> | ||
+ | <td><p>42</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH015</b></p></td> | ||
+ | <td><p>T7 + Weak RBS in AH008</p></td> | ||
+ | <td></td> | ||
+ | <td><p>43</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH016</b></p></td> | ||
+ | <td><p>T7 + Strong RBS + Blue + Ter in AH009</p></td> | ||
+ | <td></td> | ||
+ | <td><p>2926</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH017</b></p></td> | ||
+ | <td><p>T7 + Medium RBS + Blue + Ter in AH009</p></td> | ||
+ | <td></td> | ||
+ | <td><p>2910</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p><b>AH018</b></p></td> | ||
+ | <td><p>T7 + Weak RBS + Blue + Ter in AH009</p></td> | ||
+ | <td></td> | ||
+ | <td><p>2911</p></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | <figcaption><b>Table 1:</b> Our construct parts to test RBSs.</figcaption> | ||
+ | </figure> | ||
+ | |||
+ | |||
+ | <!-- | ||
<figure style="margin-top:2%;"> | <figure style="margin-top:2%;"> | ||
<img src="https://static.igem.org/mediawiki/2015/c/ce/Aalto-Helsinki_Table1rbs.png" style="max-width:100%;" /> | <img src="https://static.igem.org/mediawiki/2015/c/ce/Aalto-Helsinki_Table1rbs.png" style="max-width:100%;" /> | ||
<figcaption><b>Table 1:</b> Our construct parts to test RBSs.</figcaption> | <figcaption><b>Table 1:</b> Our construct parts to test RBSs.</figcaption> | ||
</figure> | </figure> | ||
+ | --> | ||
</section> | </section> | ||
− | <section id="methods | + | <section id="methods" data-anchor="methods"> |
<h2> Methods </h2> | <h2> Methods </h2> | ||
− | <p>Our idea was to create constructs with <a href="http://parts.igem.org/Assembly:3A_Assembly">the three-antibiotic (3A) assembly method</a>. After the 3A assembling we checked if our plasmids had the correct insert by restricting them (to avoid super-coil plasmids) and running them in an agarose gel, usually with Ethidium Bromide.</p> | + | <p>Our idea was to create constructs with <a href="http://parts.igem.org/Assembly:3A_Assembly">the three-antibiotic (3A) assembly method</a>. After the 3A assembling we checked if our plasmids had the correct insert by restricting them (to avoid super-coil plasmids) and running them in an agarose gel, usually dyed with Ethidium Bromide.</p> |
− | <p>The constructs had a T7 promoter, so we had to use a BL21 (DE3) strain to induce transcription with IPTG. Then we measured the absorption of the blue chromoprotein via spectrophotometer with 588 nm. The results of the measurement would have specified what kind of RBS is the best one as the | + | <p>The constructs had a T7 promoter, so we had to use a BL21 (DE3) strain to induce transcription with IPTG. Then we measured the absorption of the blue chromoprotein via spectrophotometer with 588 nm. The results of the measurement would have specified what kind of RBS is the best one as the spectrophotometer would tell us which RBS resulted in the best production yield of the blue chromoprotein.</p> |
− | <p>The detailed descriptions of our procedures and methods can be found | + | <p>The detailed descriptions of our procedures and methods can be found on <a href="https://2015.igem.org/Team:Aalto-Helsinki/Experiments">the Protocols page.</a></p> |
</section> | </section> | ||
− | <section id="results | + | <section id="results" data-anchor="results"> |
<h2> Results </h2> | <h2> Results </h2> | ||
− | <p>Our | + | <p>Our spectrophotometer results indicated that blue chromoprotein was not translated at all. After a while, we inspected our protocols and procedures thoroughly and finally had an answer to why it did not work: our 3A assembling was flawed, as shown in Figure 1. The main problem is that in the assembled plasmids possible the blue chromoprotein gene is before the T7 promoter and RBS so the blue chromoprotein gene wont be transcripted. </p> |
<figure style="margin-bottom:2%;"> | <figure style="margin-bottom:2%;"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/b/b1/Aalto-Helsinki_RBS3A.png" style="max-width: | + | <img src="https://static.igem.org/mediawiki/2015/b/b1/Aalto-Helsinki_RBS3A.png" style="max-width:100%;" /> |
− | <figcaption><b>Figure 1:</b> 3A | + | <figcaption><b>Figure 1:</b> BioBrick 3A Assembly. The left side shows how we could have got working plasmids following correctly the method. The right side shows the best case of a scenario of our attempt of the 3A assembly. For example, it is more propable that only terminator ligate with the KAN backbone without blue chromoprotein inserts. </figcaption> |
</figure> | </figure> | ||
− | < | + | <h3> What we have learned </h3> |
− | + | ||
− | <p>In the end, we did not create constructs that we were expecting, but we have learned so much about lab procedures, for example different ligation methods, and the importance of thorough planning. If we had | + | <p style="margin-bottom:0; padding-bottom:10%;">In the end, we did not create constructs that we were expecting, but we have learned so much about lab procedures, for example different ligation methods, and the importance of thorough planning. If we had checked carefully our restriction plans with instructors, we believe that we would have got different results and also saved time. At least, we understand now what went wrong. To make sure that the same thing does not happen with the propane production and the creation of micelles, we asked for help or a confirmation for details. |
</p> | </p> | ||
− | + | ||
Line 134: | Line 261: | ||
</div></div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.--> | </div></div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.--> | ||
<!-- The next starting p is to get rid of the annoying gap at the bottom of the page. There is a closing /p at some kind of ready footer, that can be seen when looking at the page source --><p style="margin:0;"> | <!-- The next starting p is to get rid of the annoying gap at the bottom of the page. There is a closing /p at some kind of ready footer, that can be seen when looking at the page source --><p style="margin:0;"> | ||
+ | |||
+ | |||
+ | <!-- Scirpt for beautiful scrolling inside the page: smooth transitions and we show in what section the reader is. --> | ||
+ | <script src="https://2015.igem.org/Team:Aalto-Helsinki/ResponsiveNavScript?action=raw&ctype=text/javascript"></script> |
Latest revision as of 10:51, 17 September 2015