Team:UNIK Copenhagen/Quenchibodies

From 2014.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 23: Line 23:
background-color: white;
background-color: white;
}
}
-
 
+
.left{
 +
float: left;
 +
height: auto;
 +
max-width: auto;
 +
margin: 10px;
 +
margin-left: -100px;
 +
}
 +
.right{
 +
float: right;
 +
height: auto;
 +
max-width: auto;
 +
margin: 10px;
 +
margin-right: -100px;
 +
}
table.sequence_description {
table.sequence_description {
background-color: white;
background-color: white;
Line 46: Line 59:
</div>
</div>
<div class="description">
<div class="description">
-
<p align="justify">The Ultra Quenchibody Project focuses on the construction of a fluorescent antibody fragment (FAB) covalently linked to a fluorophore at the N-terminal site.  Light emission from the attached fluorophore is quenched by tryptophan residues in the FAB fragment. Upon binding of the antigen, the FAB fragment undergoes structural changes, which displace the fluorophore away from the tryptophan residues eliminating the quenching effect. In this way binding of the antigen results in fluorescence. <br><br>
+
<p align="justify">The Ultra Quenchibody Project focuses on the construction of a <abbr title="Fragment antigen binding">FAB</abbr> covalently linked to a fluorophore at the N-terminal site.  Light emission from the attached fluorophore is quenched by tryptophan residues in the FAB fragment.<img src="https://static.igem.org/mediawiki/2014/7/76/Team_UNIK_Copenhagen_Quenchibody_illustration.png" class="right"> Upon binding of the antigen, the FAB fragment undergoes structural changes, which displace the fluorophore away from the tryptophan residues eliminating the quenching effect. In this way binding of the antigen results in fluorescence. <br><br>
-
Estradiol and progesterone are both environmentally damaging hormones, which in excess are environmentally hazardous due to interference with the reproductive systems of animals, and can lead to various types of cancer including breast and uterus cancer. Within the Quenchibody project we will construct two fluorescent detection FAB fragments. The FAB fragments will be derived from antibodies binding to the sex hormones estradiol and progesterone. These products will thus allow for fast and easy ne step detection method of the levels of both hormones.</p>
+
Estradiol and progesterone are both environmentally damaging hormones, which in excess are environmentally hazardous due to interference with the reproductive systems of animals, and can lead to various types of cancer including breast and uterus cancer. Within the Quenchibody project we will construct two fluorescent detection FAB fragments. The FAB fragments will be derived from antibodies binding to the sex hormones estradiol and progesterone. These products will thus allow for fast and easy step detection method of the levels of both hormones.</p>
 +
</div>
-
<p><br>Touch the lego bricks to see what sequences the gene consist of and click on the sequences to read more about their function.</p>
+
<div class="subject">
 +
<h3>GENE CONSTRUCTS</h3>
 +
</div>
 +
<div class="description">
 +
<p><br><b>Touch</b> the lego bricks to see what sequences the gene consist of and <b>click</b> on the sequences to read more about their function. Note that the information box will be shown under the pictures.</p>
-
<p>Gene construct 1:</p>
+
<p>Gene construct 1: LightChain-FLAG</p>
<img src="https://static.igem.org/mediawiki/2014/7/74/Team_UNIK_Copenhagen_Quenchibodies_construct1.PNG"  usemap="#MapGENE1" border="0">
<img src="https://static.igem.org/mediawiki/2014/7/74/Team_UNIK_Copenhagen_Quenchibodies_construct1.PNG"  usemap="#MapGENE1" border="0">
<map name="MapGENE1">
<map name="MapGENE1">
-
   <area shape="rect" coords="21,20,160,85" title="Viable part of the light chain" type="button" onclick="lightVFunction();">
+
   <area shape="rect" coords="2,2,112,50" title="Viable part of the light chain" type="button" onclick="lightVFunction();">
-
   <area shape="rect" coords="171,20,311,85" title="Conserved part of the light chain" type="button" onclick="lightCFunction();">
+
   <area shape="rect" coords="114,2,224,50" title="Conserved part of the light chain" type="button" onclick="lightCFunction();">
-
   <area shape="rect" coords="314,20,380,85" title="FLAG tag" type="button" onclick="flagtFunction();">
+
   <area shape="rect" coords="225,2,279,50" title="FLAG-tag" type="button" onclick="flagtFunction();">
</map>
</map>
 +
                        <p>Gene construct 2: ProXtag-HeavyChain-HIStag</p>
 +
<img src="https://static.igem.org/mediawiki/2014/4/4c/Team_UNIK_Copenhagen_Quenchibodies_construct_2.png" usemap="#MapGENE2" border="0">
 +
<map name="MapGENE2">
 +
  <area shape="rect" coords="2,2,57,50" title="ProX-tag" type="button" onclick="proxtFunction();">
 +
  <area shape="rect" coords="58,2,169,50" title="Viable part of the heavy chain" type="button" onclick="heavyVFunction();">
 +
  <area shape="rect" coords="170,2,280,50" title="Conserved part of the heavy chain" type="button" onclick="heavyCFunction();">
 +
  <area shape="rect" coords="281,2,336,50" title="His-tag" type="button" onclick="histFunction();">
 +
</map>
 +
<br>
 +
<br>
<table class="sequence_description" id="about_gene"></table></div>
<table class="sequence_description" id="about_gene"></table></div>
<script>
<script>
function lightVFunction() {
function lightVFunction() {
-
     document.getElementById("about_gene").innerHTML="<p>This sequence codes for the viable part of the light chain in the FAB fragment</p>";
+
     document.getElementById("about_gene").innerHTML="<p>This sequence encodes the viable part of the light chain in the FAB fragment</p>";
}
}
function lightCFunction() {
function lightCFunction() {
-
     document.getElementById("about_gene").innerHTML="<p>This sequence codes for the conserved part of the light in the FAB fragment.</p>";
+
     document.getElementById("about_gene").innerHTML="<p>This sequence encodes the conserved part of the light in the FAB fragment.</p>";
}
}
function flagtFunction() {
function flagtFunction() {
-
     document.getElementById("about_gene").innerHTML="<p>This seguence codes for a FLAG tag.</p>";
+
     document.getElementById("about_gene").innerHTML="<p>This seguence encodes a FLAG-tag. FLAG-tag is a polypeptide and we have added it to purify our light chain.</p>";
 +
}
 +
function proxtFunction() {
 +
    document.getElementById("about_gene").innerHTML="<p>This sequence encodes a ProX-tag.</p>";
 +
}
 +
function heavyVFunction() {
 +
    document.getElementById("about_gene").innerHTML="<p>This sequence encodes the viable part of the heavy chain in the FAB fragment</p>";
 +
}
 +
function heavyCFunction() {
 +
    document.getElementById("about_gene").innerHTML="<p>This sequence encodes the conserved part of the heavy in the FAB fragment.</p>";
 +
}
 +
function histFunction() {
 +
    document.getElementById("about_gene").innerHTML="<p>This sequence encodes a His-tag.</p>";
}
}
</script>
</script>
-
<br>
+
 
</div>
</div>
Line 85: Line 125:
-
<html>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
</html>
 
-
 
-
{{Team:UNIK Copenhagen/footer}}
 
<html>
<html>
-
<br>
+
<div id="footer" style="position:absolute;bottom:0;">
-
<br>
+
<hr><br>
 +
<p>Team UNIK Copenhagen <br> <b>e-mail:</b> igem.cph14@gmail.com<p><br>
 +
</div>
</html>
</html>

Latest revision as of 18:55, 11 September 2014




QUENCHIBODIES

The Ultra Quenchibody Project focuses on the construction of a FAB covalently linked to a fluorophore at the N-terminal site. Light emission from the attached fluorophore is quenched by tryptophan residues in the FAB fragment. Upon binding of the antigen, the FAB fragment undergoes structural changes, which displace the fluorophore away from the tryptophan residues eliminating the quenching effect. In this way binding of the antigen results in fluorescence.

Estradiol and progesterone are both environmentally damaging hormones, which in excess are environmentally hazardous due to interference with the reproductive systems of animals, and can lead to various types of cancer including breast and uterus cancer. Within the Quenchibody project we will construct two fluorescent detection FAB fragments. The FAB fragments will be derived from antibodies binding to the sex hormones estradiol and progesterone. These products will thus allow for fast and easy step detection method of the levels of both hormones.

GENE CONSTRUCTS


Touch the lego bricks to see what sequences the gene consist of and click on the sequences to read more about their function. Note that the information box will be shown under the pictures.

Gene construct 1: LightChain-FLAG

Gene construct 2: ProXtag-HeavyChain-HIStag