(37 intermediate revisions by 6 users not shown) | |||
Line 31: | Line 31: | ||
.references { | .references { | ||
font-size: 16px; | font-size: 16px; | ||
− | + | padding: 20px; | |
+ | } | ||
+ | |||
+ | |||
+ | /* | ||
+ | Object in external CSS sheet: | ||
+ | |||
+ | nav-tabs, cont_tabs: | ||
+ | Open diffrent tabs, we uses imgs. | ||
+ | |||
+ | back-to-top: | ||
+ | go back to top. Apears only when going down the page. | ||
+ | |||
+ | cont_box: | ||
+ | The containers (box) which hold the texts and imgs in the page. | ||
+ | |||
+ | img_cont: | ||
+ | Every in-content-page img needs to have this class of img. | ||
+ | |||
+ | no-title-col: | ||
+ | Every in-content-page img needs to have this class of col. | ||
+ | */ | ||
+ | |||
+ | /*canceling wiki bug (inlarge imgs stuck the page)*/ | ||
+ | .modal-backdrop { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <style>/* inline page CSS */ | ||
+ | |||
+ | body { | ||
+ | } | ||
+ | |||
+ | /* ==========Background and effects ========== */ | ||
+ | /*Make sure the div is unuiqe to each page*/ | ||
+ | .intein_wrapper { | ||
+ | position: relative; | ||
+ | |||
+ | background: white; /* For browsers that do not support gradients */ | ||
+ | background: -webkit-linear-gradient(white, #f8eee2, white); /* For Safari 5.1 to 6.0 */ | ||
+ | background: -o-linear-gradient(white, #f8eee2, white); /* For Opera 11.1 to 12.0 */ | ||
+ | background: -moz-linear-gradient(white, #f8eee2, white); /* For Firefox 3.6 to 15 */ | ||
+ | background: linear-gradient(white, #f8eee2, white); /* Standard syntax */ | ||
+ | /*background-image:url('addres'); | ||
+ | background-size:cover; | ||
+ | filter: blur(5px) grayscale(80%) opacity(10%);*/ | ||
+ | } | ||
+ | /* ========== END: and effects ========== */ | ||
+ | |||
+ | .references { | ||
+ | font-size: 16px; | ||
padding: 20px; | padding: 20px; | ||
} | } | ||
Line 135: | Line 188: | ||
<!-- =============== Tabs names: =============== --> | <!-- =============== Tabs names: =============== --> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="col- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<ul class="nav nav-tabs" role="tablist"> | <ul class="nav nav-tabs" role="tablist"> | ||
Line 142: | Line 196: | ||
<a href="#Peshawar" aria-controls="Peshawar" role="tab" data-toggle="tab"> | <a href="#Peshawar" aria-controls="Peshawar" role="tab" data-toggle="tab"> | ||
<img src="https://static.igem.org/mediawiki/2016/d/db/T--Technion_Israel--icon_intro.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | <img src="https://static.igem.org/mediawiki/2016/d/db/T--Technion_Israel--icon_intro.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | ||
− | <br><h4 class="text-center" | + | <br><h4 class="text-center">Introduction</h4> |
</a> | </a> | ||
</li> | </li> | ||
Line 149: | Line 203: | ||
<a href="#Aachen" aria-controls="Aachen" role="tab" data-toggle="tab"> | <a href="#Aachen" aria-controls="Aachen" role="tab" data-toggle="tab"> | ||
<img src="https://static.igem.org/mediawiki/2016/4/49/T--Technion_Israel--icon_lab.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | <img src="https://static.igem.org/mediawiki/2016/4/49/T--Technion_Israel--icon_lab.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | ||
− | <br><h4 class="text-center" | + | <br><h4 class="text-center">Design</h4> |
</a> | </a> | ||
</li> | </li> | ||
Line 156: | Line 210: | ||
<a href="#Results" aria-controls="Results" role="tab" data-toggle="tab"> | <a href="#Results" aria-controls="Results" role="tab" data-toggle="tab"> | ||
<img src="https://static.igem.org/mediawiki/2016/4/45/T--Technion_Israel--icon_results.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | <img src="https://static.igem.org/mediawiki/2016/4/45/T--Technion_Israel--icon_results.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | ||
− | <br><h4 class="text-center" | + | <br><h4 class="text-center">Results</h4> |
</a> | </a> | ||
</li> | </li> | ||
Line 163: | Line 217: | ||
<a href="#outlook" aria-controls="outlook" role="tab" data-toggle="tab"> | <a href="#outlook" aria-controls="outlook" role="tab" data-toggle="tab"> | ||
<img src="https://static.igem.org/mediawiki/2016/4/47/T--Technion_Israel--icon_outlook.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | <img src="https://static.igem.org/mediawiki/2016/4/47/T--Technion_Israel--icon_outlook.png" class="img-responsive img-center cont_tabs" width="75" height="75"> | ||
− | <br><h4 class="text-center" | + | <br><h4 class="text-center">Outlook</h4> |
</a> | </a> | ||
</li> | </li> | ||
Line 178: | Line 232: | ||
<!-- =========== 1. Intro =========== --> | <!-- =========== 1. Intro =========== --> | ||
<div role="tabpanel" class="tab-pane fade in active" id="Peshawar"> | <div role="tabpanel" class="tab-pane fade in active" id="Peshawar"> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- ========== Content ========== --> | <!-- ========== Content ========== --> | ||
<div class="row"><!-- #1 row --> | <div class="row"><!-- #1 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
Line 201: | Line 249: | ||
<br> | <br> | ||
− | In our attempts to expand our system and design new chemoreceptors we decided to direct our search to new organisms. This required us to attempt a new approach that was proven in literature <b>(3)</b>. According to it, it would be possible to take receptors from other organisms, specifically humans, and generate a switching mechanism by using an intein protein. As a proof of concept we tried the human | + | In our attempts to expand our system and design new chemoreceptors we decided to direct our search to new organisms. This required us to attempt a new approach that was proven in literature <b>(3)</b>. According to it, it would be possible to take receptors from other organisms, specifically humans, and generate a switching mechanism by using an intein protein. As a proof of concept we tried the human Estrogen receptor - hERɑ that binds estrogenic compounds. |
</p> | </p> | ||
</div> | </div> | ||
Line 210: | Line 258: | ||
</div><!-- END: #1 row --> | </div><!-- END: #1 row --> | ||
− | |||
<div class="row"><!-- #2 row --> | <div class="row"><!-- #2 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
Line 230: | Line 278: | ||
<div class="col-md-8 col-sm-12 new-row no-title-col"> | <div class="col-md-8 col-sm-12 new-row no-title-col"> | ||
<a class="pop"> | <a class="pop"> | ||
− | <img src="https://static.igem.org/mediawiki/2016/thumb/ | + | <img src="https://static.igem.org/mediawiki/2016/thumb/e/ec/T--Technion_Israel--inteinSchema.png/900px-T--Technion_Israel--inteinSchema.png" class="img-responsive img-center img-cont" width="400" height="300" style="cursor: pointer;"><br> |
</a> | </a> | ||
− | <p class="text-center"><b>Fig.1:</b> | + | <p class="text-center"><b>Fig. 1:</b> Intein splicing scheme, adapted from ELLEUCHE, Skander and PÖGGELER, Stefanie <b>(2)</b>.</p> |
</div> | </div> | ||
Line 241: | Line 289: | ||
</div><!-- END: #2 row --> | </div><!-- END: #2 row --> | ||
− | + | ||
− | + | ||
<div class="row"><!-- #3 row --> | <div class="row"><!-- #3 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
Line 268: | Line 316: | ||
<img src="https://static.igem.org/mediawiki/2016/a/ac/T--Technion_Israel--Intein_figure_2.png" class="img-responsive img-center img-cont" width="800" height="129" style="cursor: pointer;"><br> | <img src="https://static.igem.org/mediawiki/2016/a/ac/T--Technion_Israel--Intein_figure_2.png" class="img-responsive img-center img-cont" width="800" height="129" style="cursor: pointer;"><br> | ||
</a> | </a> | ||
− | <p class="text-center"><b>Fig.2:</b> Recent advances in in vivo applications of intein-mediated protein splicing.</p> | + | <p class="text-center"><b>Fig.2:</b> Recent advances in <i>in vivo</i> applications of intein-mediated protein splicing <b>(7)</b>.</p> |
</div> | </div> | ||
Line 289: | Line 337: | ||
<!-- =========== 2: conection to the project =========== --> | <!-- =========== 2: conection to the project =========== --> | ||
<div role="tabpanel" class="tab-pane fade" id="Aachen"> | <div role="tabpanel" class="tab-pane fade" id="Aachen"> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- ========== Content ========== --> | <!-- ========== Content ========== --> | ||
<div class="row"><!-- #1 row --> | <div class="row"><!-- #1 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
<div class="col-sm-12"> | <div class="col-sm-12"> | ||
− | <div class="col-md- | + | <div class="row"> |
− | + | <div class="col-md-12 col-sm-12"> | |
− | <p class="text-justify"> | + | <h2 class="">Detection using chemotaxis and inteins</h2> |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <br> | |
− | + | ||
− | + | <div class="col-md-5 col-sm-12"> | |
− | + | <p class="text-justify"> | |
+ | One of the LBDs used with inteins is that of hERɑ - a human Estrogen receptor, which was inserted into an intein and fused to lacZ, as a proof of concept in the literature <b>(2,6)</b>.<br> | ||
+ | We tried the same construct, the only difference being that we fused the intein into the Tar receptor in critical locations, which will render Tar inactive - <b>“off mode”</b>.<br> | ||
+ | <br> | ||
+ | Upon contact with an estrogenic compound - the hERɑ-LBD will bind to it, and undergo a conformational change, which will induce intein splicing. | ||
+ | During the process the intein will ligate the Tar back to it’s native form and enable chemotaxis - <b>“On mode”</b>. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-md-7 col-sm-12"> | ||
− | |||
<div class="row"> | <div class="row"> | ||
− | <div class="col- | + | <div class="col-sm-12"> |
− | <a class="pop"> | + | <div class="col-md-12"> |
− | + | <a class="pop"> | |
− | + | <img src="https://static.igem.org/mediawiki/2016/8/86/T--Technion_Israel--inteincircute.png" class="img-responsive img-center img-cont" style="cursor: pointer;" width="500"><br> | |
+ | </a> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </div> | ||
− | <div class="col- | + | <div class="row"> |
− | <a class="pop"> | + | <div class="col-sm-12"> |
− | + | <div class="col-md-12"> | |
− | + | <a class="pop"> | |
+ | <img src="https://static.igem.org/mediawiki/2016/e/e5/T--Technion_Israel--intein_onOff.png" class="img-responsive img-center img-cont" style="cursor: pointer;" width="500"><br> | ||
+ | </a> | ||
+ | </div> | ||
</div> | </div> | ||
− | <div class="col- | + | </div> |
− | <a class="pop"> | + | |
− | + | <div class="row"> | |
− | + | <div class="col-sm-12"> | |
− | + | <div class="col-md-12"> | |
− | + | <a class="pop"> | |
− | + | <img src="https://static.igem.org/mediawiki/2016/thumb/d/dc/T--Technion_Israel--inteinSchemaalab.png/900px-T--Technion_Israel--inteinSchemaalab.png" class="img-responsive img-center img-cont" style="cursor: pointer;" width="500"><br> | |
− | + | </a> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
</div> | </div> | ||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | <p class="text-justify"> | ||
+ | <b>Fig. 1:</b> <br> | ||
+ | <b>a.</b> Plasmid construct containing the intain gBlock in the Tar chemoreceptor.<br> | ||
+ | <b>b.</b> General form of Tar chemoreceptor with and without the intein.<br> | ||
+ | <b>c.</b> The overall switching strategy.<br> | ||
+ | </p> | ||
+ | |||
+ | </div> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
Line 355: | Line 419: | ||
<div class="row"><!-- #2 row --> | <div class="row"><!-- #2 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
Line 369: | Line 434: | ||
The latter one is not essential for protein splicing.<br> | The latter one is not essential for protein splicing.<br> | ||
<br> | <br> | ||
− | Initially, we found a Biobrick of an intein with hERɑ-LBD designed by <a href="http://parts.igem.org/Part:BBa_K1491024">Carnegie Mellon iGEM2014 team</a>. <br> | + | Initially, we found a Biobrick of an intein with hERɑ-LBD designed by <a href="http://parts.igem.org/Part:BBa_K1491024"target="_blank">Carnegie Mellon iGEM2014 team</a>. <br> |
However, this design was not successful in their experiments, thus we designed an original gBlock using the VMA intein in two steps:<br> | However, this design was not successful in their experiments, thus we designed an original gBlock using the VMA intein in two steps:<br> | ||
1. The endonuclease region of the VMA intein (which is not essential for splicing) was replaced with a cDNA coding for the LBD of the human estrogen receptor <b>(8)</b>.<br> | 1. The endonuclease region of the VMA intein (which is not essential for splicing) was replaced with a cDNA coding for the LBD of the human estrogen receptor <b>(8)</b>.<br> | ||
Line 378: | Line 443: | ||
<div class="col-md-12 col-sm-12 new-row no-title-col"> | <div class="col-md-12 col-sm-12 new-row no-title-col"> | ||
<a class="pop"> | <a class="pop"> | ||
− | <img src="https://static.igem.org/mediawiki/2016/ | + | <img src="https://static.igem.org/mediawiki/2016/d/d0/T--Technion_Israel--intenandestro22.png" class="img-responsive img-center img-cont" width="800" height="129" style="cursor: pointer;"><br> |
</a> | </a> | ||
− | <p class="text-center"><b>Fig. | + | <p class="text-center"><b>Fig. 2:</b> Basic structure of our designed gBlock with the hERɑ ligand binding domain, instead of the original endonuclease region of the intein.</p> |
</div> | </div> | ||
Line 392: | Line 457: | ||
<div class="row"><!-- #2 row --> | <div class="row"><!-- #2 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
Line 409: | Line 475: | ||
<div class="col-md-12 col-sm-12 new-row no-title-col"> | <div class="col-md-12 col-sm-12 new-row no-title-col"> | ||
<a class="pop"> | <a class="pop"> | ||
− | <img src="https://static.igem.org/mediawiki/2016/9/ | + | <img src="https://static.igem.org/mediawiki/2016/9/96/T--Technion_Israel---inteinpage.PNG" class="img-responsive img-center img-cont" width="800" height="129" style="cursor: pointer;"><br> |
</a> | </a> | ||
− | <p class="text-center"><b>Fig. | + | <p class="text-center"><b>Fig. 3:</b> Demonstration of insertion of intein gBlock into Tar chemoreceptor, with the requirement for efficient protein splicing.</p> |
<br> | <br> | ||
<p class="text-justify"> | <p class="text-justify"> | ||
Line 424: | Line 490: | ||
<div class="col-md-6 col-sm-12 new-row no-title-col"> | <div class="col-md-6 col-sm-12 new-row no-title-col"> | ||
<a class="pop"> | <a class="pop"> | ||
− | <img src="https://static.igem.org/mediawiki/2016/thumb/ | + | <img src="https://static.igem.org/mediawiki/2016/thumb/6/60/T--Technion_Israel--intein1.PNG/1200px-T--Technion_Israel--intein1.PNG" class="img-responsive img-center img-cont" width="800" height="129" style="cursor: pointer;"><br> |
</a> | </a> | ||
</div> | </div> | ||
Line 430: | Line 496: | ||
<div class="col-md-6 col-sm-12 new-row no-title-col"> | <div class="col-md-6 col-sm-12 new-row no-title-col"> | ||
<a class="pop"> | <a class="pop"> | ||
− | <img src="https://static.igem.org/mediawiki/2016/thumb/a/ | + | <img src="https://static.igem.org/mediawiki/2016/thumb/a/ad/T--Technion_Israel--intein2.PNG/1200px-T--Technion_Israel--intein2.PNG" class="img-responsive img-center img-cont" width="800" height="129" style="cursor: pointer;"><br> |
</a> | </a> | ||
</div> | </div> | ||
Line 436: | Line 502: | ||
<div class="col-md-12 col-sm-12 new-row no-title-col"> | <div class="col-md-12 col-sm-12 new-row no-title-col"> | ||
<a class="pop"> | <a class="pop"> | ||
− | <img src="https://static.igem.org/mediawiki/2016/ | + | <img src="https://static.igem.org/mediawiki/2016/b/b4/T--Technion_Israel--Tar_fig2b.PNG" class="img-responsive img-center img-cont" width="800" height="129" style="cursor: pointer;"><br> |
</a> | </a> | ||
</div> | </div> | ||
<div class="col-md-12 col-sm-12 new-row no-title-col"> | <div class="col-md-12 col-sm-12 new-row no-title-col"> | ||
− | <p class="text-center"><b>Fig. | + | <p class="text-center"><b>Fig. 4:</b> <b>a.</b> Location 1 - between Ala101 and Cys102. <b>b.</b> Location 2 - between Ala118 and Cys119. |
<b>c.</b> Native Tar receptor.</p> | <b>c.</b> Native Tar receptor.</p> | ||
Line 458: | Line 524: | ||
<p class="text-justify"> | <p class="text-justify"> | ||
Several experiments are required to answer said questions.<br><br> | Several experiments are required to answer said questions.<br><br> | ||
− | <b>1 | + | <b>1.</b> In order to verify that the Tar-intein chimera migrated to the proper location in the cell membrane, |
− | a GFP will fused to the C-terminus of Tar. This will enable tracking of the protein in the cell by using fluorescence microscopy. | + | a GFP will fused to the C-terminus of Tar. <br>This will enable tracking of the protein in the cell by using fluorescence microscopy. |
<br> | <br> | ||
− | <b>2 | + | <b>2.</b> To validate our switching mechanism - the new <i>E.coli</i> strains will be incubated with 17-beta-estradiol for 2 hours to trigger intein splicing. |
− | Afterwards a chemotaxis assay will be performed with Aspartate (the native Tar ligand) as an attractant, to check whether | + | <br>Afterwards, a chemotaxis assay will be performed with Aspartate (the native Tar ligand) as an attractant, to check whether |
the strain has an active Tar, and is able to move. | the strain has an active Tar, and is able to move. | ||
</p> | </p> | ||
Line 480: | Line 546: | ||
<div role="tabpanel" class="tab-pane fade" id="Results"> | <div role="tabpanel" class="tab-pane fade" id="Results"> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Line 492: | Line 553: | ||
<div class="row"><!-- #1 row --> | <div class="row"><!-- #1 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
<div class="col-sm-12"> | <div class="col-sm-12"> | ||
− | + | <h2>Results</h2> | |
<p class="text-justify"> | <p class="text-justify"> | ||
We were unable to insert the intein-gBlock in the Tar receptor via Gibson assembly. Only a short part of the intein was succefully assembled. | We were unable to insert the intein-gBlock in the Tar receptor via Gibson assembly. Only a short part of the intein was succefully assembled. | ||
− | We | + | We hypothesized that the intein might be too long (1575 bp), which is why new intein-gBlocks were generated, by splitting the original-intein-gBlock into two parts. |
An attempt to insert these parts into Tar by Gibson assembly has failed as well. | An attempt to insert these parts into Tar by Gibson assembly has failed as well. | ||
− | In our third and final attempt we used a different cloning method - blunt ligation. In this attempt, the original-intein-gBlock | + | In our third and final attempt, we used a different cloning method - blunt ligation. <br>In this attempt, the original-intein-gBlock |
(one part) was used. This method unfortunatly did not work as well. | (one part) was used. This method unfortunatly did not work as well. | ||
</p> | </p> | ||
Line 517: | Line 579: | ||
<!-- ==================== 4: Outlook ==================== --> | <!-- ==================== 4: Outlook ==================== --> | ||
<div role="tabpanel" class="tab-pane fade" id="outlook"> | <div role="tabpanel" class="tab-pane fade" id="outlook"> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- ========== Content ========== --> | <!-- ========== Content ========== --> | ||
Line 528: | Line 585: | ||
<div class="row"><!-- #1 row --> | <div class="row"><!-- #1 row --> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
+ | |||
<div class="cont_box"> | <div class="cont_box"> | ||
<div class="row"> | <div class="row"> | ||
<div class="col-sm-12"> | <div class="col-sm-12"> | ||
− | + | <h2>Outlook</h2> | |
<p class="text-justify"> | <p class="text-justify"> | ||
− | Long fragment cloning is often challenging due to the fact that cloning efficiency is reduced with fragment size. | + | Long fragment cloning is often challenging, due to the fact that cloning efficiency is reduced with fragment size. |
− | Using optimized cloning products might be essential.<br> | + | <br>Using optimized cloning products might be essential.<br> |
− | As cloning methods did not work well, the next | + | As cloning methods did not work well, the next step is to assemble the two-parts intein gBlocks via Gibson assembly, |
in order to test whether it can be assembled to form a single intein segment. Following that, the segment will be cloned | in order to test whether it can be assembled to form a single intein segment. Following that, the segment will be cloned | ||
− | into Tar using blunt ligation.<br> | + | into Tar using blunt ligation strategy.<br> |
We believe this novel approach has the potential to produce new <i>E.coli</i> strains which contain a Tar-switch.<br> | We believe this novel approach has the potential to produce new <i>E.coli</i> strains which contain a Tar-switch.<br> | ||
− | Except for material detection this approach can also be used as a biological AND gate - | + | Except for material detection, this approach can also be used as a biological AND gate - |
where we could verify if two specific materials are found in a sample. | where we could verify if two specific materials are found in a sample. | ||
</p> | </p> | ||
Line 577: | Line 635: | ||
<div class="row"> | <div class="row"> | ||
− | <div class="col-sm- | + | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> |
− | + | ||
− | + | ||
<p class="references"> | <p class="references"> | ||
+ | References:<br> | ||
1. CHONG, Shaorong; XU, Ming-Qun. Protein splicing of the Saccharomyces cerevisiae VMA intein without the endonuclease motifs. Journal of Biological Chemistry, 1997, 272.25: 15587-15590. <br><br> | 1. CHONG, Shaorong; XU, Ming-Qun. Protein splicing of the Saccharomyces cerevisiae VMA intein without the endonuclease motifs. Journal of Biological Chemistry, 1997, 272.25: 15587-15590. <br><br> | ||
2. ELLEUCHE, Skander; PÖGGELER, Stefanie. Inteins, valuable genetic elements in molecular biology and biotechnology. Applied Microbiology and Biotechnology, 2010, 87.2: 479-489. <br><br> | 2. ELLEUCHE, Skander; PÖGGELER, Stefanie. Inteins, valuable genetic elements in molecular biology and biotechnology. Applied Microbiology and Biotechnology, 2010, 87.2: 479-489. <br><br> | ||
3. LIANG, Rubing; ZHOU, Jing; LIU, Jianhua. Construction of a bacterial assay for estrogen detection based on an estrogen-sensitive intein. Applied and environmental microbiology, 2011, 77.7: 2488-2495. <br><br> | 3. LIANG, Rubing; ZHOU, Jing; LIU, Jianhua. Construction of a bacterial assay for estrogen detection based on an estrogen-sensitive intein. Applied and environmental microbiology, 2011, 77.7: 2488-2495. <br><br> | ||
− | 4. Phyre2 modeling server <a href="http://www.sbg.bio.ic.ac.uk/phyre2/html/page.cgi?id=index">online</a>. <br><br> | + | 4. Phyre2 modeling server <a href="http://www.sbg.bio.ic.ac.uk/phyre2/html/page.cgi?id=index"target="_blank">online</a>. <br><br> |
5. SHIOMI, Daisuke, et al. Helical distribution of the bacterial chemoreceptor via colocalization with the Sec protein translocation machinery. Molecular microbiology, 2006, 60.4: 894-906. <br><br> | 5. SHIOMI, Daisuke, et al. Helical distribution of the bacterial chemoreceptor via colocalization with the Sec protein translocation machinery. Molecular microbiology, 2006, 60.4: 894-906. <br><br> | ||
6. SKRETAS, Georgios; WOOD, David W. Regulation of protein activity with small‐molecule‐controlled inteins. Protein Science, 2005, 14.2: 523-532. <br><br> | 6. SKRETAS, Georgios; WOOD, David W. Regulation of protein activity with small‐molecule‐controlled inteins. Protein Science, 2005, 14.2: 523-532. <br><br> | ||
7. TOPILINA, Natalya I.; MILLS, Kenneth V. Recent advances in in vivo applications of intein-mediated protein splicing. Mobile Dna, 2014, 5.1: 1. <br><br> | 7. TOPILINA, Natalya I.; MILLS, Kenneth V. Recent advances in in vivo applications of intein-mediated protein splicing. Mobile Dna, 2014, 5.1: 1. <br><br> | ||
− | 8. <a href="http://www.uniprot.org/uniprot/P03372">Uniprot</a><br> | + | 8. <a href="http://www.uniprot.org/uniprot/P03372"target="_blank">Uniprot</a><br> |
</p> | </p> | ||
Latest revision as of 03:41, 20 October 2016
Introduction
The bacterial world offers a relatively small selection of chemoreceptors, in comparison to the vast number of possible ligands. These receptors evolved specifically to recognize substances, which benefit or harm the bacteria in some way. On top of that, the fact that the majority of known receptors today are not well characterized, meant that we had very few options of creating chimeric receptors like we initially planned.
In our attempts to expand our system and design new chemoreceptors we decided to direct our search to new organisms. This required us to attempt a new approach that was proven in literature (3). According to it, it would be possible to take receptors from other organisms, specifically humans, and generate a switching mechanism by using an intein protein. As a proof of concept we tried the human Estrogen receptor - hERɑ that binds estrogenic compounds.
Inteins
An intein is a protein element found as an in-frame insertion within the sequence of a particular host gene. It possesses the ability to excise itself post-translationally from its protein host, and ligate the flanking peptide sequences with a native peptide bond via a very efficient self-catalyzed reaction, called protein splicing.
Conditional protein splicing
Splicing is the name of the process in which an intein excises itself out of the flanking protein segments.
This process can be conditioned to be activated by an external trigger, such as a small molecule, light or even temperature (7).
We attempted to engineer a molecule controlled intein. Such a construct was successfully designed in the past, by fusing a ligand binding domain into the intein (7).
This domain undergoes a conformational change upon ligand binding and induces splicing by doing so. Using this method, we can remain compatible with S.Tar's overall approach of changing ligand binding domains. By changing the
LBD,
which is fused into the intein, it would become sensitive to different substances.
Detection using chemotaxis and inteins
One of the LBDs used with inteins is that of hERɑ - a human Estrogen receptor, which was inserted into an intein and fused to lacZ, as a proof of concept in the literature (2,6).
We tried the same construct, the only difference being that we fused the intein into the Tar receptor in critical locations, which will render Tar inactive - “off mode”.
Upon contact with an estrogenic compound - the hERɑ-LBD will bind to it, and undergo a conformational change, which will induce intein splicing.
During the process the intein will ligate the Tar back to it’s native form and enable chemotaxis - “On mode”.
Fig. 1:
a. Plasmid construct containing the intain gBlock in the Tar chemoreceptor.
b. General form of Tar chemoreceptor with and without the intein.
c. The overall switching strategy.
Our intein switch
The Saccharomyces cerevisiae VMA intein has been shown to retain its activities after being transferred into non native genes or cell hosts.
The VMA intein contains two regions:
1. Splicing region.
2. Endonuclease region.
The latter one is not essential for protein splicing.
Initially, we found a Biobrick of an intein with hERɑ-LBD designed by Carnegie Mellon iGEM2014 team.
However, this design was not successful in their experiments, thus we designed an original gBlock using the VMA intein in two steps:
1. The endonuclease region of the VMA intein (which is not essential for splicing) was replaced with a cDNA coding for the LBD of the human estrogen receptor (8).
2. Four restriction sites (EcoRI, XbaI, SptI, PstI) were deleted by silent mutations (These enzymes exist in iGEM plasmid backbones pSB1C3).
Procedure
Two separate strains were generated by inserting the intein-gBlock in two different locations in the Tar receptor,
following the requirements for efficient protein splicing:
- The first amino acid of the C-terminal extein should be a cysteine (Cys), serine (Ser), or threonine (Thr).
- The last amino acid of the N-terminal extein should be alanine (Ala) (1,3).
Fig. 3: Demonstration of insertion of intein gBlock into Tar chemoreceptor, with the requirement for efficient protein splicing.
The aim was to insert the intein into the LBD region, rather than the cytoplasmic region, due to several reasons:
1. Prevent interruption of the signal peptide (the sequence responsible for signaling the cell to migrate the protein to the membrane), that is assumed to be in the C-terminus of the protein.
2. Avoid interruption of the transmembrane region.
Two regions in Tar-LBD have been found to answer the requirements, and for each we modeled the structure of Tar-intein complex, using Phyre2 Fold Recognition server (4):
Fig. 4: a. Location 1 - between Ala101 and Cys102. b. Location 2 - between Ala118 and Cys119. c. Native Tar receptor.
Challenges
As far as we know, this approach has never been done in any research, so we were heading into unknown territory.
There were a few major questions that needed to be answered:
1. Will Tar-intein chimera reach its proper location in the cell membrane?
2. What happens if the conformational change is happening, while the chemoreceptor is in the membrane?
3. Will the intein splice out when it binds estrogen?
4. Will Tar fold correctly after intein splicing?
Designed experiments
Several experiments are required to answer said questions.
1. In order to verify that the Tar-intein chimera migrated to the proper location in the cell membrane,
a GFP will fused to the C-terminus of Tar.
This will enable tracking of the protein in the cell by using fluorescence microscopy.
2. To validate our switching mechanism - the new E.coli strains will be incubated with 17-beta-estradiol for 2 hours to trigger intein splicing.
Afterwards, a chemotaxis assay will be performed with Aspartate (the native Tar ligand) as an attractant, to check whether
the strain has an active Tar, and is able to move.
Results
We were unable to insert the intein-gBlock in the Tar receptor via Gibson assembly. Only a short part of the intein was succefully assembled.
We hypothesized that the intein might be too long (1575 bp), which is why new intein-gBlocks were generated, by splitting the original-intein-gBlock into two parts.
An attempt to insert these parts into Tar by Gibson assembly has failed as well.
In our third and final attempt, we used a different cloning method - blunt ligation.
In this attempt, the original-intein-gBlock
(one part) was used. This method unfortunatly did not work as well.
Outlook
Long fragment cloning is often challenging, due to the fact that cloning efficiency is reduced with fragment size.
Using optimized cloning products might be essential.
As cloning methods did not work well, the next step is to assemble the two-parts intein gBlocks via Gibson assembly,
in order to test whether it can be assembled to form a single intein segment. Following that, the segment will be cloned
into Tar using blunt ligation strategy.
We believe this novel approach has the potential to produce new E.coli strains which contain a Tar-switch.
Except for material detection, this approach can also be used as a biological AND gate -
where we could verify if two specific materials are found in a sample.
References:
1. CHONG, Shaorong; XU, Ming-Qun. Protein splicing of the Saccharomyces cerevisiae VMA intein without the endonuclease motifs. Journal of Biological Chemistry, 1997, 272.25: 15587-15590.
2. ELLEUCHE, Skander; PÖGGELER, Stefanie. Inteins, valuable genetic elements in molecular biology and biotechnology. Applied Microbiology and Biotechnology, 2010, 87.2: 479-489.
3. LIANG, Rubing; ZHOU, Jing; LIU, Jianhua. Construction of a bacterial assay for estrogen detection based on an estrogen-sensitive intein. Applied and environmental microbiology, 2011, 77.7: 2488-2495.
4. Phyre2 modeling server online.
5. SHIOMI, Daisuke, et al. Helical distribution of the bacterial chemoreceptor via colocalization with the Sec protein translocation machinery. Molecular microbiology, 2006, 60.4: 894-906.
6. SKRETAS, Georgios; WOOD, David W. Regulation of protein activity with small‐molecule‐controlled inteins. Protein Science, 2005, 14.2: 523-532.
7. TOPILINA, Natalya I.; MILLS, Kenneth V. Recent advances in in vivo applications of intein-mediated protein splicing. Mobile Dna, 2014, 5.1: 1.
8. Uniprot