Biomod/2014/Kashiwa/Design: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 184: Line 184:
<p class="paragraph">4. Forming the polymerizing ability enough to deform the liposome</p>
<p class="paragraph">4. Forming the polymerizing ability enough to deform the liposome</p>
<p class="paragraph">
<p class="paragraph">
As described in Structure, the Motor-Monomer has the finger-pointing shape and the hole to embed streptavidin in. These features enable the Motor-Monomers to connect with others like Lego blocks, which makes the Motor-Polymer stiffer. There are two types of structures Motor-Polymer would take as shown in figureX; both are supposed to be stiff enough.
As described in Structure, the Motor-Monomer has the finger-pointing shape and the hole to embed streptavidin. These features enable the Motor-Monomers to connect with others like Lego blocks, which makes the Motor-Polymer stiffer. There are two types of structures Motor-Polymer would take as shown in figureX; both are supposed to be stiff enough.
</p>
</p>
<p class="paragraph">
<p class="paragraph">

Revision as of 02:31, 20 October 2014

<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>

h1.big{

 font-size :24px;
 display: block;
 text-decoration: none;
 color: #000000;

 font-weight:bolder;

 margin: 25px 15px;
 }

p.menu {

 font-size :100%;
 line-height: 135%;
 margin: 0px 40px;

}

</style> </head>

<body> <font face="Futura,Arial,Frutiger" font size="24px">DESIGN</font> <br> <br> <p class="paragraph"> In order to achieve the project goal, we designed two constructs; the Receptor for the sensing system and the Motor-Monomer for the moving system. For design, we took advantage of our early trial experiences, which were done with the DNA origami structure used in the past (see Early Trial section). Especially we focused to design the structure to work effectively. <a name="2">&nbsp;</a></p>

<h1 class="title"><a name="receptor">&nbsp;The Receptor</a></h1>

<p class="paragraph"> The Receptor was developed to be inserted in the liposome with two functions: recognize an outside signal and activate the Motor-Monomers inside to start polymerization. </p> <p class="paragraph"> For this, we designed the Receptor that consists of the Activator and the Wall. The Activator has the ability to activate the Motor-Monomers to polymerize. Before the recognition of the outside signal, however, the Wall, which is connected with the Activator with linker, physically blocks the Activator to associate with Motor-Monomers. Upon outside signal recognition, the Wall separates from the Activator and the Activator is released into the liposome, resulting the activation of Motor-Monomers (the activation mechanism is described in the Motor-Monomer part). </p>

<br> <h1 class="big">Requirements</h1> <p class="paragraph">To develop the Receptor, the following three mechanisms have to be considered:</p>

<p class="paragraph"> <p class="menu">1. Embedding the Wall in the liposome <p class="menu">2. Linking the Activator to the liposome</p> <p class="menu">3. Connecting the Activator and the Wall</p> <p class="menu">4. Separating the Wall from the Activator</p> <p class="menu">5. Releasing the Activator into the liposome</p> </p>

<br> <h1 class="big">Structure (The Wall)</h1> <img src="http://openwetware.org/images/1/15/WallKashiwa.gif" width="325px" height="309px" align="right"> <br> <p class="paragraph"> The Wall is constructed using DNA origami method; made of 18 honeycomb structures. It is composed with the body and the extension bar. The body part is U-shaped and the extension bar part is 16 nm long to penetrate into liposome membrane. </p>

<p class="paragraph"> The upper ends of the body that attach to the liposome membrane are smooth, while the other downside ends are rough so that they prevent the Wall from self-aggregation. </p> <br clear="right">

<br> <h1 class="big" clear="both">Strategy</h1> <p class="paragraph">The details of our strategy to fulfill the requirements are described below.</p>

<br> <p class="paragraph">1. Embedding the Wall in the liposome</p> <p class="paragraph"> The whole Wall structure is so big it cannot penetrate into the liposome. We therefore penetrated one honeycomb structure extended from the body part of the Wall into inner membrane of liposome. Moreover, the upper side of the Wall is modified with cholesterol to support the embedment into the liposome. </p>

<br> <p class="paragraph">2. Linking the Activator to the liposome</p> <p class="paragraph"> The Activator is a restriction enzyme named Hind&#8546;. We linked the Activator to the liposome by embedding the following Anchor into the liposome membrane. </p> <p class="paragraph"> The Anchor is composed of a double-stranded DNA chain and MISTIC protein (Membrane Integrating Sequence for Translation of Integral Membrane Protein Constructs). The reason we chose MISTIC was that it folds into the liposome membrane easily compared to other membrane proteins*. The double-stranded DNA chain is for linking the MISTIC and the Activator. </p>

<br> <p class="paragraph">3. Connecting the Activator and the Wall</p> <p class="paragraph"> To prevent the Motor-Monomers from associating the Activator before signal induction, the Activator has to be covered by the Wall, therefore, we connected the Activator and the Wall. </p> <p class="paragraph"> For this, we bound biotin-modified staple strands to the Activator and the Wall. When divalent streptavidin (mutant of wild type tetravalent streptavidin) is added, the Activator and the Wall are combined by the biotin-streptavidin binding. </p>

<br> <p class="paragraph">4. Separating the Wall from the Activator</p> <p class="paragraph"> To activate the Motor-Monomers and start the polymerization, the Wall has to separate from the Activator upon recognition of the outside signal. Our ultimate goal is to start patrolling of PoLICe when it recognizes the cancer markers. However it is much complicated and difficult to use native cancer marker as the signal. We therefore used much simple model signal: the restriction enzyme. </p> <p class="paragraph"> When the restriction enzyme is added, it cuts the recognition site on the DNA staple strand that connects the Wall and the Anchor. The Wall consequently separate from the Anchor and the Motor-Monomers are able to associate with the Activator. </p>

