Difference between revisions of "Team:Freiburg/Results"

Line 1: Line 1:
 
{{Freiburg/CSS}}
 
{{Freiburg/CSS}}
 
{{Freiburg/Menubar}}
 
{{Freiburg/Menubar}}
{{Freiburg/wiki_content_start}}
 
<!-- wiki content goes in here -->
 
  
 +
{{Freiburg/wiki_content_start}}
 
<html>
 
<html>
 +
<!-- Labjournal content goes in here -->
  
 +
<!-- LIGHTBOX EFFECT -->
 +
<!-- from http://webdesign.tutsplus.com/articles/super-simple-lightbox-with-css-and-jquery--webdesign-3528 -->
 
<style>
 
<style>
  
#tetanus_leftside, #agfp_leftside {
+
#lightbox {
padding-right:30px;
+
position:fixed; /* keeps the lightbox window in the current viewport */
 +
    top:0;
 +
    left:0;
 +
    width:100%;
 +
    height:100%;
 +
background: rgba(0,0,0,.7);
 +
    text-align:center;
 +
    z-index: 9999;
 
}
 
}
#tetanus_leftside p, #agfp_body p, #device_results_body p{
 
    color: #000;
 
font-size: 20px;
 
line-height: 30px;
 
word-spacing: 0px;
 
  
}
+
#lightbox p {
#tetanus_results{
+
    text-align:right;  
clear: both;
+
    color:#fff;  
}
+
    margin-right:20px;  
#tetanus_rightside, #agfp_rightside{
+
    font-size:12px;  
float:right;
+
max-width: 450px;
+
color: #000;
+
 
}
 
}
  
#tetanus_leftside, #agfp_leftside{
+
#lightbox img {
max-width: 380px;
+
    box-shadow:0 0 25px #111;
 +
    -webkit-box-shadow:0 0 25px #111;
 +
    -moz-box-shadow:0 0 25px #111;
 +
    max-width:940px;
 
}
 
}
 +
</style>
  
#tetanus_rightside{
+
<script type="text/javascript">
 
+
$(document).ready(function(){
}
+
$('.lightbox_trigger').click(function(event) {
 
+
h1, h2{
+
//prevent default action (hyperlink)
font: "Roboto";
+
event.preventDefault();
font-size: 30pt;
+
color: #000000;
+
//Get clicked link href
font-weight: bold;
+
var image_href = $(this).attr("href");
line-height: 1.3;
+
console.log(image_href)
}
+
#tetanus_result_image_leading{
+
/*
padding-top: 20px;
+
If the lightbox window HTML already exists in document,
padding-bottom: 15px;
+
change the img src to to match the href of whatever link was clicked
color: 000;
+
font-weight: bold;
+
If the lightbox window HTML doesn't exists, create it and insert it.
font-size: 15pt;
+
(This will only happen the first time around)
line-height: 1.3;
+
*/
}
+
#tetanus_result_image{
+
if ($('#lightbox').length > 0) { // #lightbox exists
margin-left: auto;
+
margin-right: auto;
+
//place href as img src value
width: 450px;
+
$('#lightboxcontent').html('<img src="' + image_href + '" />');
}
+
 
 
+
//show lightbox window - you could use .show('fast') for a transition
#tetanus_result_image img{
+
$('#lightbox').show('fast');
width: 450px;
+
}
}
+
 
+
else { //#lightbox does not exist - create and insert (runs 1st time only)
 
+
#agfp_results{
+
//create HTML markup for lightbox window
clear: both;
+
var lightbox =
padding-top:75px;
+
'<div id="lightbox">' +
}
+
'<p>Click to close</p>' +
#agfp_leftside{
+
'<div id="lightboxcontent">' + //insert clicked link's href into img src
width:380;
+
'<img src="' + image_href +'" />' +
max-width: 380px;
+
'</div>' +
margin-left:auto;
+
'</div>';
margin-right:auto;
+
}
+
//insert lightbox HTML into page
#agfp_leftside img{
+
$('body').append(lightbox);
display:inline;
+
}
align: center;
+
width: 380px;
+
});
height: 510px;
+
margin-left:auto;
+
margin-right:auto;
+
}
+
#agfp_body{
+
padding-top: 25px;
+
}
+
 
