Biomod/2013/Sendai/experiment: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 121: Line 121:
<tr>
<tr>
<td>
<td>
<img src="http://openwetware.org/images/6/60/After_increase1.png" width="307" height="451"><br>
<img src="http://openwetware.org/images/d/d5/%E5%9B%B37.png" width="307" height="451"><br>
</td>
</td>
<td>
<td>
<img src="http://openwetware.org/images/d/d3/After_increase2.png" width="307" height="451"><br>
<img src="http://openwetware.org/images/1/17/%E5%9B%B310.png" width="307" height="451"><br>
</td>
</td>
</tr>
</tr>

Revision as of 06:40, 25 October 2013

<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">Step1 Disruption of temperature sensitive liposomes</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">Step2 Liposome disruption induced by attachment of key DNA with anchor DNA</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</span></a></li> <li class="toclevel-2"><a href="#8"> <span class="tocnumber">2-1-4</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="#10"> <span class="tocnumber">2-2-1</span> <span class="toctext">Confirming the formation of the loop structure by SPR</span></a></li> <li class="toclevel-2"><a href="#11"> <span class="tocnumber">2-2-2</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-3</span> <span class="toctext">Confirming sequence specificity of DNA</span></a></li>


</li>


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

<h3>1 Step1 Disruption of temperature sensitive liposomes</h3> <h4>1-1Disruption of temperature sensitive liposomes</h4> <h6>Purpose</h6> In our project, we adopt liposomes conjugated with NIPAM polymer (temperature sensitive liposomes) as initiators that sense environmental change (temperature increase). <br> We confirm that the initial liposomes with NIPAM break with temperature increase.<br> <br>

<h6>Method</h6> We used Egg PC for the lipids and L paraffin for the buffer. Vortex process was applied to make liposomes.<br> Then we added NIPAM (dissolved in chloroform) into the liposomes.<br> The liposomes were observed on the slide glass with a phase-contrast microscopy. <br> After confirming the formation of the liposomes, we put a petri dish with hot water inside on the slide glass to increase the temperature.<br> Protocol<br> (対応するプロトコルへのリンク)<br>

<h6>Result</h6> Fig.1 shows liposomes before the temperature increase. <br>


<img src="http://openwetware.org/images/2/24/%E5%9B%B34.png" width="307" height="451"><br>


Fig.1 Liposomes with NIPAM before the temperature increase<br> <br> Figure 2 shows the state after the temperature increase by putting a petri dish with hot water inside on the slide glass. The view sight in Fig.2 was the same as that in Figure 1. <br> Only a rough background and no liposome were observed in Fig.2(right). Even after focus shifts, no liposome was seen.<br>

<table> <tr> <td> <img src="http://openwetware.org/images/d/d5/%E5%9B%B37.png" width="307" height="451"><br> </td> <td> <img src="http://openwetware.org/images/1/17/%E5%9B%B310.png" width="307" height="451"><br> </td> </tr> </table> Fig.2 the state after the temperature increase<br>


<h6>Discussion</h6> As liposomes present in Fig.1 disappeared in Fig.2, liposomes with NIPAM were likely to have burst. <br> On the other hand, some liposomes were still present even after the temperature increase. This is probably because they are multi-lamella liposomes (liposomes that consist of many lipid bilayers). Multi-lamella liposomes are more difficult to break than uni-lamella ones. Therefore, we suppose that liposomes that were present in Fig.1 but disappeared in Fig.2 were uni-lamella ones.<br>

<h3>2 Step2 Liposome disruption induced by attachment of key DNA with anchor DNA</h5> <h4>2-1 DNA Origami approach</h4> <h5>2-1-1 Making DNA Origami</h5> <h6>Purpose</h6> In our project, we use DNA Origami as Key DNA to break liposomes. We design rectangular DNA Origami with a chipped edge and try to make it.<br>

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

