Biomod/2013/Sendai/experiment

From OpenWetWare
Revision as of 18:53, 26 October 2013 by Kazuki Hirahara (talk | contribs)
Jump to navigationJump to search

<html> <head> <style>


/********************** Hide MediaWiki and init CSS, overwrite by bootstrap.css バルス**********************/

body{

background:none;

} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{

margin:0;
padding:0;
/* font-size:100%; */
 border:0;
outline:0;

} a, a:link, a:visited, a:hover, a:active{

text-decoration:none

}

/*訪れたリンクを白くするよ*/ .whiteSendai:visited{

color:#FFFFFF!important;

}

/*左詰め、真ん中、右詰め*/ .leftSendai { text-align: left; } .centerSendai { text-align: center; } .rightSendai { text-align: right; }


.firstHeading {

display:none;

}

  1. content{
border-style:none;
margin:0;
padding:0;

}

  1. globalWrapper{
font-size:100%;

}

  1. contentSub{
display:none;

}

  1. column-one{
display:none;

}

  1. footer{
display:none;

}

  1. globalWrapper{
font-size:100%;

}

  1. bodyContent h1, #bodyContent h2{
 margin-top: 20px;
 margin-bottom: 10px;

}


  1. bodyContent h3{
 margin-top: 20px;
 margin-bottom: 10px;
 border-bottom-width: medium;
 border-bottom-style: solid;
 border-bottom-color: gray;

}

  1. bodyContent h4{
 margin-top: 20px;
 margin-bottom: 10px;
 border-bottom-width: thin;
 border-bottom-style: solid;
 border-bottom-color: gray;

}

  1. bodyContent h5, #bodyContent h6{
 margin-top: 10px;
 margin-bottom: 10px;

/**** border-bottom-width: thin;

 border-bottom-style: solid;
 border-bottom-color: gray;
        • /

}

/********************************* Hide MediaWiki end *********************************/