+
#device_results{
+
clear: both;
+
padding-top:75px;
+
}
+
#device_results_headline{
+
text-align: center;
+
}
+
#device_results_image{
+
padding-top: 30px;
+
margin: auto;
+
width:400px;
+
}
+
#device_results_image img{
+
 
 
width: 400px;
+
//Click anywhere on the page to get rid of lightbox window
}
+
$('body').on('click', '#lightbox', function() { //must use live, as the lightbox element is inserted into the DOM
#device_results_body{
+
// as live is deprecated, use on
padding-top: 30px;
+
$('#lightbox').hide();
}
+
});
 
+
@media screen and (min-width: 963px){
+
    #agfp_leftside, #tetanus_leftside{
+
        float: left;
+
    }
+
#tetanus_rightside, agfp_rightside{
+
max-width: 450px;
+
}
+
#tetanus_leftside, agfp_leftside{
+
max-width: 380px;
+
}
+
+
    #agfp_rightside, #tetanus_rightside{
+
        float: right;
+
    }
+
}
+
 
+
@media screen and (max-width: 962px){
+
    #agfp_leftside,  #tetanus_leftside, #agfp_rightside,  #tetanus_rightside{
+
        float: none;
+
        width: auto;
+
max-width:none;
+
min-width:none;
+
margin-left: auto;
+
margin-right: auto;
+
 
+
}
+
 
+
h2{
+
color: #EEE;
+
font-size: 200%;
+
}
+
 
+
</style>
+
 
+
  
 +
});
 +
</script>
  
 
<div class="content_box">
 
<div class="content_box">
  
<div id="anti_tetanus_results">
+
<h1 class="sectionedit1">Assembling the DiaCHIP</h1>
<div class="floatbox right">
+
<div class="level1">
<h2>
+
<h2>Intro</h2>
We successfully diagnosed anti-Tetanus antibodies in human blood serum
+
<p>
</h2>
+
The following section summarizes the most interesting results we obtained this summer. All together we were able to establish a cell-free expression system that can be used to copy a DNA immobilized on a PDMS slide. The expressed protein is then immobilized on another slide via a specific tag system resulting in a distinct pattern. A microfluidic system is used to flush the slide with an antibody solution. Specific antibody-antigen interactions were successfully detected by imaging reflectometric interference (iRIf), a label-free detection method. For diagnostic applications, the immobilized proteins are antigenic peptides specific for a certain pathogen.
<p>
+
</p>
Check out this video showing how the antibodies in the serum bind our tetanus antigens on the DiaChip
+
<h2>DNA on PDMS</h2>
</p>
+
<div class="image_box left">
<div class="image_box right">
+
<div class="thumb2 trien" style="width:310px"><div class="thumbinner"><a class="lightbox_trigger" href="https://static.igem.org/mediawiki/2015/2/2e/Freiburg_2015_freiburg_dna_on_pdms.png"><img alt="" class="mediabox2" src="https://static.igem.org/mediawiki/2015/2/2e/Freiburg_2015_freiburg_dna_on_pdms.png" width="300"/></a><div class="thumbcaption"><div class="magnify"><a class="internal" href="/igem2015/lib/exe/detail.php?id=results_overview&amp;media=2015_freiburg_dna_on_pdms.png" title="vergrößern"><img alt="" height="11" src="/igem2015/lib/plugins/imagebox/magnify-clip.png" width="15"/></a></div><strong>Figure 1: DNA immobilization on activated PDMS.</strong> PCR amplification of the expression cassette was performed with an amino-labelled reverse primer and a Cy3-labelled forward primer. Immobilized DNA is visualized by Cy3 fluorescence.</div></div></div></div>
<img src="https://static.igem.org/mediawiki/2015/7/74/Freiburg_labjournal-roi_selection_20150817_429.png" width="100%"></img>
+
<div>
</div>
+
<p>
</div>
+
The first step in the production process of the DiaCHIP was to genetically fuse antigen coding sequences to a 10xHis Tag that was used for surface immobilization later. The whole expression cassette including promoter and terminator regions was amplified by PCR using an amino-labelled reverse primer. Via this amino group, the DNA was immobilized on an activated PDMS surface. The forward primer used for this PCR was labelled with Cy3. As it is shown in figure 1, spotting the DNA on the activated surface resulted in a distinct pattern visualized by Cy3 fluorescence.
 +