<h6>Result</h6> We confirmed that our DNA Origami was well formed by AFM (Atomic Force Microscope) (Fig.4).<br> <Img Src="http://openwetware.org/images/d/d9/Outsideafm2.png"> <br> Fig.4 AFM image of DNA Origami (M13: 4nM, staples:20nM)<br> <br>

<h6>Discussion</h6> Just like our design, rectangular DNA Origami with a chipped edge was observed.<br>

<h5>2-1-2 Labeling DNA Origami with fluorescent-tagged DNA</h5> <h6>Purpose</h6> If Origami is fluorescently labeled, it is much easier to observe the effect of DNA Origami on liposomes. So we labeled our Origami by hybridizing it with fluorescent-tagged DNA strand.<br><br>

<h6>Method</h6> Our DNA Origami has many staples that can bind to fluorescent-tagged DNA for labeling. We mixed fluorescent-tagged DNA together with DNA Origami staples in annealing solution.<br> In addition, to see if the Origami binds to the fluorescent-tagged DNA in a shorter time, we added the fluorescent-tagged DNA into the control annealing solution, which had contained no fluorescent-tagged DNA, and left it for 40 minutes.<br> To see the Origami was well labeled with fluorescent molecules, we used electrophoresis. <br> Electrophoresis was conducted with a 1% agarose gel, CV100V for 50 minutes.<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol">Protocol</A><br> <br> By scanning a gel before staining, we can see only the bands of DNA structures with fluorescent molecules; scanning a gel after staining, we can see the bands of all DNA structures. So we scanned a gel before and after staining (we scanned both a non-stained and a stained gel). <br> First we saw the bands of our Origami in a non-stained gel. Then, we compared the bands with those in a stained gel. If the bands of Origami in a non-stained gel were at the same height as that in a stained gel, we can say that our Origami was successfully fluorescently labeled.<br> <br>

<h6>Result</h6> In a non-stained gel (Fig.5), only bands in lane 3 and 4 from the left (*Ori, **Ori) can be seen. They are fluorescently labeled structures. In addition, as they gave the same result, 40 minutes is long enough for fluorescently labeling.<br> <Img Src="http://openwetware.org/images/5/58/S_Outside-gel-3.2.png" width="300"><br> Fig.5 Non-stained gel image: only bands in two lanes can be seen. From the left, they are DNA Origami with fluorescent molecules in pre-annealing (Ori*), and DNA Origami with fluorescent molecules in post-annealing (Ori**)<br> <br> In a stained gel (Fig.6), marker lane (lane 1) had the longest DNA strand of 20kb. Comparing this band and the band of M13mp18 (lane 2) with annealed DNA Origami (lane 3,4,5), the bands of the Origami are at the higher position. Therefore, we concluded that in lane3~5, DNA Origami structure was made as we had expected. <br> We considered that the bands in lane3~5 are seen as if they were diffused, just because our Origami has many staples binding to the fluorescent-tagged DNA, and each Origami attaches to different number of them, and its molecular weight varies.<br> <Img Src="http://openwetware.org/images/2/2d/S_Outside-gel-2.2.png" width="300"> </br> Fig.6 Stained gel image: from the left, marker, M13mp18, Ori*, Ori**, and DNA Origami with no fluorescent molecule (Ori)<br> <br>

<h6>Discussion</h6> Combining the results of Fig.5 and 6, the fluorescently labeled bands in lane3 and 4 in Fig.5 are at the same height as those of DNA Origami in Fig.6. Thus, we concluded our Origami was successfully fluorescently labeled.<br> <br>

<h5>2-1-3 Disrupting liposomes by DNA Origami<h5> <h6>Purpose</h6> To break liposomes with our Origami, first we investigate how our DNA Origami affect 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> We added Origami-anchor DNA into liposomes at the final concentration of 0.018, 0.069, 1.8, and 6.9µM. Then we observed the samples with a phase microscope. <br> Next, adding fluorescently labeled DNA Origami into the above liposomes, we saw if some change would happen with a fluorescent microscope.<br> <A href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol">Protocol</A><br> <br> <h6>Result</h6> In all four conditions, liposomes were observed with a phase microscope. We confirmed the formation of multi-lamella liposomes (Fig.7~10).<br> <br>

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

