Biomod/2013/HKBU/introduction

From OpenWetWare
Revision as of 14:04, 26 October 2013 by SUN Xi Zhen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" src="http://www.webdm.cn/images/20091119/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){

$("ul.subnav").parent().append("<span></span>"); //Only shows drop down trigger when js is enabled - Adds empty span tag after ul.subnav

$("ul.topnav li span").click(function() { //When trigger is clicked...

//Following events are applied to the subnav itself (moving subnav up and down) $(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click

$(this).parent().hover(function() { }, function(){ $(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up });

//Following events are applied to the trigger (Hover events for the trigger) }).hover(function() { $(this).addClass("subhover"); //On hover over, add class "subhover" }, function(){ //On Hover Out $(this).removeClass("subhover"); //On hover out, remove class "subhover" });

   $(window).scroll(function() {
       if($(this).scrollTop() > 100){
           $('#goTop').stop().animate({
               top: '20px'    
               }, 500);
       }
       else{
           $('#goTop').stop().animate({
              top: '-100px'    
           }, 500);
       }
   });
   $('#goTop').click(function() {
       $('html, body').stop().animate({
          scrollTop: 0
       }, 500, function() {
          $('#goTop').stop().animate({
              top: '-100px'    
          }, 500);
       });
   });

}); </script> <style type="text/css"> body { color:#000; margin: 0; padding: 0; font: 10px Arial, Helvetica, sans-serif; background: #000000; } .container { width: 870px; margin: 0 auto; position: relative;

}

  1. header {

background: url(http://openwetware.org/images/d/db/HKBU_2013_Top_logo2.jpg) no-repeat center top; padding-top: 200px; align: center; }

  1. header .disclaimer {

color: #999; padding: 100px 0 7px 0; text-align: right; display: block; position: absolute; top: 0; right: 0; }

  1. header .disclaimer a { color: #ccc;}

ul.topnav { list-style: none; padding: 0 20px; margin: 0; float: left; width: 850px; background: #222; font-size: 1.0em; background: url(http://www.webdm.cn/images/20091119/topnav_bg.gif) repeat-x; } ul.topnav li { float: left; margin: 0; padding: 0 15px 0 0; position: relative; /*--Declare X and Y axis base--*/ } ul.topnav li a{ padding: 10px 5px; color: #fff; display: block; text-decoration: none; float: left; } ul.topnav li a:hover{ background: url(http://www.webdm.cn/images/20091119/topnav_hover.gif) no-repeat center top; } ul.topnav li span { /*--Drop down trigger styles--*/ width: 17px; height: 35px; float: left; background: url(http://www.webdm.cn/images/20091119/subnav_btn.gif) no-repeat center top; } ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ ul.topnav li ul.subnav { list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ z-index: 110; left: 0; top: 35px; background: #333; margin: 0; padding: 0; display: none; float: left; width: 170px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border: 1px solid #111; } ul.topnav li ul.subnav li{ margin: 0; padding: 0; border-top: 1px solid #252525; /*--Create bevel effect--*/ border-bottom: 1px solid #444; /*--Create bevel effect--*/ clear: both; width: 170px; } html ul.topnav li ul.subnav li a { float: left; width: 145px; background: #333 url(http://www.webdm.cn/images/20091119/dropdown_linkbg.gif) no-repeat 10px center; padding-left: 20px; } html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #222 url(http://www.webdm.cn/images/20091119/dropdown_linkbg.gif) no-repeat 10px center; }

  1. header img {

margin: 20px 0 10px; }

  1. editHeader {

/* margin-top: -18px; */ float: right; z-index: 11; float: right; } .cf:before,.cf:after { display: none; content: " "; /* 1 */ display: table; /* 2 */ }

.cf:after { clear: both; }

  1. goTop{
   background:yellow;
   padding:5px;
   position:fixed;
   top:-100px;
   right:10px;
   z-index: 100;

} </style>

</head>

<body>

<div class="container">
   <div id="header">    	 
       <ul class="topnav">
           <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU">HOME</a></li>
           <li>
               <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/introduction#">DESIGN</a>               
               <ul class="subnav">
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/introduction#Project_Title">Project Title</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/introduction#Project_Abstract">Project Abstract</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/introduction#Result">Result</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/introduction#Discussion">Discussion</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/introduction#Potential_Application">Potential Application</a></li>
               </ul>
           </li>
           <li>
               <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/methodology#">METHODOLOGY</a>
               <ul class="subnav">
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/methodology#List_of_Materials">List of Materials</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/methodology#SEM_imaging">SEM imaging</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/methodology#AFM_imaging">AFM imaging</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/methodology#FM_imaging">FM imaging</a></li>
               </ul>
           </li>
           <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#">PROCESS</a>
               <ul class="subnav">
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#LATEST_RESULT">Latest Result</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#OCTOBER_FULL_LOG">October Full Log</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#SEPTEMBER_FULL_LOG">September Full Log</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#AUGUST_FULL_LOG">August Full Log</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#JULY_FULL_LOG">July Full Log</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#JUNE_FULL_LOG">June Full Log</a></li>
               </ul></li>
           <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/Team#">TEAM</a>
               <ul class="subnav">
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/Team#Team">Team</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/Team#Member">Member</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/Team#Supervisor">Supervisor</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/Team#Graduate_Mentor">Graduate Mentor</a></li>
                   <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/Team#Collaborator">Collaborator</a></li>
               </ul>
           </li>
           <li>
               <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/approaches">SUPPLEMENTARY</a>
               
           </li>
           <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/reference#">REFERENCE</a></li>
           <li><a href="http://openwetware.org/wiki/Biomod/2013/HKBU/acknowledge#">ACKNOWLEDGE</a></li>
       </ul>
   </div>

</div> <a id="goTop">Back to Top</a>

<div class="cf"></div> </body> </html>

<html> <!--</div>--> <head> <meta charset="utf-8"> <title>BIOMOD 2013 The Rising Power</title>

<style>

  • {margin:0;padding:0;font-family:"微软雅黑","Arial";}

body{ width: 960px; height: auto; margin: 0 auto; background-color:#000; border:#000 thin solid; }

  1. goTopBtn {POSITION: fixed;TEXT-ALIGN: center;LINE-HEIGHT: 30px;WIDTH: 100px;BOTTOM: 35px;HEIGHT: 100px;FONT-SIZE: 12px;RIGHT: 30px;}
  1. content{margin:0;padding:0;border:0px;}

/*hidden section*/ .firstHeading{display:none;}

  1. sidebar-main{display:none;}
  2. p-cactions{display:none;}
  3. p-personal{display:none;}

</style> </head> <body> <div class="container"> </html>

Project Title

<html><p><font size="3"><b>Quantum Dot-Functionalized DNA Origami Serves as Effective Biomolecular Sensors on a Protein Nanofibril Platform</b></font></p></html>

Project Abstract

DNA origami has enabled manipulations of sophisticated nanoscale constructions; however, the biomedical applications of DNA origami are not yet well explored. Quantum dots (QD) are well-known for their photostability and unique physical properties; they can be visualized individually under fluorescence microscopy. Previous work demonstrates the spontaneous attachment of QD onto self-assembling amyloid fibrils. In this project, self-assembling DNA origami modified with biotins was conjugated to streptavidin-QD625, and then the complex was aligned spontaneously onto biotinylated beta-amyloid fibrils. Each of the fibrils was clearly monitored under both fluorescence microscope and atomic force microscope, illustrating the effective attachment of QD-functionalized DNA origami on a well-defined self-assembling protein fibril. The whole as-prepared complex is ready to be served as biosensor for specific target molecules when a probe is attached to the QD. It is of high potential for development in biocompatible nanomaterials to detect cellular and molecular components, which advance clinically disease diagnosis.

Diagram of the hypothesis

d
d
d
d
d
d

<html><div align="center"></html> Step 1. Self-assembly of biotinylated Aβ fibrils. Monomeric Aβ and biotin-conjugated Aβ is mixed in 5:1 ratio.

d
d

Step 2. Applying streptavidin onto the nanofibril platform. Streptavidin will coat the fibril through conjugating with biotin.

d
d

Step 3. Introducing self-assembled biotin-modified DNA origami onto the nanofibril platform. The origami will bind onto streptavidin through the strong biotin-streptavidin interaction.

d
d

Step 4. Applying streptavidin-conjugated quantum dots onto the nanofibril platform. The quantum dot will bind onto the DNA origami through the biotin-streptavidin conjugation.

d
d

Schematic diagram of using Total Internal Reflection Fluorescence Microscopy (TIRFM) for detection of QD-functionalized DNA origami on self-assembled nanofibril platform.

d
d

Schematic diagram of Atomic Force Microscopy (AFM) for detection of QD-functionalized DNA origami on self-assembled nanofibril platform.

<html></div></html>

Result

Gel electrophoresis of the DNA origami

d
d

Figure 1. Gel electrophoresis of the DNA origami. All self-assembly reactions were performed in 20mM MgCl2 in a 23-hour annealing condition (see methodology). 1)100bp DNA Ladder; 2) - 9)13μM staples: 1μM scaffold; 10)100bp DNA Ladder. As is shown in the image, excess staples were separated from the assembled origami.

Height of nanofibril platform increased after attachment of the particles

d
d

Figure 2. Average height of the biotinylated Abeta fibrils. A: AFM imaging of the fibrils under different treatment; (1) Biotinylated Abeta fibrils control; (2) Quantum dot-conjugated biotinylated Abeta fibrils; (3) Quantum dot-DNA origami-streptavidin-conjugated biotinylated Abeta fibrils. B: Diagram demonstration of the average height after attachment on nanofibril platform. When the platform is coated with streptavidin, DNA origami, and quantum dots, the height significantly increased to around 7.0 nm, compared with the control (3.2 nm). *** P<0.001.

Width of nanofibril platform increased after attachment of the particles

d
d

Figure 3. Average width of the biotinylated Abeta fibrils. A: AFM imaging of the fibrils under different treatment; (1) Biotinylated Abeta fibrils control; (2) Quantum dot-conjugated biotinylated Abeta fibrils; (3) Quantum dot-DNA origami-streptavidin-conjugated biotinylated Abeta fibrils. B: Diagram demonstration of the average height after attachment on nanofibril platform. When the platform is coated with streptavidin, DNA origami, and quantum dots, the width significantly increased to around 53 nm, compared with the control (22 nm). *** P<0.001.

Even alignment of the particles was observed along nanofibril platform

d
d

Figure 4. Graphical analysis of the Abeta fibrils coated with the particles (cluster of streptavidin, DNA origami, and QD). As is shown in the result, the height of the particles attached is around the same level (4.79 nm), and the distance varied a little between different particles; overall, a pattern of even alignment of the particles are clearly demonstrated.

Less quantum dots were attached onto the DNA-coated nanofibril platform

d
d

Figure 5. Less quantum dots were attached on the nanofibril platform after the treatment with streptavidin and DNA origami. A: FM imaging of the fibrils with different treatment; (1) Quantum dot-conjugated biotinylated Abeta fibrils; (2) Quantum dot-DNA origami-streptavidin-conjugated biotinylated Abeta fibrils. B: Diagram demonstration of the amount of quantum dots attached on the nanofibril platform under different treatment. A significant lower level of the amount was observed when the platform had been treated with streptavidin and DNA origami, which are about 350 less than the QD-conjugated fibrils. *** P<0.001.

Discussion

Yielding rate of DNA origami

In the experiment, around 4.35 ng/μL of DNA could be extracted out from the agarose gel, which is around 82.65 nM according to the calculation (see Lab Logs of October). However, according to the recipes for self-assembling of DNA origami, the estimated yielding should be around 13 μM, much higher than the exact amount obtained. The low yielding rate may be caused by the inefficiency of the kit used for gel extraction. Moreover, a relatively low level of 260/230 was shown after the gel extraction, which is also thought to be caused by the remaining residue of the chemicals of the kit. Therefore, to raise the concentration of DNA origami in the future, alternative equipment such as Freeze n’ Squeeze column is suggested; to increase the purity of the DNA origami, precipitation step is necessary after the gel extraction.

Efficiency of DNA precipitation

To improve the purity of the DNA origami, DNA precipitation was performed (see methodology). According to the result, the amount of DNA would decrease by 70% to 80%, and the contaminant could be removed by around 95% in general, which reveals a high efficiency of purification but also a high sample loss. The loss in DNA sample may be caused during the removal of ethanol; however, since both AFM imaging and FM imaging showed positive results on the existence of DNA origami, the large amount of loss did not lead to the failure of quantum dot conjugation.

The decreased efficiency of quantum dot alignment

According to the results in fluorescent microscopic study, clear blinking fibril patterns were observed when applying onto the beta-amyloid with streptavidin (STV), DNA origami, and quantum dots (QD) sequentially. Nonspecific binding effects were minimized by blocking the rest space with 1% BSA solution and the washing using PB buffer between each step. Thus, if the QD exist, they are much more likely to connect to the DNA origami rather than exist everywhere, which could be confirmed from the images. However, compared with the fibril with QD added, less QD were found to attach onto the fibril, which is presumably caused by the repulsion effects between streptavidin molecules and DNA molecules. Since DNA origami are negatively charged biomolecules, they tend to be dispersed from each other rather than forming firm aggregates; therefore, less DNA origami can bind onto the streptavidin-coated nanofibril platform, thus leading to less binding of QD. The atomic force microscopic observation provided evidence to support the assumption of repulsion; not only the binding patterns of STV-DNA-QD particles along the fibrils were clearly shown, but also when comparing with the Abeta+QD sample, the STV-DNA-QD particles are much more bulky and dispersed. But still, the quantitative study on the interaction between streptavidin and DNA origami molecules need to be further analyzed in the future to deepen the understanding.

d
d

<html><p align="center">Hypothesis of Repulsion</p></html>

Potential Application

Drug delivery

In the next step, we hope to identify a medical substance whose chemical structure can be conjugated onto the small biotinylated DNA origami, and the whole as-prepared molecule can be delivered to target molecules, such as abeta fibrils, therefore demonstrates pharmacological effects as well as advances clinically disease treatment. This requires much more efforts in reading and conducting experiments, but the positive result of QD-functionalized DNA origami at current stage has opened up a promising future for DNA origami in the field of drug delivery.


<html> </div>

</body> </html>