</p>
  
 +
<h2>Cell-free expression</h2>
  
<div class="floatbox left">
+
<p>
<p>
+
To establish a cell-free expression system, a bacterial lysate was produced and supplemented with several energy sources as well as co-factors and ions. GFP expression in our system was compared to a commercially available kit. In figure 2, the relative fluorescence of the samples is shown over time. After two hours the fluorescence indicates a x fold change of the amount of GFP in the sample compared to the beginning of the reaction. The commercially available kit reaches an x fold increase in relative fluorescence.
We took a persons blood before and after a tetanus vaccination and screened for a tetanus infection.
+
<br/>
An immunized person has antibodies against tetanus antigens - we bound spots of our purified tetanus antigens onto the specific surface of our chip. We then incubated the DiaChip with 33 µl of the blood serum for half an hour and measured the results.
+
  
Take a look at the video and see for yourself how good our DiaChip performed.
+
Additionally, it was shown that the expressed GFP is not only functional in terms of fluorescence but it also exhibits the same binding affinity to a commercial anti-GFP antibody as conventionally purified GFP (figure 3). Thus, our cell-free expression system can be used to mediate the copying process from a DNA template to a protein microarray.
 +
</p>
  
And remember: that this isn’t an ELISA, we don’t need no expensive secondary Antibodies!
+
<div class="flexbox">
</p>
+
<div class="thumb2 trien" style="width:410px"><div class="thumbinner"><a class="lightbox_trigger" href="https://static.igem.org/mediawiki/2015/5/50/Freiburg_2015_freiburg_cellfex_gfp_over_time.png"><img alt="" class="mediabox2" src="https://static.igem.org/mediawiki/2015/5/50/Freiburg_2015_freiburg_cellfex_gfp_over_time.png" width="400"/></a><div class="thumbcaption"><div class="magnify"><a class="internal" href="/igem2015/lib/exe/detail.php?id=results_overview&amp;media=2015_freiburg_cellfex_gfp_over_time.png" title="vergrößern"><img alt="" height="11" src="/igem2015/lib/plugins/imagebox/magnify-clip.png" width="15"/></a></div><strong>Figure 2: Comparison with self-made cell-free expression system and a commercially available kit.</strong> The relative fluorescence of cell-free expressed GFP is monitored over 2 hours in comparison with a commercial kit. For each system a no-DNA control was added enabling to calculate the fold change. </div></div></div><div class="thumb2 trien" style="width:310px"><div class="thumbinner">Invalid Link<div class="thumbcaption"><div class="magnify"><a class="internal" href="/igem2015/lib/exe/detail.php?id=results_overview&amp;media=figure_name.png" title="vergrößern"><img alt="" height="11" src="/igem2015/lib/plugins/imagebox/magnify-clip.png" width="15"/></a></div><strong>Figure 3: Western Blot of conventionally and cell-free expressed GFP.</strong> </div></div></div>
</div>
+
 
</div>
 
</div>
  
 +
<h2>Specific surface</h2>
  
 +
<p>
 +
Using a cell-free expression system requires the establishment of a specific surface that prevents the binding of non-target proteins. A stable protocol for the production of Ni-NTA surfaces was developed. The 10xHis Tag complexes nickel ions on the surface resulting in a sufficiently strong binding of the protein. In figure 4, an unspecific PDITC surface and a Ni-NTA surface are compared. Flushing the slides with the same antibody solution resulted in a weaker signal for PDITC, which is explained by the binding of many non-target proteins blocking the surface for the His-tagged protein.
 +
<br/>
  