<Img Src="http://openwetware.org/images/7/72/Lipofig4.png" width="400"></br> Fig.7 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.8 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.9 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.10 Phase microscope image of liposomes (Orgami-anchor DNA: 6.9µM)<br>

<br> Adding fluorescently labeled DNA Origami into the above liposomes, we saw if some change would happen with a fluorescent microscope.<br> When the concentration of Origami-anchor DNA was 0.018, 0.069µM, many gleaming (in green color) liposomes were observed. We confirmed that the fluorescently labeled Origami well hybridized to the liposomal surface (Fig.11,12,13). <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.11,12 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.13 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.14). This result indicates the possibility that liposomes have broken.<br> <Img Src="http://openwetware.org/images/1/18/Lipofig11.png" width="400"></br> Fig.14 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.15).<br>

<Img Src="http://openwetware.org/images/8/88/Lipofig12.png" width="400"></br>

Fig.15 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.<br> When the concentration of Origami-anchor DNA is low (0.018, 0.069µM), DNA Origami hybridizes to the surface of liposomes relatively stablely. When the concentration is middle (1.8µM), more DNA Origami hybridizes to the surface and loads on it. The liposomes become fragile and easy to break. When the concentration is high (6.9µM), some liposomes exist individually, and others form networks via Origami-anchor DNA and DNA Origami complex.<br> <Img Src="http://openwetware.org/images/7/7c/Experimentinsidefig.png"><br> <br> According to this hypothesis, when the concentration of Origami-anchor DNA is 1.8µM, DNA Origami breaks liposomes. <br> <br> <br>

<!-- 国内大会後の記事。国内大会前の結果の方がよかったからけしておく <h5>2-1-3 DNAオリガミによりリポソームを破壊する実験</h5> <h6>Purpose</h6> DNAオリガミによるアプローチではDNAオリガミがリポソーム表面にハイブリしてリポソームに負荷をかけて割れる。本実験ではDNAオリガミによってリポソームが割れるかどうかを確かめる。<br>

<h6>Method</h6>

DNAオリガミに蛍光をハイブリさせたものをアニーリングにより作製する<br> 界面通過法によりリポソームをつくる<br> 位相差顕微鏡でリポソーム2μℓを観察する(この時点ではまだ割れない)<br> 位相差顕微鏡で観察しているリポソーム2μℓにコレステロールレグ5μℓをピペッティングして混ぜ、観察する。(鍵DNAオリガミを入れていないのでこの時点ではまだ割れない)<br> 位相差顕微鏡で観察しているリポソーム+コレステロールレグのサンプルに精製したDNAオリガミ4μℓを加え、顕微鏡で観察する<br>

Protocol (対応するプロトコルへのリンク)

<h6>Result</h6> リポソームのみの位相差顕微鏡の画像は図7のようになった。リポソームが確認できる。<br>

図7 リポソーム2μℓの位相差顕微鏡画像<br> リポソームにコレステロールレグを加えたサンプルの位相差顕微鏡画像は図8のようになった。この時点でもリポソームが確認できた。<br>

図8 リポソーム2μℓ+コレステロールレグ5μℓの位相差顕微鏡画像<br> リポソーム+コレステロールレグに精製したDNAオリガミを加えた位相差顕微鏡画像は図9のようになった。DNAオリガミを加えた3分後にネットワークのような構造が確認された。このネットワーク構造はDNAオリガミを加える前は確認できなかったものである。<br>

