Biomod/2014/Kashiwa/Protocol

From OpenWetWare
Revision as of 13:51, 28 August 2014 by Takaaki Kirihara (talk | contribs)
Jump to navigationJump to search

<html> <head> <div id="#top"></div>

<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

<script type="text/javascript"> new Image(120,80) = "http://openwetware.org/images/7/7a/Logo2Kashiwa.png";

new image(120,80) = "http://openwetware.org/images/1/1d/Logo2.5.png";

new image(71,143) = "http://openwetware.org/images/2/2a/Top1.gif";

new image(71,143) = "http://openwetware.org/images/f/f0/Top2.gif";

new image() = "http://openwetware.org/images/3/38/BackgroundKashiwa.png";

new image() = "http://openwetware.org/images/9/9c/BackgroundKashiwa2.png"; </script>


<script type="text/javascript">

  $(function(){
     $("#menu li").hover(function(){
        $("ul",this).show();
     },
     function(){
        $("ul",this).hide();
     });
  });

</script>


<script type="text/javascript"> <!-- if (document.images) {

// 設定開始(使用する画像を設定してください)

// 通常の画像 var img0 = new Image(120,80); img0.src = "http://openwetware.org/images/e/ec/LogoKashiwa.png";

// ポイント時の画像1 var img1 = new Image(120,80); img1.src = "http://openwetware.org/images/2/26/Logo3Kashiwa.png";


// 設定終了

} // ポイント時の処理 function On(name) { if (document.images) { document.images['def'].src = eval(name + '.src'); } } // 放した時の処理 function Off() { if (document.images) { document.images['def'].src = img0.src; } } // --> </script>

<META http-equiv="Content-Style-Type" content="text/css">

<style type="text/css">


.page-back { position: fixed; bottom: 25px; right: 25px;}

p.paragraph {

 font-size :100%;
 line-height: 135%;
 margin: 10px 25px;

}

p.reference {

 font-size :90%;
 line-height: 135%;
 margin: 10px 20px;

}

p.indent-paragraph {

 font-size :110%;
 line-height:1.5;
 margin:0 30px;
 text-indent: 1em;
 }

h1.title a{

 font-size :100%;
 display: block;
 text-decoration: none;
 color: #000000;

 font-weight:bolder;

 border-left: solid 5px #e00000;
 }

h2.reference a{

 font-size :90%;
 display: block;
 text-decoration: none;
 border-left: solid 5px;
 }

body {

 font-size: 12px;
 font-family: Frutiger, Helvetica, Arial;
 background-color: #B5D3FF;
 overflow-y:scroll;
 overflow-x:hidden;

} article {

 background-color: #ffffff

} .container {

  background-color: #ffffff;
  margin-top:0px

}

.OWWNBcpCurrentDateFilled {display: none;}

}

  1. column-content

{

  width: 0px;
  margin: 0;
  padding: 0;
  float:left;

} .firstHeading {

  display:none;
  width:0px;

}

  1. globalWrapper

{

  width:900px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;

}

  1. column-one

{

  display:none;
  width:0px;
  background-color: #ffffff;

}

  1. content

{

  margin: 0px;
  align: center;
  padding: 0px 12px;
  width:876px;
  border: 0;

}

  1. bodyContent

{

  width: 800px;
  padding: 0px 38px;
  align: center;
  background-color: #ffffff;
  position:relative;
  

}

  1. column-content

{

  width: 900px;
  background-color: #ffffff;

}


  1. footer

{

  position: center;
  width: 900px;

}

div.menubar {

  position: fixed;
  background-color: none; /* バーの背景色 */
  opacity: 0.95;
  border-top: 0px double white; /* バーの上端線 */
  border-bottom: 0px double white; /* バーの下端線 */
  min-width: 900px; /* メインメニュー全部が収まる最低横幅 */
  z-index:3

}

div.menubar ul#menu {

  margin: -33px 0px 0px -50px; /* メニューバー外側の余白 */
  padding: 0px; /* メニューバー内側の余白 */
  height: 80px; /* メニューバーの高さ */
  list-style-type: none;

}

