Team:UNIK Copenhagen/Quenchibodies

From 2014.igem.org

(Difference between revisions)
 
(30 intermediate revisions not shown)
Line 4: Line 4:
<head>
<head>
<style type="text/css">
<style type="text/css">
-
/*---------------------------------------------*/
 
-
/*            Set up of content              */
 
-
/*---------------------------------------------*/
 
-
.the_content{
 
-
max-width: 960px;
 
-
margin: -10px 30px 60px 30px;
 
-
background-color: transparent;
 
-
}
 
-
#the_content_2{
 
-
text-align: justify;
 
-
max-width: 935px;
 
-
margin: 0px auto 0px auto;
 
-
top: 10px;
 
-
display:block;
 
-
position: relative;
 
-
padding: 0px 0px 15px 0px;
 
-
z-index: 0;
 
-
}
 
/*---------------------------------------------*/
/*---------------------------------------------*/
Line 40: Line 22:
padding: 25px;
padding: 25px;
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 {
 +
background-color: white;
 +
border-collapse:collapse;
 +
border:5px solid #0B6138;
 +
border-radius:8px; 
 +
box-shadow: 0px 0px 10px #888888;
 +
-webkit-box-shadow: 0px 0px 12px #888888;
 +
-moz-box-shadow: 0px 0px 12px #888888;
 +
}
 +
table.sequence_description p {
 +
font-family: "Lucida sans unicode", sans-serif;
 +
font-size: 12px;
 +
margin-left: 10px;
 +
margin-right: 10px;
}
}
</style>
</style>
 +
<div class="the_content">
<div class="subject">
<div class="subject">
-
<h4>QUENCHIBODIES</h4>
+
<h3>QUENCHIBODIES</h3>
</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. In this year´s iGEM competition 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>
</div>
 +
<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: LightChain-FLAG</p>
 +
<img src="https://static.igem.org/mediawiki/2014/7/74/Team_UNIK_Copenhagen_Quenchibodies_construct1.PNG"  usemap="#MapGENE1" border="0">
 +
 +
 +
<map name="MapGENE1">
 +
  <area shape="rect" coords="2,2,112,50" title="Viable part of the light chain" type="button" onclick="lightVFunction();">
 +
  <area shape="rect" coords="114,2,224,50" title="Conserved part of the light chain" type="button" onclick="lightCFunction();">
 +
  <area shape="rect" coords="225,2,279,50" title="FLAG-tag" type="button" onclick="flagtFunction();">
 +
</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>
 +
 +
<script>
 +
function lightVFunction() {
 +
    document.getElementById("about_gene").innerHTML="<p>This sequence encodes the viable part of the light chain in the FAB fragment</p>";
 +
}
 +
 +
function lightCFunction() {
 +
    document.getElementById("about_gene").innerHTML="<p>This sequence encodes the conserved part of the light in the FAB fragment.</p>";
 +
}
 +
 +
function flagtFunction() {
 +
    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>
 +
 +
 +
</div>
 +
 +
</html>
 +
 +
 +
 +
 +
<html>
 +
<div id="footer" style="position:absolute;bottom:0;">
 +
<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