<div id="agfp_results">
+
Additionally, we have shown that cell-free expressed and therefore non-purified protein can be efficiently immobilized on the surface in a sufficient amount to detect antibody binding by iRIf (figure 5).
<div class="floatbox right">
+
Figure 6 shows that several different antigen spots can be distinguished by flushing the slide with antibodies that are specifically binding to just one of them. Only the spot where the antigen corresponding to the used antibody is immobilized exhibits a signal.
<h2>
+
</p>
We measured the binding of anti-GFP to cell-free expressed GFP in blood serum
+
<div class="flexbox">
</h2>
+
<div class="thumb2 trien" style="width:310px"><div class="thumbinner">Invalid Link<div class="thumbcaption"><div class="magnify"><a class="internal" href="/igem2015/lib/exe/detail.php?id=results_overview&amp;media=figure_name2.png" title="vergrößern"><img alt="" height="11" src="/igem2015/lib/plugins/imagebox/magnify-clip.png" width="15"/></a></div><strong>Figure 4: Quotion picture of an iRIf meassurement of non-purified, His-tagged GFP(?) on PDITC compared to Ni-NTA.</strong> Whole cell lysate was spotted either on an unspecific PDITC surface (A) or on a specific Ni-NTA surface (B) and flushed with anti-GFP(?). The quotion picture shows the change in thickness at distinct spots related to the rest of the surface.</div></div></div><div class="thumb2 trien" style="width:410px"><div class="thumbinner"><a class="lightbox_trigger" href="https://static.igem.org/mediawiki/2015/6/6d/Freiburg_2015_freiburg_cellfex_gfp_on_ni-nta_binding_curve.png"><img alt="" class="mediabox2" src="https://static.igem.org/mediawiki/2015/6/6d/Freiburg_2015_freiburg_cellfex_gfp_on_ni-nta_binding_curve.png" width="400"/></a><div class="thumbcaption"><div class="magnify"><a class="internal" href="/igem2015/lib/exe/detail.php?id=results_overview&amp;media=2015_freiburg_cellfex_gfp_on_ni-nta_binding_curve.png" title="vergrößern"><img alt="" height="11" src="/igem2015/lib/plugins/imagebox/magnify-clip.png" width="15"/></a></div><strong>Figure 5: Binding curve of anti-GFP to cell-free expressed GFP on a Ni-NTA surface.</strong> Cell-free expressed GFP was spotted on a specific Ni-NTA surface and flushed with anti-GFP. The binding curve indicated a binding event a certain spot.</div></div></div>
<p>
+
We expressed GFP with our own cell-free expression system and bound it to the surface of our DiaChip. We than ran some rabbit blood serum over the chip which we had spiked with anti-GFP antibodies. The results show that our cell-free proteins can be measured even in a complex solution such as blood serum. </p>
+
</div>
+
<div class="floatbox left">
+
<div class="imagebox left">
+
<img src="https://static.igem.org/mediawiki/2015/7/74/Freiburg_labjournal-roi_selection_20150817_429.png" width="100%"></img>
+
</div>
+
</div>
+
 
</div>
 
</div>
 +
<h2>Diagnostics</h2>
 +
<p>
 +
These results can be used to establish a diagnostic device based on the detection of specific antibodies in a patient’s blood sample. We were able to express a specific antigen for <em>Salmonella</em> Typhimurium and immobilize it on the surface. Flushing the slide with a self-purified single chain variable fragment specifically binding to the antigen resulted in strong signal at the <em>Salmonella</em> spot, whereas no signal was seen at the negative control spot (figure 7).
 +
<br/>
  
 
+
Another antigen that was expressed is a specific marker for <em>Clostridium tetani</em>. We obtained serum samples of a person before and after vaccination against <em>C. tetani</em> and showed that the DiaCHIP can be used to detect antibodies against the bacterium in the positive serum sample. In contrast, no binding could be observed in the negative sample (figure 8).
<div id="device_results">
+
</p>
<h1>
+
We built our very own, low-cost DiaChip device - and can measure with it!
+
</h1>
+
<div class="flexbox">
+
<img src="https://static.igem.org/mediawiki/2015/7/74/Freiburg_labjournal-roi_selection_20150817_429.png" width="80%"></img>
+
</div>
+
<p>
+
A green LED, two lenses and a regular SLR Camera is basically all you need to build your own iRIf device.
+
</p>
+
</div>
+
</div>
+
 
+
<div class="content_box">
+
 
+
 
<div class="flexbox">
 