div.menubar ul#menu li {

  min-width: 110px; /* メニュー項目の横幅 */
  height: 80px; /* メニュー項目の高さ(「メニューバーの高さ」と一致させる) */ 
  float: left;
  list-style-type: none;
  list-style-image: none;
  position: relative;

}

div.menubar ul#menu a {

  text-decoration: none; /* メニュー項目の装飾(下線を消す) */
  display: block; 
  background-color: #1F003E;/* メニュー項目の背景色 */
  color: white; /* メニュー項目の文字色 */
  line-height: 80px; /* メニュー項目のリンクの高さ(「メニュー項目の高さ」と一致させる) */
  text-align: center; /* メインメニューの文字列の配置(中央寄せ) */ 
  width: 100%;
  height: 100%;

}

div.menubar ul#menu a:hover {

  background-image: url("http://openwetware.org/images/3/38/BackgroundKashiwa.png"); /* メニュー項目にマウスが載ったときの背景色 */
  color: #8B008B; /* メニュー項目にマウスが載ったときの文字色 */

}

div.menubar ul#menu a:active {

  background-image: url("http://openwetware.org/images/3/33/Background2.png"); /* メニュー項目にマウスが載ったときの背景色 */
  color: #8B008B; /* メニュー項目をクリックした時の文字色 */

}

/* メニューバー直後のClearfix */ div.menubar ul#menu {

  zoom:1; 

} div.menubar ul#menu:after {

  height: 0; visibility: hidden; content: "."; display: block; clear: both;

}

div.menubar ul#menu ul.sub {

  background-color: #1F003E; /* サブメニュー全体の背景色 */
  border-width: 0px 0px 0px 0px; /* サブメニュー全体の枠線の太さ */
  border-style: solid; /* サブメニュー全体の枠線の線種 */
  border-color: #191970; /* サブメニュー全体の枠線の色 */
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute;

}

div.menubar ul#menu ul.sub li {

  width: 110px;
  height: 50px; /* サブメニュー1項目の高さ */
  border-width: 0px 0px 0px 0px; /* サブメニュー1項目の枠線の太さ */
  border-style: solid; /* サブメニュー1項目の枠線の線種 */
  border-color: #191970; /* サブメニュー1項目の枠線の色 */
  z-index: 3

}

div.menubar ul#menu ul.sub li a {

  line-height: 50px; /* サブメニュー1項目の行の高さ(「サブメニュー1項目の高さ」と合わせる) */
  text-align: center;  /* サブメニュー1項目の項目名の配置(中央寄せ) */
  text-indent: 0px;  /* サブメニュー1項目の項目名前方の余白 */

}

div.menubar ul#menu ul.sub li a:hover {

  background-image: ('back');
  background-size: 100% auto;
  background-color: #FF00FF; /* サブメニュー項目にマウスが載ったときの背景色 */
  color:  #8B008B; /* サブメニュー項目にマウスが載ったときの文字色 */

}

div.menubar ul#menu ul.sub li a:active {

  background-image: ('backclick') /* メニュー項目にマウスが載ったときの背景色 */
  backround-size: 100% auto;
  color: #8B008B; /* メニュー項目をクリックした時の文字色 */

}

</style>