/* Structure */ html{ background: #eee; } body {

 padding: 0px;
 background: #fff;
 color: #333;
 margin: 0 auto;
 max-width: 900px;
 font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

a {

 color: #105672;

}

header {/****position: fixed; ****/

       /******width: 100%;****/
       height: 90px;
       z-index: 1;

background: #F17F25;

        padding:0.01em 0.5em 1.5em ;

color: #fff; line-height: 1;

}

header h1{ margin-bottom: 0; }

header h1 span{ display: inline; color: rgba(255,255,255,.4); }

header span{ display: block; color: rgba(255,255,255,.2); font-weight: 300; margin-bottom: 1.6em }

header nav{ float: right; text-align: right } header nav div{ font-size: .8em; } header nav div a { font-weight: 300; padding: .3em .5em } header nav a{ color: #fff; display: inline-block; padding: .3em .8em }

header nav a:hover, header nav a:focus{ color: rgba(255,255,255,.6) }


[role=main]{ padding:1.5em 3em; } article{ padding: 1em 0; text-align: justify; text-justify: inter-ideograph;

}


footer{ background: #333; color: #fff; padding: 1em 3em;

       clear: both;    /***2段組みの左右のfloatを解除***/

}

/* Typography */

p{ font: 1em/1.5 Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; }

p.sukima{

       font-size: 150%;
       font-weight: normal;
       font-family: Helvetica;
       background: #bbb;
       padding-left: 1.2em;

}

img{ max-width: 100%; /***** height: auto; *****/ }


blockquote{ float: left; margin: 1em 3em; } blockquote p{ font-size: 1.4em; line-height: 1.2; font-weight: 700; font-style:italic; } a{ font: 700 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; text-decoration: none } a:hover, a:focus{ color: #000; } a:active{ position: relative; top:1px; }

ol{margin: 1em 0 1em 0; padding-left: 2em; } li{ margin: 0; }

/* Tabs */

  1. tabs

{ /*****position:fixed;****/

      width: 900px; 

}

.js-on #tabs article { display:none }

  1. tabs, #tabs nav a.active{

background: #FFF; color: #111; }

  1. tabs nav

{ position: relative; overflow: hidden; display: table; background: #bbb; }


  1. tabs nav a

{ width:900px; display:table-cell; padding:1em; text-align:center; color: #333; }

  1. tabs nav a:hover,#tabs nav a:focus

{ background:#eee }

  1. tabs article

{ padding:2em; }


.js-on #tabs article.active { display:block; }

  1. tabs #mobiles{

display:none; border-radius: 0; }

  1. tabs #mobiles a, #tabs #mobiles a:first-child, #tabs #mobiles a:last-child{

width:300px; border-radius: 0; }


/* Media queries */ @media screen and (min-width:900px) { body{font-size: 1.1em;} }

@media screen and (max-width:600px) { #tabs nav{ display: none; position: relative; } #tabs #mobiles{ display:block; } #tabs article { display:block; } } @media screen and (max-width:480px) { blockquote{ float: none; }

header nav a{ padding:.7em .8em } header nav{ float: none; margin: -.5em -3em 0; background: #000; overflow: hidden; text-align: left } header nav a{ border-right: 1px solid #222 } [role=main]{ padding:1.5em 2em; } header nav div{ display: none; }

}

/*column content*/

  1. content-right {

width:48%; /***段落の横幅***/ float:right; /***右に寄せる(他の要素を左に回り込ませる)***/ margin: 10px; }

  1. content-left {

width:47%; /***サイドの横幅***/ float:left; /***左に寄せる***/ margin: 10px; }

/*****キャプションレフト*****/

div.caption-left{ float: left; padding: 0 5px 5px 5px; }

.caption-left span{ display: block; text-align: center;

       font-size: smaller;
       font-weight: bold;

}

div.clear{ clear: both; margin: 0 0 10px 0; }

/*****キャプションライト*****/

div.caption-right{ float: right; padding: 0 5px 5px 5px; }

.caption-right span{ display: block; text-align: center;

       font-size: smaller;
       font-weight: bold;

}

div.clear{ clear: both; margin: 0 0 10px 0; }

/***floatの影響を絶つ。<div class="c-both"></div> のように使う***/

.c-both { clear: both; }

div.title{

        font-style: normal;
        font-weight: bold;
        font-size: 70px;
        line-height: 70px;
        font-family: Helvetica;

}

div.caption{

       text-align: center;
       font-size: smaller;
       font-weight: bold;

}

div.captiontable{

       font-size: smaller;
       font-weight: bold;

}

/*topに戻る*/

  1. ttop {position:fixed;
      bottom:140px;
      left:auto;margin:0 0 0 905px; /* マージン:上 右 下 左 */
      width:100px;
      height:390px;
      background:url(http://openwetware.org/images/f/f2/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A-1.png) no-repeat left bottom;}

/* IE6以下用、アスタリスクハックでググれ */

  • html #ttop {margin:0 0 -390px 0;
             position:relative;bottom:490px; /* 上で設定した ttopの高さ390px+下100px */
             left:960px;}
  1. ttop:hover {background:url(http://openwetware.org/images/b/b9/Top2.png) no-repeat left bottom;/* 画像の高さによって適当に調整 */
            }

a.page_top {display:block;width:100px;height:390px;}


</style> </head> </html> <html xmlns="http://www.w3.org/1999/xhtml"> <head>

   <title>Biomod2013 Sendai ver2.0</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   
   <style type="text/css">
   h1{color: white;}
   </style>

</head>

<body> <!-- <div style="max-width:900px; position:fixed;">****/ -->

   <header>
        <nav>      
          <div>

<!--

               <a href="#"  class="whiteSendai">Blog</a> 
               <a href="#"  class="whiteSendai">Twitter</a>
               <a href="#"  class="whiteSendai">Facebook</a>

--><br><br>

           </div>
          <a href="http://openwetware.org/wiki/Biomod/2013/Sendai" class="whiteSendai">Top</a> 
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/project" class="whiteSendai">Project</a>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/design" class="whiteSendai">Design</a> 
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/calcuation" class="whiteSendai">Calculation</a>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/experiment" class="whiteSendai">Experiment</a>

<a href="http://openwetware.org/wiki/Biomod/2013" class="whiteSendai" style="float:right;"><img src="http://openwetware.org/images/6/6e/Biomod-logo.jpg"

                                              width="75" height="75" alt="Biomod2013" border="0"></a><br>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol" class="whiteSendai">Protocol</a>   
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/future" class="whiteSendai">Future</a> 
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/member" class="whiteSendai">Member</a>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/sponsor" class="whiteSendai">Sponsor</a>
           </nav>
            <a href="http://openwetware.org/wiki/Biomod/2013/Sendai"><h1 style="color:white;" ><b>Biomod<span>2013<br>&emsp; Team</span>Sendai</b></h1></a> 
   </header> 

<div id="ttop"> <a href="#top" class="page_top" onfocus="this.blur();" onclick="scrollTo(0,0); return false;" title="Top"></a></div>

<section role="main">
       <article>

<h2>Experiment</h2>

<table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div> <ul> <li class="toclevel-1"><a href="#chain"> <span class="tocnumber">1</span> <span class="toctext">1st stage: Sensing system</span></a></li> <ul> <li class="toclevel-2"><a href="#bending"> <span class="tocnumber">1-1</span> <span class="toctext">Disruption of temperature sensitive liposomes</span></a></li> </ul> <li class="toclevel-1"><a href="#Flower"> <span class="tocnumber">2</span> <span class="toctext">2nd stage: Amplification system</span></a></li> <ul> <li class="toclevel-2"><a href="#sensing"> <span class="tocnumber">2-1</span> <span class="toctext">DNA Origami approach </span></a></li> <ul> <li class="toclevel-2"><a href="#5"> <span class="tocnumber">2-1-1</span> <span class="toctext">Making DNA Origami</span></a></li> <li class="toclevel-2"><a href="#6"> <span class="tocnumber">2-1-2</span> <span class="toctext">Labeling DNA Origami with fluorescent-tagged DNA</span></a></li>

<li class="toclevel-2"><a href="#7"> <span class="tocnumber">2-1-3</span> <span class="toctext">Disruption of liposomes by DNA Origami (microscopic analysis)</span></a></li> <li class="toclevel-2"><a href="#13"> <span class="tocnumber">2-1-4</span> <span class="toctext">Disruption of liposomes by DNA Origami (quantitative analysis)</span></a></li>

<li class="toclevel-2"><a href="#8"> <span class="tocnumber">2-1-5</span> <span class="toctext">Confirming sequence specificity of DNA</span></a></li> </ul> <li class="toclevel-1"><a href="#9"> <span class="tocnumber">2-2</span> <span class="toctext">Flower DNA approach</span></a></li> <ul>

<li class="toclevel-2"><a href="#11"> <span class="tocnumber">2-2-1</span> <span class="toctext">Disruption of liposomes by Flower DNA</span></a></li> <li class="toclevel-2"><a href="#12"> <span class="tocnumber">2-2-2</span> <span class="toctext">Confirming sequence specificity of DNA</span></a></li>


</li>


</ul> </li> </ul> </td></tr></table>

<h3 id=chain>1st stage: Sensing system</h3> <h4 id=bending>1-1Disruption of temperature sensitive liposomes</h4> <h6>Purpose</h6> In our project, we planned to use liposomes conjugated with NIPAM polymer as a chain reaction initiator. NIPAM (poly-N-isopropyl acrylamide) is a temperature sensitive molecule that has a unique critical temperature (Tc: 32~40˚C ). <br> When the temperature increased over than Tc, the hydrophilic polymer changes its property hydrophobic. It is expected that the change should disrupt the membrane lipid alignment. Here we confirm that the possibility of breaking liposomes with NIPAM by increasing temperature.<br> NIPAM was purchesed from <A href="http://www.sigmaaldrich.com/Graphics/COfAInfo/SigmaSAPQM/SPEC/73/731129/731129-BULK_______ALDRICH__.pdf">Sigma Aldrich</A><br> <br>

<h6>Method</h6> The liposomes were prepared by natural swelling method. Obtained sample included a mixture of unilamellar and multilamellar liposomes.<br> Then we added NIPAM-conjugated lipids (dissolved in ultra pure water (Milli-Q)) to the liposomes solution.<br> The liposomes were observed on the slide glass by phase-contrast microscopy. <br> After confirming the formation of the liposomes, a petri dish with hot water (~90˚C) was put on the sample slide glass to increase the temperature.<br> Detailed Protocol<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#bending">Protocol</A><br>

<h6>Result</h6>


<img src="http://openwetware.org/images/7/70/%EF%BC%92experiment_%E6%96%B0%E3%83%8B%E3%83%83%E3%83%91%E3%83%A0.jpg" width="100%" height="100%"><br>


Fig.1 Phase contrast images of liposomes in NIPAM solution. Temperature increased from RT to enough over than Tc (left to right).<br> <br> Fig.1 shows the continuous images before and after the temperature increase. The view sight was the same position. <br> NIPAM polymer turned into globular states with increasing temperature. Liposomes disappeared by increasing temperature (> Tc).<br>


<br>


<h6>Discussion</h6> Thermosensitive polymer NIPAM can disrupt the coexisting liposomes by the polymers phase transition. <br> On the other hand, some liposomes still present even at the high temperature. In this experiment, some fractions were multi-lamellar liposomes. Since globular states of NIPAM (hydrophobic) at high temperature attack the liposome membrane from the outside, it is not surprising that the multi-lamellar liposomes consist of many lipid bilayers are more difficult to disrupt. Therefore, we suppose that liposomes disrupted by temperature shift in Fig.1 were uni-lamella ones. These results confirmed that triggering by heat disrupted the liposomes.<br>


<h3 id=Flower>2nd stage: Amplification system</h5> <h4 id=sensing>2-1 DNA Origami approach</h4> <h5 id=5>2-1-1 Making DNA Origami</h5> <h6>Purpose</h6> In our project, to use DNA Origami as the Key DNA to break liposomes, we design the rectangular DNA Origami with a chipped edge. <br>

<h6>Method</h6> Mixing M13mp18, staples, 5xTAE Mg2+, and mQ in a microtube and annealing for 2.5 hours.<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#5">Protocol</A><br>


<h6>Result</h6> We obtain DNA Origami same as our design. The result was confirmed by AFM (Atomic Force Microscope.)<br> <Img Src="http://openwetware.org/images/0/0f/%E3%82%AA%E3%83%AA%E3%82%AC%E3%83%9F%E3%81%AEfig.1.jpg"> <br> Fig.2 AFM image of DNA Origami (M13: 4nM, staples:20nM)<br> <br>

<h6>Discussion</h6> As shown in Fig. 2, DNA Origami was well-formed.<br>

<h5 id=6>2-1-2 Labeling DNA Origami with fluorescent-tagged DNA</h5> <h6>Purpose</h6> To observe the fluorescent effect of DNA Origami on liposomes by microscope, we labeled our Origami by hybridizing with the fluorescent-tagged DNA strand. <br><br>

<h6>Method</h6> Our DNA Origami is composed of many staples that can bind to the same fluorescent-tagged DNA for labeling. We mixed fluorescent-tagged DNA with DNA Origami staples before annealing, and after annealing solution. Labeling of the DNA Origami was confirmed by gel-electrophoresis. Gel-electrophoresis was conducted with a 1% Agarose gel, 100V for 50 minutes.<br> <A href="http://openwetware.org/images/f/f0/%E6%96%B0%E9%9B%BB%E6%B0%97%E6%B3%B3%E5%8B%95.jpg">Protocol</A><br> <br> <h6>Result</h6> Figure 3 shows florescence detection of the gel before staining (Left) and after SYBR Gold staining (Right). In a non-stained gel, only lane 3 and 4 (*Ori, **Ori) was found. The fluorescent bands of Origami in a non-stained gel were at the same height as that in a stained gel, we conclude that our Origami was successfully fluorescently labeled irrespective of the timing of adding the fluorescent DNA.<br> <div align="center"> <Img Src="http://openwetware.org/images/8/8e/Fig5and6.jpg" width="450"><br> Fig.3 Labeling of DNA origami by fluorescence tagged DNA. Left panel shows non-stained gels, and right panel shows the same gels after SYBR Gold stain. From the left, marker, M13mp18, DNA Origami with fluorescent molecules added in pre-annealing (Ori*), DNA Origami with fluorescent molecules added in post-annealing (Ori**), and DNA Origami with no fluorescent molecule (Ori).<br></div> <br> <br> <h6>Discussion</h6> The results indicate we succeeded to label our Origami by the fluorescence DNA.<br> <br>

<h5 id=7>2-1-3 Disrupting liposomes by DNA Origami (microscopic analysis)<h5> <h6>Purpose</h6> To break liposomes with our Origami, first we investigate how our DNA Origami affects liposomes.<br> <br> <h6>Principle</h6> To break liposomes with our Origami, a lot of Origami has to hybridize to the surface of the liposomes.<br> To begin with, we added cholesterol-conjugated single-stranded DNA (in the rest of this document, referred to as Origami-anchor DNA) into liposomes, and made it float on the surface. The Origami-anchor DNA has a complementary part to our Origami, so the Origami is expected to hybridize to Origami-anchor DNA on the liposomes. In this way, lots of Origami would hybridize to liposomes via Origami-anchor DNA.<br> <br> <h6>Method</h6> To begin with, we mixed cholesterol-conjugated single-stranded DNA (in the rest of this document, referred to as Origami-anchor DNA) into liposomes, and made it float on the surface. Origami-anchor DNA has a complementary part to our Origami. We should note that the anchor DNA was added after liposome formation to avoid the anchor DNA are inserted on inner side of liposome. <br> We added Origami-anchor DNA into liposomes at the final concentration of 0.018, 0.069, 1.8, and 6.9µM (NOTE: the concentration of DNA origami is constant, only the concentrations of the anchor DNA varied). Then we observed the samples with a phase microscope. Next, adding the fluorescently labeled DNA Origami into the above liposomes.<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#7">Protocol</A><br> <br> <h6>Result</h6> In all four conditions, liposomes were observed with a phase microscope. We used the mixture of uni- and multi-lamella liposomes (Fig.4~7).<br>


<!--ここは表を使ってコンパクトに-->

<Img Src="http://openwetware.org/images/7/72/Lipofig4.png" width="400"></br> Fig.4 Phase microscope image of liposomes (Origami-anchor DNA: 0.018µM)<br> <br> <Img Src="http://openwetware.org/images/d/d0/Lipofig5.png" width="400"></br>

Fig.5 Phase microscope image of liposomes (Origami-anchor DNA: 0.069µM)<br>

<br> <Img Src="http://openwetware.org/images/d/de/Lipofig6.png" width="400"></br>

Fig.6 Phase microscope image of liposomes (Origami-anchor DNA: 1.8µM)<br>

<br> <Img Src="http://openwetware.org/images/d/d7/Lipofig7.png" width="400"></br>

Fig.7 Phase microscope image of liposomes (Orgami-anchor DNA: 6.9µM)<br>

<br> After Addition of the DNA Origami into the above liposomes, we observed with a fluorescent microscope. When the concentration of Origami-anchor DNA was 0.018, 0.069µM, many gleaming (in green color) liposomes were observed. These results confirmed that the fluorescently labeled Origami well hybridized to the liposomal surface but that did not disrupt (Fig.8, 9,10). <br> <table>

<tr>
 <td>
  <Img Src="http://openwetware.org/images/6/6c/Lipofig8.png" width="400">
 </td>
 <td>
  <Img Src="http://openwetware.org/images/a/a6/Lipofig9.png" width="400">
 </td>
</tr>

</table> Fig.8,9 fluorescent microscope image of liposomes (Origami-anchor DNA: 0.018µM)<br> <Img Src="http://openwetware.org/images/b/b4/Lipofig10.png" width="400"></br> Fig.10 fluorescent microscope image of liposomes (Origami-anchor DNA: 0.069µM) <br> <br> On the other hand, when the concentration of Origami-anchor DNA was 1.8µM, few gleaming liposomes could be seen with a fluorescent microscope (Fig.11). This result indicates the possibility that liposomes have broken.<br> <Img Src="http://openwetware.org/images/1/18/Lipofig11.png" width="400"></br> Fig.11 fluorescent microscope image of liposomes (Origami-anchor DNA: 1.8µM) <br> <br> When the concentration of Origami-anchor DNA is 6.9µM, some liposomes were gleaming and others distorted, forming networks (Fig.12).<br>

<Img Src="http://openwetware.org/images/8/88/Lipofig12.png" width="400"></br> Fig.12 fluorescent microscope image of liposomes (Origami-anchor DNA: 6.9µM) <br> <br> <h6>Discussion</h6> From these results, we put forward the following hypothesis about the interaction of DNA Origami and liposomes. When the concentration of the anchor DNA is low (0.018, 0.069µM), liposomes was still stable. When the concentration is middle (1.8µM), more DNA Origami hybridizes to the surface and loads on it. This loading made liposomes become fragile and easy to break. When the concentration is high (6.9µM), disrupted liposomes were connected with others, and consequently, form networks via Origami-anchor DNA and DNA Origami complex. <Img Src="http://openwetware.org/images/7/7c/Experimentinsidefig.png"><br> <br> Anyway, these data strongly indicted the designed DNA origami disrupted liposomes with high concentration of the anchor DNA. <br> <br> <br>

<h5 id=13>2-1-4 Disrupting liposomes by DNA Origami (quantitative analysis)<h5> <h6>Purpose</h6> The above experiments in 2-1-3 microscopic analysis suggest that our DNA Origami disrupted liposomes. Thus, we performed more quantitative analysis.<br> <br> <h6>Method</h6> We did the experiment using Flow cytometer (Cell Lab Quanta SC Flow Cytometer) in the same way as experiment 2-1-4. Only 7-13 μm diameter liposomes were analyzed (cut off by EV value) (Fig. 13). Liposomes showing over 100 SS value (the indicator of sample complexity) were also omitted because of reliability of the data. Liposomes encapsulating GFP molecules were used in this experiment.<br> <br> Following 50 μL of samples were examined with the Flow cytometer.<br> Sample 1. Liposomes + Origami-anchor DNA<br> Sample 2. Liposomes + Origami-anchor DNA + Surfactant (2%NP)<br> Sample 3. Liposomes + Origami-anchor DNA + Key DNA<br> <br> <div class="caption-right">

<img src="http://openwetware.org/images/f/f5/2-1-4liposome-size-graph%28lipo-leg-origami%29.png" style="padding-left:10mm;width: 250px;"><span> Fig. 13 Threshold cutting in the flow cytometer analysis by EV-SS plot (Sample 3)</span>

</div> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#8">Protocol</A><br> <h6>Result</h6> As figure below, we were able to observe liposomes containing GFP, by the confocal microscope.<br> (共焦点の図)<br> <br> この次の図、Figureは同じ(1枚の絵)にして図の上にサンプル条件を書く。左から「No additives」「+Surfactant (positive control)」「+ key DNA origami」!<br> Fig.14. Quantitative analysis by flow cytometer<br> The x axis of the following graph is the fluorescence intensity of only liposomes, and the y axis represents the number of liposomes.<br> <br>

<div class="caption-left">

<Img Src="http://openwetware.org/images/d/d6/2-1-4lipo-leg-TAE.png" style="padding-left:5mm"><span>Fig.1 Adding nothing<br>(Sample1) </span>

</div>

<div class="caption-left">

<Img Src="http://openwetware.org/images/0/03/2-1-4lipo-leg-kaimenkasseizai.png" style="padding-left:5mm"><span>Fig.2 Adding Surfactant<br>(Sample2) </span>

</div>

<div class="caption-left">

<Img Src="http://openwetware.org/images/b/b0/2-1-4lipo-leg-origami.png" style="padding-left:5mm"><span>Fig.3 Adding KeyDNA<br>(Sample3) </span>

</div> <br> Without addition, liposomes having high fluorescence intensity (over 100 a.u.) were mainly observed. When a surfactant NP40, which must disrupt liposomes, were added, the fraction of the high fluorescence liposomes decreased. When the key DNA origami was added, the fraction of the high fluorescence liposomes were completely diminished.<br> <br> <h6> Discussion </h6> These results confirmed that our designed DNA origami actually disrupted liposomes. (The efficiency was higher than 2% surfactant!) <br> <br> <h5 id=8>2-1-5 Confirming sequence specificity of DNA flow cytometer</h5> <h6>Purpose</h6> To confirm the selectivity of Key DNAs to the anchor DNA, we compared the effect of the complementary Key DNA and the no-binding Key DNA.<br> <br> <h6>Method</h6> Experimental conditions were the same in 2-1-4 except samples.<br> <br> Sample 1 (Complement). Liposomes + Origami-anchor DNA(A) + Key DNA(A)<br> Sample 2 (no binding pair). Liposomes + Orgiami-anchor DNA(A) + Key DNA(B)<br> <br> Protocol<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#8">Protocol</A><br>

<h6>Result</h6> The results were shown in figures 14.<br> 以下も前の節同様に1つのfigureにする!<br> Fig.1 Sample1(complement)<br>

Fig.2 Sample2(No binding pair)<br>


Fig.3 Adding Complementary key DNA<br>

Fig.4 Adding no binding Key DNA<br>

<br> <div class="caption-left"> <img src="http://openwetware.org/images/c/ca/Ex2-1-4fig1mini2.png" style="padding-left: 15mm;padding-right: 10mm;"> <span>Fig.1 Sample1(complement)</span> </div> <div class="caption-left">

<img src="http://openwetware.org/images/f/f6/Ex2-1-4fig2mini2.png" style="padding-left: 15mm;padding-right: 15mm;">

<span>Fig.2 Sample2(No binding pair)</span> </div> <br> <div class="caption-left">

<img src="http://openwetware.org/images/6/66/2-1-5lipo-legA-origamiA.png" style="padding-left: 15mm;padding-right: 10mm;width: 280px;">

<span>Fig.3 Adding Complementary key DNA</span> </div> <div class="caption-left"> <img src="http://openwetware.org/images/5/56/2-1-5lipo-legA-origamiB.png" style="padding-left: 14mm;padding-right: 15mm;width: 280px;"> <span>Fig.4 Adding no binding Key DNA</span> </div> <br> In the sample1, Origami-anchor DNA and Key DNA are complementary each other. In the sample B, the Key DNA has a different sequence that does not hybridize with anchor DNA. The X axis in the figures shows fluorescent intensity. Y axis indicate the number of count. High fluorescence (>100) means liposome with GFP, low fluorescence means that GFP inside liposomes were leaked. The non-binding key DNA does not affect liposome with anchor DNA. On the other hands, the complement key DNA disrupt liposomes.<br> <br> <h6>Discussion</h6> These results demonstrated the selectivity of the Key DNA sequence, and strongly supported our designed DNA actually disrupted liposomes via hybridization of the Key DNA and the anchor (keyhole) DNAs.<br> <br>


<h4 id=9>2-2 Flower DNA approach</h4> <!-------------SPRコメントアウトここから--------------------> <!-- <h5 id=10> 2-2-1 Confirming the formation of the loop structure by SPR</h5> <h6>Purpose</h6> To break liposomes by flower DNA method, we aim to attach many loop strands to the surface of liposomes. <br> To achieve this, we adopt the same hybridization method via Anchored DNA as used in i)Bending approach into liposomes: the Anchored DNA has a complementary part to our loop strand and the loop strand is expected to hybridize to liposomes.<br> We checked the hybridization of liposomes and Anchored DNA, and that of Anchored DNA and our loop strands. <br> <br>

<h6>Principle</h6> As our loop strand is too small to observe with an AFM or a fluorescent microscope, we used an apparatus called SPR.<br> SPR is a Surface Plasmon Resonance assay that estimates the weight of molecules attached to membrane surface, by the change of the reflection of the laser beam.<br> If Anchored DNA attaches to a liposome, and then loop strand attaches to it, SPR value increases after each step.<br> We measured SPR value after each step of adding DOPC into liposomes, and loop DNA into it.<br> <br>

<h6>Method</h6> <ur><li>1. Inject 45µl DOPC (100mM) into SPR</li> <li>2. Inject 5µl NAOH to SPR in order to stabilize the point</li> <li>3. Inject 10µl Anchored DNA (0.1µM) to SPR</li> <li>4. Inject 10µl loop DNA of 40 bp (0.1µM) to SPR</li> <li>5. Inject 10 µl Key DNA of 40 bp (0.1µM) to SPR</li> <br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#11">Protocol</A><br>

<h6>Result</h6> The result was shown in Fig.15 below.<br>

<Img Src="http://openwetware.org/images/f/fd/Flowerex2.png"></br> Fig.13 The transition of SPR value<br> <br> As the first injection of Anchored DNA caused no change of SPR value, we injected Anchored DNA for two times. <br> Fig 13 shows that SPR value increased after injecting Anchored DNA and loop DNA. Moreover, we should note that after injecting Key DNA some changes of SPR value were observed.<br> <br>

<h6>Discussion</h6> Fig.13 shows the behavior of materials on the surface of liposomes. The increase of SPR value after injecting Anchored DNA indicates that Anchored DNA successfully combined with liposomes. Similarly, it is considered that loop DNA combined with Anchored DNA. <br> Thus, we confirmed the formation of the loop structures on liposomes.<br> <br> --> <!---------------SPRコメントアウトここまで------------------>


<h5 id=11>2-2-1 Liposome disruption by flower DNA approach</h5> <h6>Purpose</h6> We evaluated whether flower DNA approach works to disrupt liposomes.<br> <br> <h6>Method</h6> We made phase-separated liposomes (DOPC: DPPC: cholesterol= 1: 1: 1) with encapsulating texas-Red (conjugated with dextran) dye inside by the water-in-oil emulsion method. Because of the difference of solid-liquid temperature between critical DOPC and DPPC, these two lipids were phase separated at room temperature. Cholesterol, which is also used in the anchor DNA, presents in the both phases. We expected that the anchor DNA in the solid phase (DPPC domain) provide strong stress on liposomes by hybridizing with the Key DNA. <br> <br> First, the Flower-anchor DNA (stained with SYBR Gold) was added into the liposomes. Next, we added the Key DNA that stretches the Flower anchored DNA into the mixture. The liposomes were observed in a chamber on a slide glass with a fluorescent microscope.<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#11">Protocol</A><br>


<h6>Result</h6> <img src="http://openwetware.org/images/4/47/%EF%BC%91%EF%BC%8D%EF%BC%91.png"><br> <img src="http://openwetware.org/images/d/d6/%EF%BC%91%EF%BC%8D%EF%BC%92.png"><br> <img src="http://openwetware.org/images/0/05/%EF%BC%91%EF%BC%8D%EF%BC%93.png"><br> We observed shrinking of liposomes (detected by red filter) by adding the Key DNA (Figure XXXXX). Shifting to green filter showed that the flower-anchor DNA (dyed with SYBR Gold) presented around shrunk liposomes (Figure XXXX). We should note that such aggregation of the flower anchor DNA was not observed before the addition of the key DNA.<br> <img src="http://openwetware.org/images/5/5e/%EF%BC%92%EF%BC%8D%EF%BC%91.png"><br> <img src="http://openwetware.org/images/e/ea/%EF%BC%92%EF%BC%8D%EF%BC%92.png"><br> Next, we made solution mixing chamber. In this chamber, we can observe the contact surface between Key DNA solution and liposomes solution. The right side of the boundary is Key DNA solution and the left side is liposome solution. Network structures (Green, which indicate the anchor DNA) were observed on the boundary of solutions. This result strongly supported the key DNA is the factor to form the network structure. <br><img src="http://openwetware.org/images/f/f6/%EF%BC%93%EF%BC%8D%EF%BC%91.png"><br> <img src="http://openwetware.org/images/5/53/%EF%BC%93%EF%BC%8D%EF%BC%92.png"><br> <img src="openwetware.org/images/e/e0/3-3.png"><br> When zoom up in the networks, liposomes that lost Texas-Red dextran were observed (Figure XXXXX). <br> <br>

<h6>Discussion</h6> In this experiment, three different changes were observed by adding the Key DNA: i) shrinking, ii) network structure formation, and iii) leak of fluorescence. These results suggest that we achieved disruption of liposomes by our flower DNA approach. <br> <br> <h5 id=11> 2-2-2 Confirming sequence specificity of DNA</h5> <h6>Purpose</h6> We demonstrate the selectivity of our Key DNA: the Key DNA only affects the corresponding Flower-anchor DNA and liposomes.<br> <br> <h6>Method</h6> Two types of phase separated liposomes were prepared by droplet transfer methods. One type is liposomes with GFP inside (Green liposome); the other type is liposomes with Texas-Red dextran inside (Red liposome).<br> The anchor DNA for Green liposome is named “A-flower-anchor DNA”, and the anchor DNA for Red liposome is named “B-flower-anchor DNA”. Each flower-anchor DNA can bind only the complementary Key DNA. This time, only Key DNA for Red liposomes (complementary to B-flower-anchor DNA) is added.<br> After adding B-Key DNA, the number of each color liposomes is counted to confirm the selectivity.<br> As a control, only buffer is added instead of B-Key DNA.<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol#12">Protocol</A><br> <br> <h6>Result</h6> Fig1 shows fluorescent microscope image of liposomes added B-Key DNA. Only Green liposomes (marked with green rectangles) and no Red liposomes can be seen.<br> <img src="http://openwetware.org/images/c/c9/Gazou1.png"><br> Fig.1 fluorescent microscope image of liposomes added B-Key DNA<br> (Green rectangles represent Green liposomes)<br> <br> Fig.2 is fluorescent microscope image of liposomes added buffer (control). In this figure, almost the same number of Green and Red liposomes are seen.<br>スケールバー後で入れます <img src="http://openwetware.org/images/7/7d/Gazou2.png"><br> Fig.2 fluorescent microscope image of liposomes added Buffer<br> (Green rectangle represent Green liposomes; Red, Red liposomes)<br> <br> <table border cellspacing="3" bgcolor="lightyellow"> <tr bgcolor="moccasin"> <td> Additives </td> <td> B-key DNA </td> <td> Buffer </td> </tr> <tr bgcolor="moccasin"> <td> Green:Red </td> <td>17:2 (n = 19)</td> <td>16:17 (n= 33)</td> </tr> </table> Table1 Ratio of Green and Red liposomes<br> Table1 shows the Ratio of Green and Red liposomes.<br> When the control buffer is added, the number of Green and Red liposomes are almost the same. On the other hand, when B-Key DNA is added, much less number of red liposomes is seen compared to the number of Green liposomes.<br> <br> <h6>Discussion</h6> Comparing Fig.1 and 2, the ratio of Red to Green liposomes decreases due to the addition of B-Key DNA. This means that B-Key DNA only breaks Red liposomes and it has little effect on Green liposomes.<br> The selectivity of Key DNA has been successfully demonstrated. </h6>

       </article>


   </section>

<!-- /***** </div> ****/ -->


   <footer>
       <p>&copy; Copyright Biomod 2013 Team Sendai
               <a href="http://www.molbot.mech.tohoku.ac.jp/index.html">

                  <img src="http://openwetware.org/images/3/36/Murata-nomura-logo.png"

                                     width="180" height="50" alt="Molcular Robotics Lab" border="0" align="right">

         </a>      </p>

       <p>E-MAIL:
           <a href="mailto:biomod.teamsendai.2012@gmail.com">biomod.teamsendai.2012@gmail.com
           </a>
       </p>
       <br>
       <a href="?action=edit" align="center"><p>edit</p></a>
   </footer>
   

</body> </html>

<html> <head>

       <script type="text/javascript">
     function tabs(a,g,j){document.body.className="js-on";var g=a.getElementsByTagName(g),d=[],c;this.active;this.total=g.length;this.container=a;e=a.insertBefore(document.createElement("nav"),g[0]),change=function(f){if(typeof this.active!=="undefined"){d[this.active].className=g[this.active].className=""}d[f].className=g[f].className="active";this.active=f},clickEvent=function(h,f){h.onclick=function(){change(f);return false}};for(var b=0;b<g.length;b++){d[b]=e.appendChild(document.createElement("a"));d[b].href="#";c=[g[b].getAttribute("data-title"),g[b].getElementsByTagName(j)[0]];d[b].innerHTML=c[0]!==null?c[0]:c[1]?c[1]["innerText"||"textContent"]:b+1;new clickEvent(d[b],b)}change(0)}tabs.prototype.change=function(b){change(b-1)};tabs.prototype.next=function(b){active===this.total-1?change(0):change(active+1)};tabs.prototype.prev=function(b){active===0?change(this.total-1):change(active-1)};tabs.prototype.responsive=function(d,c){nav=document.createElement("nav");nav.id="mobiles";nav.innerHTML='<a href="#" onclick="'+d+'.prev(); return false">'+c.prev+'</a><a href="#" onclick="'+d+'.next(); return false">'+c.next+"</a>";this.container.insertBefore(nav,this.container.firstChild);return this};
       </script>
       <script type="text/javascript">

var myTabs = new tabs(document.getElementById("tabs"), "article", "h2").responsive("myTabs", { prev: "Previous", next: "Next" }); </script> </head> </html>