Difference between revisions of "Team:Technion Israel/Collaborations"

(Replaced content with "{{Team:Technion_Israel/navbar}} {{Team:Technion_Israel/Collaborations}} {{:Team:Technion_Israel/supporters}}")
 
(78 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{Team:Technion_Israel/navbar}}
 
{{Team:Technion_Israel/navbar}}
{{Team:Technion_Israel/Collaborations}}
+
<html lang="en">
 +
   
 +
    <head>
 +
        <!-- Title for the page & metadata  -->       
 +
        <title>S.tar, by iGEM Technion 2016</title>
 +
    <meta charset="utf-8">
 +
    <meta name="navbar" content="width=device-width, initial-scale=1">
 +
 
 +
 
 +
<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, #ecf7fb, white); /* For Safari 5.1 to 6.0 */
 +
background: -o-linear-gradient(white, #ecf7fb, white); /* For Opera 11.1 to 12.0 */
 +
background: -moz-linear-gradient(white, #ecf7fb, white); /* For Firefox 3.6 to 15 */
 +
background: linear-gradient(white, #ecf7fb, white); /* Standard syntax */
 +
/*background-image:url('addres');
 +
background-size:cover;
 +
filter: blur(5px) grayscale(80%) opacity(10%);*/
 +
}
 +
/* ========== END: and effects ========== */
 +
 
 +
.references {
 +
  font-size: 16px;
 +
outline: 1px solid black;
 +
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>
 +
 
 +
 
 +
<script>
 +
 
 +
//up arrow:
 +
$(document).ready(function(){
 +
$(window).scroll(function () {
 +
if ($(this).scrollTop() > 350) {
 +
$('#back-to-top').fadeIn();
 +
} else {
 +
$('#back-to-top').fadeOut();
 +
}
 +
});
 +
// scroll body to 0px on click
 +
$('#back-to-top').click(function () {
 +
$('#back-to-top').tooltip('hide');
 +
$('body,html').animate({
 +
scrollTop: 0
 +
}, 800);
 +
return false;
 +
});
 +
 +
$('#back-to-top').tooltip('show');
 +
 
 +
});
 +
////////////////////////
 +
//Code: inlarge img on click:
 +
$(function() {
 +
$('.pop').on('click', function() {
 +
$('.imagepreview').attr('src', $(this).find('img').attr('src'));
 +
$('#imagemodal').modal('show'); 
 +
});
 +
});
 +
//////////////////////
 +
///pop-ups:
 +
$(document).ready(function(){
 +
$('[data-toggle="popover"]').popover();
 +
});
 +
 
 +
$(function () {
 +
$('button').popover();
 +
});
 +
 
 +
///////////////////////
 +
 
 +
 
 +
</script>
 +
 
 +
</head>
 +
 
 +
 
 +
<body>
 +
 
 +
<header>
 +
</header>
 +
 +
<!-- ===== One overall container (wrapper) ===== -->
 +
<div class="intein_wrapper">
 +
 
 +
 
 +
 +
<!-- ======== Cover photo: ======== -->
 +
<div class="row">
 +
<div class="col-xs-12">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9e/T--Technion_Israel--Collaborationcov.jpg" class="img-responsive img-center cont_cover" width="100%">
 +
</div>
 +
</div>
 +
<!-- ===== END: Cover photo: ===== -->
 +
 
 +
 
 +
<br>
 +
 
 +
 
 +
<!-- ============ Tabs: ============ -->
 +
 
 +
<!-- =============== Tabs names: =============== -->
 +
<div class="row">
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
 +
<ul class="nav nav-tabs" role="tablist">
 +
 
 +
<li role="presentation" class="col-sm-3 col-xs-6">
 +
<a href="#Peshawar" aria-controls="Peshawar" role="tab" data-toggle="tab">
 +
<img src="https://static.igem.org/mediawiki/2016/1/13/T--Technion_Israel--pashawar.png" class="img-responsive img-center cont_tabs" width="175" height="125">
 +
<br><h4 class="text-center"><b>Peshawar</b></h4>
 +
</a>
 +
</li>
 +
 
 +
<li role="presentation" class="col-sm-3 col-xs-6">
 +
<a href="#Aachen" aria-controls="Aachen" role="tab" data-toggle="tab">
 +
<img src="https://static.igem.org/mediawiki/2016/8/8f/T--Technion_Israel--Aachen350x250.jpg" class="img-responsive img-center cont_tabs" width="175" height="125">
 +
<br><h4 class="text-center"><b>Aachen</b></h4>
 +
</a>
 +
</li>
 +
 
 +
<li role="presentation" class="col-sm-3 col-xs-6">
 +
<a href="#Results" aria-controls="Results" role="tab" data-toggle="tab">
 +
<img src="https://static.igem.org/mediawiki/2016/c/c0/T--Technion_Israel--Eindhoven350x250.jpg" class="img-responsive img-center cont_tabs" width="175" height="125">
 +
<br><h4 class="text-center"><b>TU Eindhoven</b></h4>
 +
</a>
 +
</li>
 +
 
 +
<li role="presentation" class="col-sm-3 col-xs-6">
 +
<a href="#outlook" aria-controls="outlook" role="tab" data-toggle="tab">
 +
<img src="https://static.igem.org/mediawiki/2016/2/20/T--Technion_Israel--BGU350x250.jpg" class="img-responsive img-center cont_tabs" width="175" height="125">
 +
<br><h4 class="text-center"><b>BGU</b></h4>
 +
</a>
 +
</li>
 +
 
 +
</ul>
 +
</div>
 +
</div>
 +
<!-- ========== End: Tabs panel ========== -->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<!-- =========== Tabs' content =========== -->
 +
<div class="tab-content">
 +
 
 +
 
 +
 
 +
 
 +
<!-- =========== 1. Peshawar =========== -->
 +
<div role="tabpanel" class="tab-pane fade in active" id="Peshawar">
 +
<div class="row"> <!--Headline-->
 +
<div class="col-sm-12">
 +
<br>
 +
<h2 class="text-center">Peshawar – Tutoring the first Pakistani team</h2>
 +
</div>
 +
</div>
 +
 
 +
<!-- ========== Content ========== -->
 +
 
 +
<div class="row"><!-- #1 row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<div class="cont_box">
 +
<div class="row">
 +
<div class="col-sm-12">
 +
 +
<div class="col-md-6 col-sm-12">
 +
 +
<p class="text-justify">
 +
<b>We provided guidance to <a href="https://2016.igem.org/Team:Peshawar" ><b>iGEM Peshawar</b></a>, the first team to represent Pakistan. We assisted them with
 +
various aspects of Mathematical Modelling, Human Practice and cloning.</b><br>
 +
<br>
 +
An opportunity for collaboration unveiled itself when we learned that the Pakistani team from Peshawar
 +
University is focusing on detection as a project. During the initial conversation we were amazed to learn
 +
that the said group is the first Pakistani team to compete in iGEM, thus they were in need of guidance with
 +
most aspects of the competition. We decided to aid them and share all the knowledge and experience that
 +
was accumulated in our project and in past Technion iGEM teams. To achieve this, we used different
 +
platforms for communications mainly a Facebook group, where the Peshawar team could get an immediate
 +
answer to any question they had, and multiple Skype sessions each with a different focus such as
 +
mathematical modeling, Human practices, Cloning and more.
 +
</p>
 +
</div>
 +
 
 +
<div class="col-md-6 col-sm-12">
 +
<br><br><br><br>
 +
<a class="pop">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/8/82/T--Technion_Israel--peshawarSkype1.png/800px-T--Technion_Israel--peshawarSkype1.png" class="img-responsive img-center img-cont" style="cursor: pointer;"><br>
 +
</a>
 +
 
 +
</div>
 +
 
 +
 +
</div>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
<br>
 +
 
 +
<div class="row"><!-- #2 row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<div class="cont_box">
 +
<div class="row">
 +
<div class="col-sm-12">
 +
 
 +
<div class="col-md-12 col-sm-12">
 +
<h2 class="">Mathematical modeling</h2>
 +
<p class="text-justify">
 +
We aided in the modeling process of Peshawar’s system, specifically using differential equations and logic gates.
 +
The aim of the model was to predict the expression of the reporter protein as a function of the inducers’ concentration (<a href="https://static.igem.org/mediawiki/2016/5/55/T--Technion_Israel--Peshawar_model.pdf" >View PDF</a>).<br>
 +
</p>
 +
 +
</div>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div><!-- END: #2 row -->
 +
 
 +
<br>
 +
 
 +
 
 +
<div class="row"><!-- #3 row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<div class="cont_box">
 +
<div class="row">
 +
<div class="col-sm-12">
 +
 
 +
<div class="col-md-6 col-sm-12">
 +
<h2 class="">Cloning</h2>
 +
<p class="text-justify">
 +
The Peshawar team had issues with the plasmid transformations into competent cells. After we got
 +
a full report on the exact steps they followed, we helped debugging their protocol.<br>
 +
We also shared our protocols of chemical transformation and competent cells preparation with them.<br>
 +
These instructions helped the team overcome their obstacles and proceed with the project.
 +
</p>
 +
</div>
 +
 
 +
 
 +
<div class="col-md-6 col-sm-12">
 +
<h2 class="">Human practices</h2>
 +
<p class="text-justify">
 +
We shared the layout of our educational program with Peshawar. Moreover, we advised the team regarding
 +
an appeal to the government with a request to promote the education in the field of Synthetic Biology.
 +
</p>
 +
</div>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div><!-- END: #3 row -->
 +
 
 +
<br>
 +
</div>
 +
<!-- =========== END: Intro =========== -->
 +
 
 +
 
 +
 
 +
<!-- =========== 2: conection to the project =========== -->
 +
<div role="tabpanel" class="tab-pane fade" id="Aachen">
 +
<div class="row"> <!--Headline-->
 +
<div class="col-sm-12">
 +
<br>
 +
<h2 class="text-center">Aachen- Prediction of mutated Subtilisin E protease</h2>
 +
</div>
 +
</div>
 +
 
 +
 
 +
<!-- ========== Content ========== -->
 +
 
 +
 
 +
<div class="row"><!-- #1 row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<div class="cont_box">
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
 +
<p class="text-justify">
 +
<b>We met with experts from the Technion to help us visualize the Subtilisin E and the photocaged serine in order to obtain insights regarding the structure of the mutated protein.</b><br>
 +
<br>
 +
We contacted iGEM Aachen when we learned their project deals with protein inactivation, as we believed it might correspond with our Intein sub-project. After discussing the details, we concluded that the Intein protein would not be applicable to Aachen's system. Nevertheless, we decided to collaborate on different aspects of our projects.<br>
 +
<br>
 +
iGEM Aachen asked us to visualize and model the structure of the Subtilisin E protease, which is mutated with a photo caged serine as part of their project.<br>
 +
After consulting with several professors from the faculty of Biology,
 +
we concluded that it would be impossible to finish this task properly in our time period. As an alternative, we wrote a document describing the steps for an exhaustive computational work, including insights from the comparison of the structures of Subtilisin E and the photo-caged serine. (<a href="https://static.igem.org/mediawiki/2016/d/d1/T--Technion_Israel--Aachen_model.pdf" >View PDF</a>).<br>
 +
Finally, we constructed a 3D visualization of Subtilisin E adjacent to the photo-caged serine along with the above document. The information we have obtained was highly valuable and helpful to Aachen’s project.<br>
 +
 
 +
<br>
 +
<br>
 +
 
 +
</p>
 +
</div>
 +
 +
<!-- Mini headline -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h2 class="text-center">Tar fused to GFP marker </h2>
 +
</div>
 +
</div>
 +
 
 +
<!-- 12 text div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<p class="text-justify">
 +
In return, we asked Aachen to build a biobrick consisting of the Tar chemoreceptor fused to a GFP marker.
 +
We provided them all the information necessary for this task (<a href="https://static.igem.org/mediawiki/2016/e/e1/T--Technion_Israel--Aachen_TAR_GFP.pdf" >View PDF</a>).<br>
 +
Aachen's work was successful, providing us with a valuable result on the importance of a linker domain to connect the Tar receptor and the GFP marker. The work made by Aachen had a major significance to our project and we would like to express our gratitude to the Aachen iGEM team for the valuable scientific work they have done for us.<br>
 +
For more information please go to <a href="https://2016.igem.org/Team:Aachen" >Aachen iGEM team’s Wiki page</a>
 +
</p>
 +
</div>
 +
</div>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
</div><!-- END: #1 row -->
 +
</div>
 +
<!-- =========== END: 2 - conection to the project =========== -->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<!-- ==================== 3: TU Eindhoven ==================== -->
 +
<div role="tabpanel" class="tab-pane fade" id="Results">
 +
<div class="row"> <!--Headline-->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<br>
 +
<h2 class="text-center">TU Eindhoven - Writing a manual for the Rosetta software</h2>
 +
</div>
 +
</div>
 +
 
 +
<!-- ========== Content ========== -->
 +
 
 +
<div class="row"><!-- #1 row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<div class="cont_box">
 +
<div class="row">
 +
<div class="col-sm-12">
 +
 +
<div class="col-md-12 col-sm-12">
 +
<p class="text-justify">
 +
<b>We have written a manual for the operation of the Rosetta software together with <a href="https://2016.igem.org/Team:TU-Eindhoven" ><b>iGEM TU Eindhoven</b></a>.</b><br>
 +
<br>
 +
Our collaboration with iGEM TU Eindhoven was a result of the challenges we faced using the Rosetta software
 +
suite in our project. When we took our very first steps with protein modeling using Rosetta we quickly
 +
discovered numerous problems and difficulties that occupied us for weeks before we even started using the software.<br><br>
 +
During our work, we realized how fast the process could have been if there was a guide detailing the
 +
necessary resources and steps needed for a complete beginner in Rosetta. We figured that this might
 +
be one of the reasons why so few iGEM teams have used Rosetta in the past despite its vast capabilities.<br>
 +
<br>
 +
After getting great results from the software, we decided to share our experience and write this guide
 +
ourselves so that future iGEM teams can have a better starting point. We were delighted to find that
 +
we are not the only team using Rosetta this year and so we contacted iGEM Eindhoven and asked for
 +
their help with the guide. Their work on the guide – writing, sharing their protocols and experience
 +
was a valuable contribution that made the guide much more informative and comprehensive than we initially expected.<a href="https://static.igem.org/mediawiki/2016/5/59/Rosetta_Guide_for_the_iGEM_Beginner.pdf" target="_blank">Click here to see the full guide</a>
 +
<br>
 +
<br>
 +
<br>
 +
</p>
 +
</div>
 +
</div>
 +
<div class="col-md-4 col-md-offset-4 col-sm-12 new-row">
 +
<a class="pop">
 +
<img src="https://static.igem.org/mediawiki/2016/c/ca/T--Technion_Israel--Rosetta_pic.png" class="img-responsive img-center" width="350" height="350" style="cursor: pointer;"><br>
 +
</a>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div><!-- END: #1 row -->
 +
 
 +
 
 +
<br>
 +
</div>
 +
<!-- ====================END: 3 TU Eindhoven ==================== -->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<!-- ==================== 4: BGU ==================== -->
 +
<div role="tabpanel" class="tab-pane fade" id="outlook">
 +
<div class="row"> <!--Headline-->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<br>
 +
<h2 class="text-center">BGU - Prediction of chemoreceptor-ligand interactions</h2>
 +
</div>
 +
</div>
 +
 
 +
<!-- ========== Content ========== -->
 +
 
 +
 
 +
<div class="row"><!-- #1 row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<div class="cont_box">
 +
<div class="row">
 +
<div class="col-sm-12">
 +
 +
<div class="col-md-12 col-sm-12">
 +
 +
<p class="text-justify">
 +
<b>We processed potential variants of chemoreceptors for <a href="https://2016.igem.org/Team:BGU_ISRAEL" ><b>iGEM BGU</b></a> using the Rosetta software.</b><br>
 +
<br>
 +
We have used the Rosetta software in order to predict protein structure and to check for ligand-protein interactions.
 +
Running the software and processing both the ligand binding domain (LBD) of the Tar chemoreceptor and
 +
BGU's substances of interest - Protocatechuic acid and Ethylene glycol, yielded dozens of LBD variants.<br>
 +
After the filtering process, a library of variants which should theoretically serve as attractant chemoreceptors, was obtained.<br> </p>
 +
</div>
 +
<!-- 12 img div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<a class="pop ocenter">
 +
<img src="https://static.igem.org/mediawiki/2016/7/70/T--Technion_Israel--BGU_visual.png" class="img-responsive img-center img-cont"  style="cursor: pointer;">
 +
</a>
 +
<p class="text-center"><b>Fig. 1:</b> 3D imaging of the variants in the library with the native receptor (wild type), each color represents a different variant. </p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div><!-- END: #1 row -->
 +
</div>
 +
<!-- ==================== END: 4 BGU ==================== -->
 +
 
 +
 
 +
 
 +
</div><!-- ============ END: Tabs ============ -->
 +
 
 +
 
 +
<!--Code: Click on img to enlarge it-->
 +
<div class="modal fade" id="imagemodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
 +
  <div class="modal-dialog">
 +
    <div class="modal-content">             
 +
      <div class="modal-body">
 +
      <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
 +
        <img src="" class="imagepreview" style="width: 100%;" >
 +
      </div>
 +
    </div>
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
 
 +
<br>
 +
<br>
 +
<
 +
 
 +
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" title="Up" data-toggle="tooltip" data-placement="left"><img src="https://static.igem.org/mediawiki/2016/5/5a/T--Technion_Israel--up_arrow.png" alt=""></a>
 +
 
 +
 
 +
</body>
 +
</html>
 
{{:Team:Technion_Israel/supporters}}
 
{{:Team:Technion_Israel/supporters}}

Latest revision as of 01:54, 20 October 2016

S.tar, by iGEM Technion 2016

S.tar, by iGEM Technion 2016


Peshawar – Tutoring the first Pakistani team

We provided guidance to iGEM Peshawar, the first team to represent Pakistan. We assisted them with various aspects of Mathematical Modelling, Human Practice and cloning.

An opportunity for collaboration unveiled itself when we learned that the Pakistani team from Peshawar University is focusing on detection as a project. During the initial conversation we were amazed to learn that the said group is the first Pakistani team to compete in iGEM, thus they were in need of guidance with most aspects of the competition. We decided to aid them and share all the knowledge and experience that was accumulated in our project and in past Technion iGEM teams. To achieve this, we used different platforms for communications mainly a Facebook group, where the Peshawar team could get an immediate answer to any question they had, and multiple Skype sessions each with a different focus such as mathematical modeling, Human practices, Cloning and more.


Mathematical modeling

We aided in the modeling process of Peshawar’s system, specifically using differential equations and logic gates. The aim of the model was to predict the expression of the reporter protein as a function of the inducers’ concentration (View PDF).


Cloning

The Peshawar team had issues with the plasmid transformations into competent cells. After we got a full report on the exact steps they followed, we helped debugging their protocol.
We also shared our protocols of chemical transformation and competent cells preparation with them.
These instructions helped the team overcome their obstacles and proceed with the project.

Human practices

We shared the layout of our educational program with Peshawar. Moreover, we advised the team regarding an appeal to the government with a request to promote the education in the field of Synthetic Biology.



Aachen- Prediction of mutated Subtilisin E protease

We met with experts from the Technion to help us visualize the Subtilisin E and the photocaged serine in order to obtain insights regarding the structure of the mutated protein.

We contacted iGEM Aachen when we learned their project deals with protein inactivation, as we believed it might correspond with our Intein sub-project. After discussing the details, we concluded that the Intein protein would not be applicable to Aachen's system. Nevertheless, we decided to collaborate on different aspects of our projects.

iGEM Aachen asked us to visualize and model the structure of the Subtilisin E protease, which is mutated with a photo caged serine as part of their project.
After consulting with several professors from the faculty of Biology, we concluded that it would be impossible to finish this task properly in our time period. As an alternative, we wrote a document describing the steps for an exhaustive computational work, including insights from the comparison of the structures of Subtilisin E and the photo-caged serine. (View PDF).
Finally, we constructed a 3D visualization of Subtilisin E adjacent to the photo-caged serine along with the above document. The information we have obtained was highly valuable and helpful to Aachen’s project.


Tar fused to GFP marker

In return, we asked Aachen to build a biobrick consisting of the Tar chemoreceptor fused to a GFP marker. We provided them all the information necessary for this task (View PDF).
Aachen's work was successful, providing us with a valuable result on the importance of a linker domain to connect the Tar receptor and the GFP marker. The work made by Aachen had a major significance to our project and we would like to express our gratitude to the Aachen iGEM team for the valuable scientific work they have done for us.
For more information please go to Aachen iGEM team’s Wiki page


TU Eindhoven - Writing a manual for the Rosetta software

We have written a manual for the operation of the Rosetta software together with iGEM TU Eindhoven.

Our collaboration with iGEM TU Eindhoven was a result of the challenges we faced using the Rosetta software suite in our project. When we took our very first steps with protein modeling using Rosetta we quickly discovered numerous problems and difficulties that occupied us for weeks before we even started using the software.

During our work, we realized how fast the process could have been if there was a guide detailing the necessary resources and steps needed for a complete beginner in Rosetta. We figured that this might be one of the reasons why so few iGEM teams have used Rosetta in the past despite its vast capabilities.

After getting great results from the software, we decided to share our experience and write this guide ourselves so that future iGEM teams can have a better starting point. We were delighted to find that we are not the only team using Rosetta this year and so we contacted iGEM Eindhoven and asked for their help with the guide. Their work on the guide – writing, sharing their protocols and experience was a valuable contribution that made the guide much more informative and comprehensive than we initially expected.Click here to see the full guide




BGU - Prediction of chemoreceptor-ligand interactions

We processed potential variants of chemoreceptors for iGEM BGU using the Rosetta software.

We have used the Rosetta software in order to predict protein structure and to check for ligand-protein interactions. Running the software and processing both the ligand binding domain (LBD) of the Tar chemoreceptor and BGU's substances of interest - Protocatechuic acid and Ethylene glycol, yielded dozens of LBD variants.
After the filtering process, a library of variants which should theoretically serve as attractant chemoreceptors, was obtained.

Fig. 1: 3D imaging of the variants in the library with the native receptor (wild type), each color represents a different variant.



< S.tar, by iGEM Technion 2016