<div class="flexbox">
<a href="https://2015.igem.org/Team:Freiburg/Results/Assembling">
+
<div class="thumb2 trien" style="width:410px"><div class="thumbinner"><a class="lightbox_trigger" href="https://static.igem.org/mediawiki/2015/2/2f/Freiburg_2015_freiburg_salmonella_binding_quotion.png"><img alt="" class="mediabox2" src="https://static.igem.org/mediawiki/2015/2/2f/Freiburg_2015_freiburg_salmonella_binding_quotion.png" width="400"/></a><div class="thumbcaption"><div class="magnify"><a class="internal" href="/igem2015/lib/exe/detail.php?id=results_overview&amp;media=2015_freiburg_salmonella_binding_quotion.png" title="vergrößern"><img alt="" height="11" src="/igem2015/lib/plugins/imagebox/magnify-clip.png" width="15"/></a></div><strong>Figure 7: iRIf meassurement of spotted <em>Salmonella</em> Typhimurium antigen.</strong> The self-purified single chain variable fragment was used to detect an antigen specific for <em>Salmonella</em> Typhimurim spotted on a Ni-NTA surface. A: Binding curve. B: Quotion picture.</div></div></div><div class="thumb2 trien" style="width:410px"><div class="thumbinner"><a href="https://static.igem.org/mediawiki/2015/6/63/Freiburg_2015_freiburg_tetanus_binding_quotion.png" class="lightbox_trigger"><img alt="" class="mediabox2" src="https://static.igem.org/mediawiki/2015/6/63/Freiburg_2015_freiburg_tetanus_binding_quotion.png" width="400"/></a><div class="thumbcaption"><div class="magnify"><a class="internal" href="/igem2015/lib/exe/detail.php?id=results_overview&amp;media=2015_freiburg_tetanus_binding_quotion.png" title="vergrößern"><img alt="" height="11" src="/igem2015/lib/plugins/imagebox/magnify-clip.png" width="15"/></a></div><strong>Figure 8: iRIf meassurement of spotted, cell-free expressed <em>C. tetani</em> antigen.</strong> Cell-free expressed tetanus antigen was spotted on a Ni-NTA surface and flushed with a human serum sample before (A and B) and after vaccination (C and D). A, C: binding curves. B, D: quotion pictures.</div></div></div>
<img src="https://static.igem.org/mediawiki/2015/0/0f/Freiburg_homepage_chip_blood.png" width="100%">
+
</a>
+
 
+
<a href="https://2015.igem.org/Team:Freiburg/Results/Diagnostics">
+
<img src="https://static.igem.org/mediawiki/2015/0/0f/Freiburg_homepage_chip_blood.png" width="100%">
+
</a>
+
 
+
 
</div>
 
</div>
<p> Click on one of the images to get further insight how we build up our DiaCHIP </p>
+
<h2>Conclusion</h2>
 
+
<p>
 +
All in all, we established a method for the production of a protein microarray by copying a DNA template combined with label-free detection of antibody binding events. We showed that DNA can be immobilized on activated PDMS and serve as a template for cell-free expression. Cell-free expressed protein is immobilized on another surface via a specific tag system. Additionally, we were able to distinguish several immunologically relevant antigen spots by specific antibody binding out of a human serum sample.
 +
</p>
 
</div>
 
</div>
  
 
+
<!-- EDIT2 SECTION "Results overview page 2" [7282-] -->
 
</div>
 
</div>
 
</html>
 
</html>
 
+
<!-- Labjournal content ends here -->
 
+
 
+
<!-- wiki content ends here -->
+
 
{{Freiburg/wiki_content_end}}
 
{{Freiburg/wiki_content_end}}

Revision as of 17:07, 7 September 2015

""

Assembling the DiaCHIP

Intro

The following section summarizes the most interesting results we obtained this summer. All together we were able to establish a cell-free expression system that can be used to copy a DNA immobilized on a PDMS slide. The expressed protein is then immobilized on another slide via a specific tag system resulting in a distinct pattern. A microfluidic system is used to flush the slide with an antibody solution. Specific antibody-antigen interactions were successfully detected by imaging reflectometric interference (iRIf), a label-free detection method. For diagnostic applications, the immobilized proteins are antigenic peptides specific for a certain pathogen.

DNA on PDMS

Figure 1: DNA immobilization on activated PDMS. PCR amplification of the expression cassette was performed with an amino-labelled reverse primer and a Cy3-labelled forward primer. Immobilized DNA is visualized by Cy3 fluorescence.

The first step in the production process of the DiaCHIP was to genetically fuse antigen coding sequences to a 10xHis Tag that was used for surface immobilization later. The whole expression cassette including promoter and terminator regions was amplified by PCR using an amino-labelled reverse primer. Via this amino group, the DNA was immobilized on an activated PDMS surface. The forward primer used for this PCR was labelled with Cy3. As it is shown in figure 1, spotting the DNA on the activated surface resulted in a distinct pattern visualized by Cy3 fluorescence.