<br> <p class="paragraph"> 5. Releasing the Activator in the liposome </p> <p class="paragraph"> For efficient interaction between the Activator and the Motor-Monomers, the Activator had to be released into the liposome because the Motor-Monomers are less likely to access the membrane anchored Activator because of steric hindrance. </p> <p class="paragraph"> To release the Activator, we put another restriction enzyme in the liposome. The restriction enzyme cuts the double-stranded DNA chain that links the Activator and the Anchor, and the Activator is therefore released. <a name="1">&nbsp;</a> </p>

<br> <br>

<h1 class="title"><a name="motormonomer">&nbsp;The Motor-Monomer</a></h1>

<p class="paragraph"> The Motor-Monomers are developed to start polymerization to form the Motor-Polymer when the Receptor recognizes the outside signal, and consequently deform the liposome. </p> <p class="paragraph"> For this, we designed the Motor-Monomer equipped with biotin and streptavidin, biotin at the top part and streptavidin at the middle part. The streptavidin is inactivated before being activated by the Activator; biotin binding capacity is lost. The Activator of the Receptor restores the binding capacity and the Motor-Monomers therefore start polymerizing after activation by the Activator. </p> <br> <h1 class="big">Requirements</h1> <p class="paragraph">To develop the Motor-Monomer, the following mechanisms have to be considered:</p>

<p class="paragraph"> <p class="menu">1. Encapsulating the Motor-Monomers into the liposome</p> <p class="menu">2. Inactivating the polymerization ability of the Motor-Monomer</p> <p class="menu">3. Restoring the polymerizing ability of the Motor-Monomer with the Activator</p> <p class="menu">4. Forming the Motor-Polymer stiff enough to deform the liposome</p> </p>

<br> <h1 class="big">Structure</h1> <p class="paragraph"> The Motor-Monomer is constructed using DNA origami; made up of 6 honeycomb structures. It is shaped like finger-pointing and 2 honeycomb structures are longer than the others for 65 nm. There is a hole in the middle part of the Motor-Monomer to embed streptavidin. The length of each part is shown in the picture. </p> <p class="paragraph">The ends of the honeycomb structures are rough to prevent from cohesion.</p>

<br> <h1 class="big">Strategy</h1> <p class="paragraph">The details of our strategy to fulfill the requirements are described below.</p> <br> <p class="paragraph">1. Encapsulating the Motor-Monomers into the liposome</p> <p class="paragraph"> If the Motor-Monomers and the Activator are put into the liposome at the same time, the Motor-Monomers are activated before the signal induction. We therefore planned to connect the Activator and the Wall in the liposome first, and then fuse that liposome to another liposome containing the Motor-Monomers. </p>

<br> <p class="paragraph"> 2. Inactivating the polymerization ability of the Motor-Monomer </p> <img src="http://openwetware.org/images/5/50/Biotinanddesthiobiotin.png" width="400px" height="142px" align="right"> <p class="paragraph"> To prevent the Motor-Monomers from polymerizing in inactivated state, despite allowing polymerization in activated state, we used the following approach. </p> <p class="paragraph"> We used the difference of the binding strength between the biotin and desthiobiotin to streptavidin. Desthiobiotin is a biotin analogue that binds less tightly to biotin-binding proteins and is easily displaced by biotin*. </p> <p class="paragraph"> For the inactivation process, two complementally oligonucleotides having biotin or desthiobiotin were hybridized and the resulting duplex were bound with streptavidin. Supported by biotin strand, the desthiobiotin are stably tethered to the streptavidin, giving resistance to biotin displacement. </p>

<p class="paragraph"> Finally, this inactivated streptavidins were equipped to Motor-Monomer preventing the polymerization before activation. </p> <br clear="right">

<br> <p class="paragraph">3. Restoring the polymerizing ability of streptavidin with the Activator</p> <p class="paragraph"> As mentioned above, desthiobiotin-streptavidin binding is supported by stable biotin-avidin binding through the hybridization of DNA duplex. We supposed that by cutting the DNA duplex, desthiobiotin loses its supporter and is easily dissociated from the streptavidn, allowing the binding of biotin on the different Motor-Monomer. </p> <p class="paragraph"> Hind&#8546;, a restriction enzyme cleaves the specific DNA sequence, was chosen as the Activator to cut the DNA duplex. After cleavage by Hind&#8546;, the length of the remaining sequence is short, therefore dehybridization of the duplex are supposed to be occurred easily. </p>

<br> <p class="paragraph">4. Forming the polymerizing ability enough to deform the liposome</p> <p class="paragraph"> As described in Structure, the Motor-Monomer has the finger-pointing shape and the hole to embed streptavidin. These features enable the Motor-Monomers to connect with others like Lego blocks, which makes the Motor-Polymer stiffer. There are two types of structures Motor-Polymer would take as shown in figureX; both are supposed to be stiff enough. </p> <p class="paragraph"> Moreover, two single-stranded DNA staples complementary to each other are bound to different parts on the Motor-Monomer (figureX). Those staples form duplexes with the staples on others, which strengthen the connection of the Motor-Monomers. </p>

<br> <br> <h2 class="reference">Reference</h2> <p class="reference">1.M. Douglas et al, “A logic-gated nanorobot for targeted transport of molecular payloads”, Science, 2012 Feb 17; 335(6070): 831-4. <br>2.Science. 2014;344(6179):65-9.Polyhedra self-assembled from DNA tripods and characterized with 3D DNA-PAINT.Iinuma R, Ke Y, Jungmann R, Schlichthaerle T, Woehrstein JB, Yin P.</p> </body>

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


</html>