<div class="menubar">

 <ul id="menu">
 <font face="Frutiger,Helvetica,Arial">
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa"><img src="http://openwetware.org/images/e/ec/LogoKashiwa.png" onmouseover="this.src='http://openwetware.org/images/7/7a/Logo2Kashiwa.png'" onclick="this.src='http://openwetware.org/images/1/1d/Logo2.5.png'" onmouseout="this.src='http://openwetware.org/images/e/ec/LogoKashiwa.png'" height="80px" width="120px" name="def"></a>
   </li>
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Project" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">PROJECT</span></a>
     <ul class="sub">
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Project#1" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Background</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Project#2" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Motivation</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Project#3" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Project Goals</span></a></li>
     </ul>
   </li>
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Trial" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">&nbsp;EARLY TRIAL&nbsp;</span></a>
     <ul class="sub">
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Trial#1" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Design</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Trial#2" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Approaches</span></a></li>
     </ul>
   </li>
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Design" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">DESIGN</span></a>
     <ul class="sub">
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Design#2" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">The Receptor</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Design#1" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">The Motor</span></a></li>
     </ul>
   </li>
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Highlights" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">&nbsp;EXPERIMENT&nbsp;&nbsp;</span></a>
     <ul class="sub">
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Highlights" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Highlights</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Receptor" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">The Receptor</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Motor" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">The Motor</span></a></li>
     </ul>
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Discussion" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">&nbsp;&nbsp;DISCUSSION&nbsp;</span></a>
     <ul class="sub">
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Discussion#1" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Achievements</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Discussion#2" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Future</span></a></li>
     </ul>
   </li>
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Protocols" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">PROTOCOL</span></a>
   </li>
   <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Team" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">TEAM</span></a>
     <ul class="sub">
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Team#1" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Members</span></a></li>
       <li><a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Team#2" onMouseOver="On('img1')" onMouseOut="Off()"><span style="font-size:12pt;">Sponsors</span></a></li>
     </ul>
   </li>
 </font>
 </ul>

</div> <br> <br> <br> <div class="page-back"><a href="#top"> <img src="http://openwetware.org/images/2/2a/Top1.gif" onmouseover="this.src='http://openwetware.org/images/f/f0/Top2.gif'" onmouseout="this.src='http://openwetware.org/images/2/2a/Top1.gif'" height="150px"/></a></div> </head>


</html>

<html>

<head>

<style> p.title {font-family: Arial,Frutiger;

        font-size: 120%;
        font-weight: bold;
        margin: 0px;
        padding:0 65px}

p.subtitle {font-family: Arial,Frutiger;

           font-size: 100%;
        margin: 0px;
        padding:0 65px}

p.headline {font-family: Arial,Frutiger;

                 font-size: 90%;
                 margin: 0px;
                 padding:0 65px}

p.line {font-family: Arial,Frutiger;

                 font-size: 90%;
                 margin: 0px;
                 padding:0 65px}

p.mini {font-family: Arial,Frutiger;

        font-size: 80%;
        margin: 0px;
        padding:0 65px}




.sample_01 { width: 300px; font-size: 90%; border-collapse: collapse; margin: 0 65px; }