Cell-free expression

To establish a cell-free expression system, a bacterial lysate was produced and supplemented with several energy sources as well as co-factors and ions. GFP expression in our system was compared to a commercially available kit. In figure 2, the relative fluorescence of the samples is shown over time. After two hours the fluorescence indicates a x fold change of the amount of GFP in the sample compared to the beginning of the reaction. The commercially available kit reaches an x fold increase in relative fluorescence.
Additionally, it was shown that the expressed GFP is not only functional in terms of fluorescence but it also exhibits the same binding affinity to a commercial anti-GFP antibody as conventionally purified GFP (figure 3). Thus, our cell-free expression system can be used to mediate the copying process from a DNA template to a protein microarray.

Figure 2: Comparison with self-made cell-free expression system and a commercially available kit. The relative fluorescence of cell-free expressed GFP is monitored over 2 hours in comparison with a commercial kit. For each system a no-DNA control was added enabling to calculate the fold change.
Invalid Link
Figure 3: Western Blot of conventionally and cell-free expressed GFP.

Specific surface

Using a cell-free expression system requires the establishment of a specific surface that prevents the binding of non-target proteins. A stable protocol for the production of Ni-NTA surfaces was developed. The 10xHis Tag complexes nickel ions on the surface resulting in a sufficiently strong binding of the protein. In figure 4, an unspecific PDITC surface and a Ni-NTA surface are compared. Flushing the slides with the same antibody solution resulted in a weaker signal for PDITC, which is explained by the binding of many non-target proteins blocking the surface for the His-tagged protein.
Additionally, we have shown that cell-free expressed and therefore non-purified protein can be efficiently immobilized on the surface in a sufficient amount to detect antibody binding by iRIf (figure 5). Figure 6 shows that several different antigen spots can be distinguished by flushing the slide with antibodies that are specifically binding to just one of them. Only the spot where the antigen corresponding to the used antibody is immobilized exhibits a signal.

Invalid Link
Figure 4: Quotion picture of an iRIf meassurement of non-purified, His-tagged GFP(?) on PDITC compared to Ni-NTA. Whole cell lysate was spotted either on an unspecific PDITC surface (A) or on a specific Ni-NTA surface (B) and flushed with anti-GFP(?). The quotion picture shows the change in thickness at distinct spots related to the rest of the surface.
Figure 5: Binding curve of anti-GFP to cell-free expressed GFP on a Ni-NTA surface. Cell-free expressed GFP was spotted on a specific Ni-NTA surface and flushed with anti-GFP. The binding curve indicated a binding event a certain spot.

Diagnostics

These results can be used to establish a diagnostic device based on the detection of specific antibodies in a patient’s blood sample. We were able to express a specific antigen for Salmonella Typhimurium and immobilize it on the surface. Flushing the slide with a self-purified single chain variable fragment specifically binding to the antigen resulted in strong signal at the Salmonella spot, whereas no signal was seen at the negative control spot (figure 7).
Another antigen that was expressed is a specific marker for Clostridium tetani. We obtained serum samples of a person before and after vaccination against C. tetani and showed that the DiaCHIP can be used to detect antibodies against the bacterium in the positive serum sample. In contrast, no binding could be observed in the negative sample (figure 8).

Figure 7: iRIf meassurement of spotted Salmonella Typhimurium antigen. The self-purified single chain variable fragment was used to detect an antigen specific for Salmonella Typhimurim spotted on a Ni-NTA surface. A: Binding curve. B: Quotion picture.
Figure 8: iRIf meassurement of spotted, cell-free expressed C. tetani antigen. Cell-free expressed tetanus antigen was spotted on a Ni-NTA surface and flushed with a human serum sample before (A and B) and after vaccination (C and D). A, C: binding curves. B, D: quotion pictures.

Conclusion

All in all, we established a method for the production of a protein microarray by copying a DNA template combined with label-free detection of antibody binding events. We showed that DNA can be immobilized on activated PDMS and serve as a template for cell-free expression. Cell-free expressed protein is immobilized on another surface via a specific tag system. Additionally, we were able to distinguish several immunologically relevant antigen spots by specific antibody binding out of a human serum sample.