図9 リポソーム2μℓ+コレステロールレグ5μℓ+精製したDNAオリガミ4μℓの位相差顕微鏡画像<br> <h6>Discussion</h6> このネットワーク構造はDNAオリガミを加えたあとに発生した。そのため、このネット―ワークのような構造はリポソームが割れた跡なのではないかと考えられる。<br> しかし、今回は顕微鏡で観察しているリポソームにコレステロールレグやDNAオリガミのサンプルを加えたためリポソームの濃度が薄くなるので一つのリポソームを定点観察することが難しく、リポソームが割れる瞬間を観察できなかった。<br> 浸透圧で割れない程度の粘性の高いリポソームやアガロースゲルで固定してリポソームを観察すれば定点観察できると考えられる。<br> -->

<h5>2-1-4 Confirming sequence specificity of DNA </h5> <h6>Purpose</h6> In this project, we adopt DNA for the Key of chain reaction because DNA has a significant characteristic: sequence specificity. Utilizing this sequence specificity, we aim to select liposomes that will be broken by Key DNA, induce chain-reactive liposomal disruption by some Key DNA, and make connections between liposomes.<br> Corresponding to the liposomes, we arrange two kinds of Origami-anchor DNA of different sequences and attach the anchor to the liposomes. Then we mix both kinds of liposomes together. <br> Into the mixture, Key DNA for just one kind of liposomes is added. We confirm that the Key DNA breaks only the corresponding kind of liposomes.<br> <br>

<h6>Method</h6> We made two kinds of liposomes: liposomeA and liposomeB by water-in-oil emulsion process. LiposomeA contains GFP (Green Fluorescent Protein) inside, and liposomeB has Rhodamine (red fluorescent dye) in itself. <br> <!--脂質の組成は?--> <br> Origami-anchor DNA for liposome A has the sequence of 5'-CCAGAAGACG-chol-3'. The anchor for liposome B has the sequence of 5'-TCCACTAACG-chol-3'. Both Origami-anchor DNA was mixed with the corresponding liposomes.<br> Each liposome was centrifuged for one minute to remove the excess Origami- anchor DNA.<br> Then we mixed 1µl of each liposome and observed it with a phase-contrast microscope. Next, 4µl refined DNA Origami was added to the mixture (of liposomeA and B). The sample was also observed with a phase-contrast microscope. <br> <!--蛍光ついている??--> Protocol<br> (対応するプロトコルへのリンク)<br>

<h6>Result</h6> Fig.16 is the phase-contrast microscope image of the mixture of liposome A and B before the addition of Key DNA Origami. <br> <img src="http://openwetware.org/images/6/68/LegA%2BB_10.jpg"><br> Fig.16 Phase contrast microscope image of the mixture of liposome A (Green) and B (Red) <h6>Discussion</h6> (要加筆) <br> <h4>2-2 Flower DNA approach</h4> <h5> 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> <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.15 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 15 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.15 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>

<h5>2-2-2フラワーミセルによりリポソームを破壊する実験</h5> <h6>Purpose</h6> In flower DNA approach, the Key DNA strand attaches to Flower-anchor DNA on liposomes, load on the liposomes, and break them. We confirm the disruption of liposomes フラワーミセルアプローチでは鍵DNAストランドがリポソーム表面に生えているアンカーDNAにハイブリしてリポソームが割れる必要がある。それを確かめるために。

<h6>Method</h6> We annealed DNA Origami with fluorescently labeled staples. Liposomes dyed with Texas Red (fluorescent dye) were prepared, and observed with a fluorescent microscope. Then we added DNA Origami into the liposomes. They were also observed with a fluorescent microscope. DNAオリガミに蛍光をハイブリさせたものをアニーリングにより作製する 膜染色(テキサスレッド)したリポソームをつくる リポソームのみを蛍光顕微鏡で観察する。 リポソームにDNAオリガミを加えてその後の様子を観察する (対応するプロトコルへのリンク)

<h6>Result</h6>

<h6>Discussion</h6>

<h5>2-2-3 DNAによる配列特異性を証明する実験</h5> <h6>Purpose</h6>

<h6>Method</h6> (対応するプロトコルへのリンク)

<h6>Result</h6>

<h6>Discussion</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>