.sample_01 caption { width: auto; text-align: left; maegin: 0; border-radius: 3px; padding: 5px; background-color: #ADD8E6; border: 1px solid #b9b9b9; }

.sample_01 th { width: 200px; padding: 5px; text-align: left; vertical-align: top; color: #333; background-color: #fff; border: 1px solid #b9b9b9; } .sample_01 td { padding: 5px; background-color: #fff; border: 1px solid #b9b9b9; } </style>

<style> .sample_02 { font-size: 80%; width: 400px; border-collapse: collapse; position: relative; top: 10px; margin-bottom: 10px } .sample_02 th { width: 250px; padding: 7px; text-align: left; vertical-align: top; color: #333; background-color: #eee; border: 1px solid #b9b9b9; } .sample_02 td { padding: 6px; background-color: #fff; border: 1px solid #b9b9b9; } </style> <style> .sample_03 { font-size: 80%; border-collapse: collapse; position: relative; left: 70px; width: 350px; } .sample_03 th { width: 200px; padding: 5px; text-align: left; vertical-align: top; color: #333; background-color: #eee; border: 1px solid #b9b9b9; } .sample_03 td { padding: 4px; background-color: #fff; border: 1px solid #b9b9b9; } </style> <style> .sample_04 { font-size: 90%; width: 400px; border-collapse: collapse; position: relative; margin: 10px 65px; } .sample_04 th { width: 240px; padding: 5px; text-align: left; vertical-align: top; color: #333; background-color: #eee; border: 1px solid #b9b9b9; } .sample_04 td { width: auto; padding: 5px; background-color: #fff; border: 1px solid #b9b9b9; } .sample_04 caption { width: auto; text-align: left; maegin: 0; border-radius: 3px; padding: 5px; background-color: #ADD8E6; border: 1px solid #b9b9b9; } </style>

<script type="text/javascript"><!-- function HideCBox( boxid ) {

  var target = document.getElementById(boxid);
  if( target.style.display != "none" ) {
     target.style.display = "none";
  }
  else {
     target.style.display = "";
  }

} // --></script>


<style type="text/css"><!-- div.CollapsibleBox {

  /* ■ボックス全体■ */
  border: 0px solid #4169E1; /* 枠線:濃青 */
  font-size: 100%;             /* 文字サイズ:100% */
  width: 600px;               /* 横幅:600px */

} div.CollapsibleBox div.CollapsibleBoxTitle {

  /* ■タイトル枠■ */
  background-color: #191970; /* 背景色:濃青 */
  color: white;               /* 文字色:白 */
  margin: 0px;
  padding: 0px;
  width: 600px;

} div.CollapsibleBox div.CollapsibleBoxTitle p.cBoxTitle {

  /* ■タイトル文字列■ */
  font-size: 100% ;          /* 太字 */
  border: 1px solid #4B0082; /* 枠線:濃青 */
  margin: 0px;
  padding: 1px 0px;

} div.CollapsibleBox div.CollapsibleBoxTitle p.cBoxButtons {

  /* ■ボタン群■ */
  margin: 0px;
  padding: 2px 10px;
  float: right;
  position: relative; 

} div.CollapsibleBox div.CollapsibleBoxTitle p.cBoxButtons a img {

  /* ■ボタンそのもの■ */
  border-width: 0px;    /* リンクの枠線を消す */

} div.CollapsibleBox div.CollapsibleBoxBody {

  /* ■本文枠■ */
  margin: 0px;
  padding: 2px 0px 2px 0px;
  background-color: #ADD8E6; /* 背景色:淡青 */
  color: #191970; /* 文字色:暗青 */

} div.CollapsibleBox div.CollapsibleBoxBody p {

  /* ■本文■ */
  margin: 0px;
  padding: 0.5em;   /* 内側の余白:0.5文字分 */

} --></style>

<link rel="stylesheet" href="sample.css" type="text/css"> </head>

<body> <font face="Futura,Arial,Frutiger" font size="24px">PROTOCOL</font>

<br> <br> <div class="CollapsibleBox" id="CBoxCover1">

  <div class="CollapsibleBoxTitle">
     <p class="cBoxButtons">
        <a href="#" onclick="HideCBox('CBoxBody1');  return false;" title="折りたたみ/復元"><font color="white" font size="2">[show/hide]</font></a>
     </p>
     <p class="cBoxTitle">&nbsp; Contents:</p>
  </div>
  <div class="CollapsibleBoxBody" id="CBoxBody1">
     <ul style="list-style:none;">
        <li> <a href=#1>1. Developing the sensing system </a>
        <ul style="list-style:none;">
           <li> <a href="#1-1">1-1. The Receptor by itself </a></li>
           <ul style="list-style:none;">
              <li> <a href="#1-1-1">1-1-1. Design of the Receptor hetero - units </a></li>
              <li> <a href="#1-1-2">1-1-2. Dimerization mechanism of the Receptor </a></li>
              <li> <a href="#1-1-3">1-1-3. Emission of the initiator </a></li>
           </ul>
           </li>
           <li> <a href="#1-2">1-2. The Receptor on the loposome </a></li>
           <ul style="list-style:none;">
              <li> <a href="#1-2-1">1-2-1. Penetration of the Receptor hetero - units to the liposome </a></li>
              <li> <a href="#1-2-2">1-2-2. Dimerization mechanism of the Receptor on the liposome </a></li>
              <li> <a href="#1-2-3">1-2-3. Emission of the initiator in the liposome </a></li>
           </ul>
           </li>
        </ul>
        </li>
        <li> <a href="#2">2. Developing the moving system </a>
        <ul style="list-style:none">
           <li> <a href="#2-1">2-1. The Motor by itself </a></li>
           <ul style="list-style:none;">
              <li> <a href="#2-1-1">2-1-1. Design of the Motor - Monomer </a></li>
              <li> <a href="#2-1-2">2-1-2. Formation of the simple Polymer </a></li>
              <li> <a href="#2-1-3">2-1-3. Controlling the ring - opening polymerization  </a></li>
           </ul>
           </li>         
           <li> <a href="#2-2">2-2. The Motor in the liposome </a></li>
           <ul style="list-style:none">
              <li> <a href="#2-2-1">2-2-1. Putting the Motor - Monomers into the liposome </a></li> 
              <li> <a href="#2-2-2">2-2-2. Formation of the simple Polymmer in the liposome </a></li>
              <li> <a href="#2-2-3">2-2-3. Controlling the ring opening polymerization in the liposome </a></li>
           </ul>
           </li>
        </ul>
     </ul>
  </div>

</div> <a name="1">&nbsp;</a> <br> <a name="1-1">&nbsp;</a> <a name="1-1-1">&nbsp;</a> <br><br> <h1 class="title"><a name="contents">&nbsp;1. Developing the sensing system</a></h1>

<p class="title">1-1. The Receptor by itself</p>

<p class="subtitle">1-1-1. Design of the Receptor hetero-units</p> <p class="headline">Make the units</p> <table class="sample_01"> <caption>Reagents (f. 40 &micro;L)</caption> <tbody> <tr> <th>M13mp18ss</th> <td>18 &micro;L</td> </tr> <tr> <th>Staple mix</th> <td>18 &micro;L</td> </tr> <tr> <th>10 &times; Receptor buffer&sup1;</th> <td>18 &micro;L</td> </tr> </tbody> </table>


<p class="mini">&sup1;10 &times; Receptor buffer &mdash; 50 mM Tris (HCl pH 7.5), 10 mM EDTA-Na (pH 8), 100 mM MgCl<sub>2</sub>, 500 mM NaCl </p>

<p class="headline">Procedure</p> <p class="line">1) The solutions were mixed.</p> <p class="line">2) The mixture was annealed at 47.5 °C for 4 hours.</p> <p class="line">3) The mixture was purified by spin column.</p> <p class="line">4) The mixture was analyzed by 1% agarose gel electrophoresis (100V, 40 min).</p> <br>


