Difference between revisions of "Team:Tuebingen/Description"

 
(38 intermediate revisions by 2 users not shown)
Line 16: Line 16:
 
dias = ['Project',' Description'];
 
dias = ['Project',' Description'];
  
function renderInfobox(num) {
+
function renderInfobox(mode,num) {
 
switch (num) {
 
switch (num) {
 
case 1:
 
case 1:
box1.style.display = 'block';
+
if (mode == 'on') document.getElementById('box1').style.display = 'block';
 +
else if (mode == 'off') document.getElementById('box1').style.display = 'none';
 
break;
 
break;
 
case 2:
 
case 2:
box2.style.display = 'block';
+
if (mode == 'on') {
 +
document.getElementById('box2').style.display = 'block';
 +
document.getElementById('box3').style.display = 'block';
 +
} else if (mode == 'off') {
 +
document.getElementById('box2').style.display = 'none';
 +
document.getElementById('box3').style.display = 'none';
 +
}
 
break;
 
break;
 
case 3:
 
case 3:
box3.style.display = 'block';
+
if (mode == 'on') {
 +
document.getElementById('box4').style.display = 'block';
 +
document.getElementById('box5').style.display = 'block';
 +
} else if (mode == 'off') {
 +
document.getElementById('box4').style.display = 'none';
 +
document.getElementById('box5').style.display = 'none';
 +
}
 
break;
 
break;
 
case 4:
 
case 4:
box4.style.display = 'block';
+
if (mode == 'on') {
 +
document.getElementById('box6').style.display = 'block';
 +
document.getElementById('box7').style.display = 'block';
 +
} else if (mode == 'off') {
 +
document.getElementById('box6').style.display = 'none';
 +
document.getElementById('box7').style.display = 'none';
 +
}
 
break;
 
break;
 
}
 
}
Line 41: Line 60:
 
   <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 1080" preserveAspectRatio="xMinYMin meet">//set your background image
 
   <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 1080" preserveAspectRatio="xMinYMin meet">//set your background image
 
     <image width="1920" height="1080" xlink:href="https://static.igem.org/mediawiki/2015/f/f3/Graphical-abstract.png"></image>
 
     <image width="1920" height="1080" xlink:href="https://static.igem.org/mediawiki/2015/f/f3/Graphical-abstract.png"></image>
<g>
+
 
<rect x="1000" y="120" rx="20" ry="20" width="800" height="510" style="fill:black;stroke:black;stroke-width:5;opacity:0.6" />
+
 
<foreignObject x="1000" y="120" width="800" height="510">
+
 
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:48px;font-weight:bold;">The expression of the Dronpa-Cre-Dronpa construct is under control of a promotor, that is influenced by a Sensor.
+
<g id="box1" style="display:none;">
Any Biosensor that is able to positively regulate a promotor can be used in our setting.</p>
+
<rect x="1000" y="120" rx="20" ry="20" width="800" height="510" style="fill:#b3b3b3;stroke:black;stroke-width:5;opacity:0.78" />
 +
<foreignObject x="1000" y="120" width="800" height="510" >
 +
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:46px;font-weight:bold;color:black;">The expression of the Dronpa-Cre-Dronpa construct is under control of a promotor, that is influenced by a sensor.
 +
Any biosensor that is able to positively regulate a promotor can be used in our setting.</p>
 
</foreignObject>
 
</foreignObject>
 
</g>
 
</g>
    <g class="hover_group" opacity="0">
+
 
      <a xlink:href="http://google.com">
+
<g id="box2" style="display:none;">
        <polygon points="0,0 1000,0 1000,330 0,330" style="fill:lime;stroke:purple;stroke-width:1" onmouseover="renderInfobox(1);"><title>1</title></polygon>
+
<rect x="10" y="10" rx="20" ry="20" width="1100" height="320" style="fill:#b3b3b3;stroke:black;stroke-width:5;opacity:0.78" />
 +
<foreignObject x="10" y="10" width="1100" height="320" >
 +
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:52px;font-weight:bold;color:black;">After expression the Dronpa-Cre-Dronpa construct is constituted of fluorescent Dronpa domains that attach to each other and thereby inhibit the Cre domain sterically.</p>
 +
</foreignObject>
 +
</g>
 +
 
 +
<g id="box3" style="display:none;">
 +
<rect x="200" y="780" rx="20" ry="20" width="1100" height="300" style="fill:#b3b3b3;stroke:black;stroke-width:5;opacity:0.78" />
 +
<foreignObject x="200" y="780" width="1100" height="300" >
 +
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:52px;font-weight:bold;color:black;">Illumination with violet light (400nm) re-activates Dronpa fluorescence and also leads to the closed conformation of the construct.</p>
 +
</foreignObject>
 +
</g>
 +
 
 +
<g id="box4" style="display:none;">
 +
<rect x="70" y="70" rx="20" ry="20" width="900" height="270" style="fill:#b3b3b3;stroke:black;stroke-width:5;opacity:0.78" />
 +
<foreignObject x="70" y="70" width="900" height="270" >
 +
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:47px;font-weight:bold;color:black;">Illumination with blue light (500nm) deactivates Dronpa fluorescence and thereby also multimerisation of the Dronpa domains.</p>
 +
</foreignObject>
 +
</g>
 +
 
 +
<g id="box5" style="display:none;">
 +
<rect x="950" y="700" rx="20" ry="20" width="950" height="340" style="fill:#b3b3b3;stroke:black;stroke-width:5;opacity:0.78" />
 +
<foreignObject x="950" y="700" width="950" height="340" >
 +
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:52px;font-weight:bold;color:black;">In the induced open conformation of the construct, the Dronpa domains are only losely connected to the Cre, which thereby becomes active.</p>
 +
</foreignObject>
 +
</g>
 +
 
 +
<g id="box6" style="display:none;">
 +
<rect x="30" y="400" rx="20" ry="20" width="870" height="300" style="fill:#b3b3b3;stroke:black;stroke-width:5;opacity:0.78" />
 +
<foreignObject x="30" y="400" width="870" height="300" >
 +
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:46px;font-weight:bold;color:black;">The RFP-luciferase reporter switch leads to expression of RFP if the memory system has not been activated by CREllumination.</p>
 +
</foreignObject>
 +
</g>
 +
 
 +
<g id="box7" style="display:none;">
 +
<rect x="1000" y="30" rx="20" ry="20" width="900" height="450" style="fill:#b3b3b3;stroke:black;stroke-width:5;opacity:0.78" />
 +
<foreignObject x="1000" y="30" width="900" height="450" >
 +
<p xmlns="http://www.w3.org/1999/xhtml" style="font-size:52px;font-weight:bold;color:black;">After activation of the Cre protein it removes the loxp-RFP-loxp part of the reporter switch. This leads to expression of luciferase, which serves as the final reporter of the system.</p>
 +
</foreignObject>
 +
</g>
 +
 
 +
 
 +
 
 +
<g class="hover_group" opacity="0">
 +
      <a xlink:href="https://2015.igem.org/Team:Tuebingen/Design?slide=3">
 +
        <polygon onmouseover="renderInfobox('on',1)" onmouseout="renderInfobox('off',1)" points="0,0 1000,0 1000,330 0,330" />
 
       </a>
 
       </a>
 
     </g>
 
     </g>
 +
 
<g class="hover_group" opacity="0">
 
<g class="hover_group" opacity="0">
       <a xlink:href="http://google.com">
+
       <a xlink:href="https://2015.igem.org/Team:Tuebingen/Design?slide=1">
         <polygon points="0,330 1000,330 1000,540 400,540 400,700 0,700" style="fill:lime;stroke:purple;stroke-width:1" ><title>2</title></polygon>
+
         <polygon onmouseover="renderInfobox('on',2)" onmouseout="renderInfobox('off',2)" points="0,330 1000,330 1000,540 400,540 400,700 0,700" />
 
       </a>
 
       </a>
 
     </g>
 
     </g>
 +
 
<g class="hover_group" opacity="0">
 
<g class="hover_group" opacity="0">
       <a xlink:href="http://google.com">
+
       <a xlink:href="https://2015.igem.org/Team:Tuebingen/Design?slide=1">
         <polygon points="1000,330 1600,330 1600,700 400,700 400,540 1000,540" style="fill:lime;stroke:purple;stroke-width:1" ><title>3</title></polygon>
+
         <polygon onmouseover="renderInfobox('on',3)" onmouseout="renderInfobox('off',3)" points="1000,330 1600,330 1600,700 400,700 400,540 1000,540" />
 
       </a>
 
       </a>
 
     </g>
 
     </g>
 +
 
<g class="hover_group" opacity="0">
 
<g class="hover_group" opacity="0">
       <a xlink:href="http://google.com">
+
       <a xlink:href="https://2015.igem.org/Team:Tuebingen/Design?slide=2">
         <polygon points="250,700 1920,700 1920,1080 1920,1080 250,1080" style="fill:lime;stroke:purple;stroke-width:1" ><title>4</title></polygon>
+
         <polygon onmouseover="renderInfobox('on',4)" onmouseout="renderInfobox('off',4)" points="250,700 1920,700 1920,1080 1920,1080 250,1080" />
 
       </a>
 
       </a>
 
     </g>
 
     </g>
 +
 
   </svg>
 
   </svg>
 
</figure>
 
</figure>
Line 83: Line 154:
  
 
<p>
 
<p>
To achieve the construction of a reversibly activatable Cre recombinase we want to apply the caging mechanism described by Zhou et al [1]. This caging is performed by fusing a copy of a variant of the fluorescent protein Dronpa to both the C- and N-terminus of the Cre recombinase. Since this Dronpa variant is able to form monomers or dimers depending on illumination with light of different wavelengths, we hope that the dimerized form inhibits the activity of the Cre recombinase. </p>
+
To achieve the construction of a reversibly activatable Cre recombinase we want to apply the caging mechanism described by Zhou et al <a href="https://2015.igem.org/Team:Tuebingen/References">[Zhou 2012]</a>. This caging is performed by fusing a copy of a variant of the fluorescent protein Dronpa to both the C- and N-terminus of the Cre recombinase. Since this Dronpa variant is able to form monomers or dimers depending on illumination with light of different wavelengths, we hope that the dimerized form inhibits the activity of the Cre recombinase. </p>
  
 
<p>
 
<p>
 
Because our system only needs the expression of the caged Cre construct to be dependent on a sensor, it can be combined with almost all Biosensors that include a means of transcriptional control. This gives the system a wide variety of possible applications, especially in the context of the work of other iGEM teams.</p>
 
Because our system only needs the expression of the caged Cre construct to be dependent on a sensor, it can be combined with almost all Biosensors that include a means of transcriptional control. This gives the system a wide variety of possible applications, especially in the context of the work of other iGEM teams.</p>
  
<p>[1] Zhou, XX; Chung, HK; Lam, AJ & Lin, MZ. (2012). Optical control of protein activity by fluorescent protein domains. Science, 338(6108), 810-814.</p>
+
 
<img id="projectcoli" src="https://static.igem.org/mediawiki/2015/archive/e/eb/20150819144600%21Team_Tuebingen_Coli_chalkstyle.png"/>
+
 
</div>
 
</div>
  

Latest revision as of 14:57, 9 November 2015

<
>
//set your background image

Project Description

A Biosensor Memory Module: Cre Sensor

Photostimulation is one of the most important non-invasive analysis methods allowing researchers to examine the relationship between metabolic processes, e.g. through activating a molecule via light treatment. We want to create a module which makes it possible to take a snapshot of the activity of a sensor at any time. Our designed system should be capable of capturing such a ‘snapshot’ of the activity of a sensor. Therefore our aim is to create a Cre recombinase whose activity can be reversibly controlled by light. By activating this construct only for a short period of time, we can use a Cre to switch on expression of Luciferase in only a limited amount of the sensor cells. Through coupling the Cre expression to the sensor we can thereby permanently write the sensor state of a given time point into the DNA of a system.

To achieve the construction of a reversibly activatable Cre recombinase we want to apply the caging mechanism described by Zhou et al [Zhou 2012]. This caging is performed by fusing a copy of a variant of the fluorescent protein Dronpa to both the C- and N-terminus of the Cre recombinase. Since this Dronpa variant is able to form monomers or dimers depending on illumination with light of different wavelengths, we hope that the dimerized form inhibits the activity of the Cre recombinase.

Because our system only needs the expression of the caged Cre construct to be dependent on a sensor, it can be combined with almost all Biosensors that include a means of transcriptional control. This gives the system a wide variety of possible applications, especially in the context of the work of other iGEM teams.