<a name="1-1-2">&nbsp;</a> <br><br><br><br> <p class="subtitle">1-1-2. Dimerization mechanism of the Receptor</p> <table class="sample_01"> <caption>Reagents (f. 20 &micro;L)</caption> <tbody> <tr> <th>Aptamers (f. ????? &micro;M)</th> <td>????? </td> </tr> <tr> <th>Alpha - thrombin (f. 200 nM)</th> <td>????? </td> </tr> <tr> <th>10 &times; physiological buffer&suo1;</th> <td>????? </td> </tr> </tbody> </table>

<p class="mini">&sup1;10 &times; physiological buffer &mdash; ??? M Tris - HCl (pH 7.5), ??? M NaCl, ??? M KCl,  ??? M CaCl <sub>2</sub>, ??? M MgCl <sub>2</sub>, 100% Glycerol</p>

<p class="headline">Procedure</p> <p class="line">1) Aptamer solutions were mixed.</p> <p class="line">2) The solutions were annealed from 90 °C to 24 °C, decrease by 0.4 °C / min</p> <p class="line">3) Thrombin-solution was added to the solutions and incubated at room temperature for 1 hour</p> <p class="line">4) The mixture was analyzed with Native-PAGE (??? V , ?? min)</p> <p class="line">5) The gel was stained by EtBr for 30 minutes <p class="line">6) The gel was observed with UV and fluorescence by LAS - 4000</p> <br>


<a name="1-1-3">&nbsp;</a> <br><br><br><br> <p class="subtitle">1-1-3. Emission of the initiator</p> <table class="sample_01"> <caption>Reagents (f. 20 &micro;L)</caption> <tbody> <tr> <th>100 mM Biotin modified single strand</th> <td>5 &micro;L</td> </tr> <tr> <th>100 mM Strand A</th> <td>5 &micro;L</td> </tr> <tr> <th>Initiator</th> <td>5 &micro;L</td> </tr> <tr> <th>SA (Cy 5)</th> <td>5 &micro;L</td> </tr> </tbody> </table>

<p class="headline">Procedure</p> <p class="line">1) Strand A and initiator were mixed and annealed at 85 °C,67 °C,50 °C,25 °C for 5 minutes each (mismatch factor ○○ %).</p> <p class="line">2) Biotin modified single strand and SA were mixed and incubated at room temperature for 15 minutes.</p> <p class="line">3) The reagents were mixed and incubated at room temperature for ○○ hours.</p> <p class="line">4) The mixture was analyzed with Native - PAGE (200 V 40 min, 250 V 40 min)</p> <p class="line">5) The gel was stained by EtBr for 30 minutes</p> <p class="line">6) The gel was observed with UV and fluorescence by LAS - 4000.</p>


<a name="1-2">&nbsp;</a> <br><br><br><br> <p class="title">1-2. The Receptor on the loposome</p> <a name="1-2-1">&nbsp;</a> <br><br><br><br> <p class="subtitle">1-2-1. Penetration of the Receptor hetero - units to the liposome</p>

<p class="subtitle">Ⅰ. Preparation of GUVs</p> <p class="line">GUVs were made as shown in "Putting the Monomer into a liposome".</p> <br>

<p class="subtitle">Ⅱ. Preparation of LUVs</p> <table class="sample_01"> <caption>Reagents</caption> <tbody> <tr> <th>50 mM HEPES</th> <td>500 &micro;L</td> </tr> <tr> <th>DTT (f. 1 mM)</th> <td>????? &micro;L</td> </tr> <tr> <th>POPC</th> <td>20 mg</td> </tr> </tr> </tbody> </table> <p class="headline">COMING SOON! </p> <br>


<p class="subtitle">Ⅲ. Hybridization of cholesterol oligomer with the Receptor</p> <table class="sample_01"> <caption>Reagents (f. 7.5 &micro;L)</caption> <tbody> <tr> <th>Purified Receptor (0.05 &micro;M)</th> <td>6 &micro;L</td> </tr> <tr> <th>Cholesterol oligomer (8 &micro;M)</th> <td>1.5 &micro;L</td> </tr> </tr> </tbody> </table>

<p class="headline">Procedure</p> <p class="line"> The reagents were mixed and incubated at room temperature for 60 minutes.</p> <br>

<p class="subtitle">Ⅳ. Penetration of the Receptor into liposomes</p> <table class="sample_01"> <caption>Reagents</caption> <tbody> <tr> <th>Liposomes (LUVs , GUVs)</th> <td>50 &micro;L</td> </tr> <tr> <th>Cholesterol hybridized Receptor</th> <td>50 &micro;L</td> </tr> </tr> </tbody> </table>

<p class="headline">Procedure</p> <p class="line"> The reagents were mixed and incubated at room temperature for 15 minutes.</p> <br>

<p class="subtitle">Ⅴ. Flotation assay</p>

<table class="sample_01"> <caption>Reagents</caption> <tbody> <tr> <th>The Receptor</th> <td>100 &micro;L</td> </tr> <tr> <th>Cholesterol hybridized Receptor</th> <td>100 &micro;L</td> </tr> <tr> <th>Liposomes (? mg/mL LUVs)</th> <td>100 &micro;L</td> </tr> <tr> <th>2.25 M Sucrose buffer&sup1;</th> <td>500 &micro;L</td> </tr> <tr> <th>1.6 M Sucrose buffer&sup1;</th> <td>900 &micro;L</td> </tr> <tr> <th>150 mM KCl solution</th> <td>100 &micro;L</td> </tr> <tr> <th>1 &times; Flotation buffer&sup2;</td> <td>600 &micro;L</td> </tr> </tr> </tbody> </table>

<p class="mini">&sup1;1.6, 2.25 M Sucrose buffer &mdash; 50 mM HEPES - KOH (pH 7.6), 100 mM KCl, 20 mM MgCl<sub>2</sub>, 1.6, 2.25 M Sucrose </p> <p class="mini">&sup2;1 &times; Flotation buffer &mdash; 50 mM HEPES - KOH (pH 7.6), 100 mM KCl, 20 mM MgCl<sub>2</sub>


<p class="headline">Procedure</p> <p class="line">1) Each sample was mixed as shown below (table1).</p> <p class="line">2) 225 &micro;L of 1.6 M sucrose buffer was overlaid with 225 &micro;L of sample mixture in centrifuge tubes (Beckman, cat#343778, 11 &times; 34 mm).</p> <p class="line">3) Centrifuge for 16 minutes at 100 krpm at 4 ℃ using TLA 100.2 rotor (BECKMAN COULTER) with Ultracentrifuge (BECKMAN COULTER, Optima MAX-XP).</p> <p class="line">4) 150 &micro;L of supernatant was extracted from top to bottom for 3 times (Fraction 1 to 3) and the pellet was retrieved with 150 µL of 1 &times; Flotation buffer (Fraction 4).</p> <p class="line">5) Fraction 1-4 of each sample were analyzed by 1 % agaraose gel electrophoresis (100V, 1 hour).</p> <p class="line">6) The Intensity of fluorescence of NileRed (Liposomes) was measured with fluorescence spectrophotometer (JASCO, FP-6500) to investigate the existence of liposomes in each Fraction.</p> <p class="line">7) The radiuses of liposome of each fraction were measured with DLS (Viscotek, 802 DLS).</p>

<table class="sample_04"> <caption>Table 1. Breakdown of Samples</caption> <tbody> <tr> <th>sample No.</th> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> <tr> <th>Cholesterol hybridized Receptor</th> <td>50 &micro;L</td> <td>50 &micro;L</td> <td>&mdash;</td> <td>&mdash;</td> </tr> <tr> <th>Receptor</th> <td>&mdash;</td> <td>&mdash;</td> <td>50 &micro;L</td> <td>50 &micro;L</td> </tr> <tr> <th>Liposome</th> <td>50 &micro;L</td> <td>&mdash;</td> <td>50 &micro;L</td> <td>&mdash;</td> </tr> <tr> <th>150 mM aqueous KCl solution</th> <td>&mdash;</td> <td>50 &micro;L</td> <td>&mdash;</td> <td>50 &micro;L</td> </tr> <tr> <th>2.25 M Sucrose buffer</th> <td>125 &micro;L</td> <td>125 &micro;L</td> <td>125 &micro;L</td> <td>125 &micro;L</td> </tr> </tr> </tbody> </table> <br>


<a name="1-2-2">&nbsp;</a> <br><br><br><br> <p class="subtitle">1-2-2. Dimerization mechanism of the Receptor on the liposome</p> <a name="1-2-3">&nbsp;</a> <br><br><br><br> <p class="subtitle">1-2-3. Emission of the initiator in the liposome </p>


<a name="2">&nbsp;</a> <br><br><br><br> <h1 class="title"><a name="contents">&nbsp;2. Developing the moving system</a></h1> <a name="2-1">&nbsp;</a> <br><br><br><br> <p class="title">2-1. The Motor by itself</p> <a name="2-1-1">&nbsp;</a> <br><br><br><br> <p class="subtitle">2-1-1. Design of the Motor - Monomer </p> <p class="headline">Make the Moter - Monomer

<table class="sample_01"> <caption>Reagents (f. 60 &micro;L)</caption> <tbody> <tr> <th>Staple mix</th> <td>17.5 &micro;L</td> </tr> <tr> <th>M 13 mp 18 ss</th> <td>18.3 &micro;L</td> </tr> <tr> <th>TE&sup1;</th> <td>18.2 &micro;L</td> <tr> <th>10 &times; tile buffer&sup2;</th> <td> 6.0 &micro;L</td> </tr> </tr> </tbody> </table>

<p class="mini">&sup1;TE &mdash; 10 mM Tris - HCl (pH 8.0), 1 mM EDTA</p> <p class="mini">&sup2;10 &times; tile buffer &mdash; 100 mM Mg (OAc) <sub>2</sub>, 200 mM Tris-HCl (pH 7.5), .10 mM EDTA</p>

<p class="headline">Procedure</p> <p class="line">1) The reagents were mixed.</p> <p class="line">2) The mixture was annealed at 55 °C for 3 hours.</p> <p class="line">3) The mixture was analyzed by 1 % agarose gel electrophoresis.</p> <p class="line">4) The gel was stained by EtBr for 30 minutes.</p> <p class="line">5) The gel was taken a photo by LAS - 4000.</p> <br>


<a name="2-1-2">&nbsp;</a> <br><br><br><br> <p class="subtitle">2-1-2. Formation of the simple Polymer</p> <table class="sample_01"> <caption>Reagents (f. 20 &micro;L)</caption> <tbody> <tr> <th>Purified Monomer A</th> <td>10 &micro;L</td> </tr> <tr> <th>Purified Monomer B</th> <td>10 &micro;L</td> </tr> </tbody> </table>

<p class="headline">Procedure</p> <p class="line">1) Monomers were made as shown in “Making DNA origami monomers”.</p> <p class="line">2) Each Monomer solution was purified by spin column.</p> <p class="line">3) The reagents was mixed.</p> <p class="line">4) The mixture was incubated at room temperature for 24 hours.</p> <p class="line">5) The mixture was analyzed by 1 % agarose gel electrophoresis (100 V, 80 min).</p> <p class="line">6) The gel was stained by EtBr for 30 minutes.</p> <p class="line">7) The gel was taken a photo by LAS - 4000.</p> <br>


<a name="2-1-3">&nbsp;</a> <br><br><br><br> <p class="subtitle">2-1-3. Controlling the ring - opening polymerization </p>

<a name="2-2">&nbsp;</a> <br><br><br><br> <p class="title">2-2. The Motor in the liposome </p> <a name="2-2-1">&nbsp;</a> <br><br><br><br> <p class="subtitle">2-2-1. Putting the Motor - Monomers into the liposome</p> <table class="sample_01"> <caption>Reagents (f.1420 &micro;L)</caption> <tbody> <tr> <th>Lipid mix (f. 0.5 mM)&sup1;</th> <td>400 &micro;L</td> </tr> <tr> <th>Glucose (f. 200 mM)</th> <td>500 &micro;L</td> </tr> <tr> <th>Emulsion mix&sup2;</th> <td>520 &micro;L</td> </tr> </tbody> </table>

<p class="mini">&sup1;3 mM Lipid mix &mdash; POPC, Paraffin</p> <p class="mini">&sup2;Emulsion mix &mdash; 0.5 mM Lipid mix, 50 mM HEPES, 10 mM EDTA,400 mM Sucrose,Pyranine, The Motor - Monomers</p>

<p class="headline">Procedure</p> <p class="line">1) Glucose (500 &micro;L) was taken into a tube as outer solution.</p> <p class="line">2) Lipid mix (0.5 mM) was added on the glucose solution carefully.</p> <p class="line">3) Emulsion mix was added on the top and rapidly centrifuged at 4 °C, 1800 rpm for 10 minutes.</p> <p class="line">4) Centrifuged again at 4 °C, 5000 rpm for 10 minutes.</p> <p class="line">5) The upper layer was removed and GUVs were collected by micropipette.</p> <p class="line">6) The GUVs were stained by Nile red and observed with a confocal microscope.</p> <br>


<a name="2-2-2">&nbsp;</a> <br><br><br><br> <p class="subtitle">2-2-2. Formation of the simple Polymmer in the liposome </p> <a name="2-2-3">&nbsp;</a> <br><br><br><br> <p class="subtitle">2-2-3. Controlling the ring opening polymerization in the liposome </p>


<br> <br> <footer style="position:relative; left:600px;"> <small> &copy; 2014 UTokyo Chem & Bio </small> </footer>

</html>