Biomod/2014/Kashiwa/Receptor

From OpenWetWare
Revision as of 22:16, 25 October 2014 by Saki Atsuta (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>

div.imagebox {

  border: 1.7px dashed #2E2EFE; /* 1.枠線 */
  background-color: #F0F8FF;  /* 2.背景色 */
  width: 290px; /* 横幅 */
  float: right; /* 右に配置 */
  margin: 0px 30px 0px 10px;

} p.image {

  text-align: center;
  width: 280px;
  height: 173px;
  margin: 5px;

} p.caption {

  margin: 5px 10px;
  font-size: 90%;  /* 5.文字サイズ */
  color: black; /* 6.文字色 */

}

div.centerbox {

  border: 1.7px dashed #2E2EFE; /* 1.枠線 */
  background-color: #F0F8FF;  /* 2.背景色 */
  height:auto;
  width: 290px; /* 横幅 */
  margin: 0px 40px;
  float: left;

}

div.yokobox{

  border: 1.7px dashed #2E2EFE; /* 1.枠線 */
  background-color: #F0F8FF;  /* 2.背景色 */
  height:150px;
  width: 310px; /* 横幅 */
  margin: 0px 40px;
  float: right;

}

p.yokoimage{

  text-align: center;
  width: 300px;
  height: 120px;
  margin: 5px;}


div.autobox {

  border: 1.7px dashed #2E2EFE; /* 1.枠線 */
  background-color: #F0F8FF;  /* 2.背景色 */
  height:auto;
  width: auto; /* 横幅 */
  margin: 5px;
  float: right;

}

div.smallbox {

  border: 1.7px dashed #2E2EFE; /* 1.枠線 */
  background-color: #F0F8FF;  /* 2.背景色 */
  width: 210px; /* 横幅 */
  margin: 5px;
  float: right;

} p.smallimage {

  text-align: center;
  width: 200px;
  height: 120px;
  margin: 5px;

}

h1.big{

 font-size :16px;
 text-decoration: none;
 color: #000000;
 margin: 10px 15px;
 font-weight: bolder;
 }

h1.sub {

 font-size:20px;
 font-weight: bolder;
 margin: 10px 5px;

}

p.menu {

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

} </style>

</head>

<body> EXPERIMENTS

<a name="background"> 1. The Sensing System: The Receptor</a>

<img src="http://openwetware.org/images/c/c3/Receptorexperiments.png" height="248px" weight="300px" align="right">

This section described the details of our approach to develop the sensing system "Receptor" of PoLICe. The approach mainly consists of four steps as follows.

  • <a href="#1-1">1-1. Preparation of the components </a>
    • <a href="#1-1-1">1-1(a). Folding of the Wall </a>
    • <a href="#1-1-2">1-1(b). Production of MISTIC </a>
    • <a href="#1-1-3">1-1(c). Design of the Activator </a>
  • <a href="#1-2">1-2. Embedment of the Wall into the liposome </a>
  • <a href="#1-3">1-3. Linkage of the Activator to the liposome </a>
  • <a name="1-1"></a>
  • <a href="#1-4">1-4. Control of the Wall conformation</a>

<a name="1-1-1"></a>

1-1. Preparation of the components

Three components were prepared to develop the Receptor: The Wall of DNA origami, MISTIC and the Activator. Please check our <a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Design">Design page</a> to check each component's role.

1-1(a). Folding of the Wall

<img src="http://openwetware.org/images/9/99/Walltimeaneal.png" width="180px"><img src="http://openwetware.org/images/2/29/Annealringase.png" width="180px"><img src="http://openwetware.org/images/1/1c/Wallnaclkashiwa.png" width="180px"><img src="http://openwetware.org/images/e/e0/Wallmgcl2l2.png" width="180px">

Fig.1-1(a)-1. Gel analysis of the Walls annealed in different time.

Fig.1-1(a)-2. Gel analysis of the Walls annealed in different temperature.Fig.1-1(a)-3. Gel analysis of the Walls annealed in different concentration of NaCl.Fig.1-1(a)-4. Gel analysis of the Walls annealed in different concentration of MgCl2.

In this experiment, the assembly condition of the Wall structure was optimized and results were analyzed by agarose gel electrophoresis. The optimum conditions were confirmed by comparing migration distances of each samples. The sample of which migration distance is the longest was regarded as the optimum condition.

<IMG src="http://openwetware.org/images/c/c9/Wall_temforwiki.JPG" width="300"/>

Fig.1-1(a)-5. TEM image for the Motor-Monomers.

The optimum results are as follows.

  • Concentration of MgCl2 : 15 mM
  • Temperature of annealing : 45.3 °C
  • Time of annealing : 5 hours
  • Concentration of NaCl : 2.5 mM



<a name="1-1-2"></a>

The folding is corroborated by the TEM image (Fig.1-1(a)-1.).





1-1(b). Production of MISTIC


(i) Mistic gene mutation

We introduced the mutation to the MISTIC, a protein which penetrates the membrane for 4 times, by Quick Change method. We introduce Cys residue at the position after first α-herix for connection with enzyme or fluorescent labeling (29th valine to cysteine).

The wild type of the configuration of MISTIC was as follows.

MFCTFFEKHHRKWDILLEKSTGVMEAMKVTSEEKEQLSTAIDRMNEGLDAFIQLYNESEIDEPLIQ LDDDTAELMKQARDMYGQEKLNEKLNTIIKQILSISVSEEGEKE

  • We made 4 types of mutants (Cys3 to Val, Val29 to Cys, Cys between 84-85 and Cys between 110-111), but only used this one.

  • Underlined parts form α-helix structures which are considered to be the membranes penetrating domain.

  • A red letter shows the part which we introduced variation in this experiment.

We confirmed the introduction of mutation by sequencing.



(ii) Preparation of templateDNA of MISTIC for PUREfrex

<img src="http://openwetware.org/images/d/dd/Izuta1.png" width="280px" height="173px">

Fig.1-1(b)-1. Agarose gel electrophoresis of PCR products.

In order to express MISTIC by PURE(protein synthesis using recombinant elements)frex, we added T7 promoter, SD sequence and T7 terminator to the mutatn DNA. At the same time, we substituted valine for Cys3 then completed to make mono-cysteine mutant. We also added Histag to the C-terminus and replaced some amino acids near N-terminus by amber, one of a termination codon, to introduce biotin to the N-terminus using unnatural amino acids.

We tried first seven amino acids of Mistic for biotin insertion, and found that position 3 is the best place.

M+VTFFEKHHRKWDILLEKSTGVMEAMKCTSEEKEQLSTAIDRMNEGLDAFIQLYNESEIDEPLIQLDDD TAELMKQARDMYGQEKLNEKLNTIIKQILSISVSEEGEKEHHHHHH

  • + is an abbreviation for unnatural amino acid.

  • PURE frex is reconstructed cell-free system for transcription and translation reaction.

We checked the PCR product by agarose electrophoresis, and conformed that there are no extra band and the length is that of expected one (455bp).



(iii) Expression and purification of MISTIC protein


1. Expression

<img src="http://openwetware.org/images/9/99/Izuta2.png" width="280px">

Fig.1-1(b)-2. SDS-PAGE of PURE products.

We added MISTIC gene to reaction solution, incubated at 37℃ for 2 hours and obtained MISTIC protein. The expression in PUREfrex was confirmed by SDS-PAGE. In order to distinguish between the factors of PUREfrex and MISTIC, we added 35S-Met to PUREfrex reacton solution, labelled MISTIC with a radioisotope and detected it by Photostimulated luminescence (PSL: BAS).

As we could observe the band at the aimed position (13.6kDa), we considered that MISTIC protein was expressed correctly in PURE frex.



2. Purification

<img src="http://openwetware.org/images/0/06/Izuta3.png" width="280px";>

Fig.1-1(b)-3. SDS-PAGE of PURE products and Purified Products.

We purified products of PUREfrex using Histag columnand by SDS-PAGE.

As we could see MISTIC in the elusion fraction and impurities were few, we concluded that the purification was succeeded.



(ⅳ) Confirmation of the introduction of unnatural amino acids

<img src="http://openwetware.org/images/0/03/Izuta-4.png" width="300px">

Fig.1-1(b)-4. SDS-PAGE of PURE products

We would assay that that unnatural amino acids are included in MISTIC, by confirming that MISTIC expresses with suppresser tRNA and but not without the suppressor tRNA. We detected MISTIC labelled by a radioisotope by PSL (same as the method explained in “3.Expresion”).

As we could see that MISTIC is not expressed when unnatural amino acids are not added, we could determine that tRNA which sets into amber competitively with RF1 exists little. From this result, we could confirm that unnatural amino acids are included in MISTIC.



(v) Confirmation of the ability of access to biotin under the non-denatured condition

<img src="http://openwetware.org/images/f/ff/Izuta-5.png" width="240px">

Fig.1-1(b)-5. SDS-PAGE of PURE products

We confirmed accessibility of streptavidin(SA) to biotin under the non-denatured condition by certifying whether or not MISTIC are removed by the magnetic beads which is coupled to SA. To exclude the influence of other PURE factors, we labelled Mistic by 35S-Met and assayed by PSL (this method is mentioned above).

We loaded same amount of the product of PURE to all lanes. Lane shows that the amount of Mistic with biotin is decreased; indicating that the introduced biotins are accessible by SA.



(vi) Confirmation of Cysteine residue modification of MISTIC to cysteine

<img src="">

Fig.1-1(b)-6. SDS-PAGE of modified mistic (Cy3/SYPRO ORENGE)

We labelled MISTIC by Cy5 maleimide (Cy5-MA) and confirmed whether cysteine residue of MISTIC is able to be modified or not.
We mixed 0.3µL of 10mM Cy5-MA and 50µL of 3.26µM MISTIC and incubated for 30 minutes. Products were conformed by SDS-PAGE after G-50 column purification and Cy5 fluorescence was observed. After that, protein was stained by SYPRO ORANGE and fluorescence was observed again.

<a name="1-1-3"></a>

As we could see the fluorescence of Cy5 at the position of the band of MISTIC, the modification seemed to be successful. Comparing the intensity of fluorescence with other lanes which we put the same amount of Cy5-MA, the modification rate is presumed to be --%.


1-1(c). Design of the Activator

Two restriction enzymes, HindⅢ and Lambda Exonuclease, were compared to choose which is appropriate for the Activator. Two aspects were evaluated in this experiment: modification with oligonucleases and enzyme activity.

(i) Evaluation of modification with oligonucleatides

<img src="http://openwetware.org/images/2/2e/Hindmodify.png" >

Fig.1-1(c)-1. BS(PEG)9 for oligo-modification.

Hind&8546; and Lambda Exonuclease are modified with oligonucleotides to join the Activator and the Anchor. BS(PEG)9 was used for the modification.


On HindⅢ, the modification was analyzed by Native-PAGE. Oligonucleotides are labelled with Cy3 and HindⅢ is labelled with SYBR GREEN to confirm the modification.

<img src="">

Fig.1-1(c)-2. Cy3 fluorescence image of oligo-modified HindⅢ by Native-PAGE.

<img src="">

Fig.1-1(c)-3. SYPRO-ORANGE fluorescence image of oligo-modified HindⅢ by Native-PAGE.


In the pictures observed with both of cy3 and SYPRO-Orange, a band was observed at the same position in lane 3. Therefore, it was confirmed that Hind3 was labelled with cy3-oligonucleotide. (Multiple band of Hind3 was from the first.)

On Lamda Exonuclease, the modification was confirmed by Native-PAGE in the same way as HindⅢ.

<img src="">

Fig.1-1(c)-4. Cy3 fluorescence image of oligo-modified Lamda Exonuclease by Native-PAGE.

<img src="">

Fig.1-1(c)-5. SYPRO-ORANGE fluorescence image of oligo-modified Lamda Exonuclease by Native-PAGE.


The result shows Lamda Exonuclease was modified with oligonucleotide successfully.

(ii) Evaluation of enzyme activity

<img src="http://openwetware.org/images/6/67/Lambda_Exonuclease_reaction.png" width="280px">

Fig.1-1(c)-7. DNA cleavage reaction by Lamda Exonuclease.

 <img src="http://openwetware.org/images/8/86/Hind3_reactionKashiwa.png" width="280px">

Fig.1-1(c)-6. DNA cleavage reaction by HindⅢ.

HindⅢ is an restriction endonuclease that recognizes base sequence 5’-AAGCTT-3’ and cleaves it, while Lambda Exonuclease degrades one strand from 5'-phosphoryl termini of dsDNA.


In this experiment, enzyme activity of HindⅢ and Lambda Exonuclease was evaluated in various conditions. The purpose is to confirm that HindⅢ and Lambda Exonuclease have activity in condition for DNA origami. The activity was analyzed by Native-PAGE.

<img src="">

Fig.1-1(c)-9. Native-PAGE shows Lamda activity depending on PH.

<img src="">

Fig.1-1(c)-8. Native-PAGE shows HindⅢ activity depending on PH.

First, enzyme activity depending on PH was analyzed.

The result showed that Lambda Exonuclease can act in pH7.5-8.5. In pH9.0 and pH9.4, dsDNA seems to be unstable. So, pH7.5-8.5 is appropriate for reaction of Lambda Exonuclease and DNA.


<img src="">

Fig.1-1(c)-11. Native-PAGE shows Lamda activity depending on concentration of MgCl2.

<img src="">

Fig.1-1(c)-10. Native-PAGE shows HindⅢ activity depending on concentration of MgCl2.

Then enzyme activity depending on concentration of MgCl2 was analyzed.

The result showed that Lambda Exonuclease can act in mM MgCl2.

<a name="1-2"></a>

&8546

<img src="http://openwetware.org/images/3/31/Hindacess.png" width="300px">

Fig.1-1(c)-11. Access evaluation mechanism.

(i) Evaluation of required distance between DNA origami and recognition-sequence

In this experiment, how much distance between DNA origami and recognition-sequence is required to work enzyme was evaluated. If the substrate of enzyme is too close to other structure, enzyme may not be able to access to it.

We used barrel-shaped DNA origami as an obstacle and substrate dsDNA was attached to it. Whether the enzyme can access to substrate was analyzed with Native-PAGE.


・HindⅢ Method 1) Annealed barrel structure with substrate of enzyme. 2) Reacted enzyme with barrel. 3) Analyzed by Native-PAGE 4) Observed with Cy3 5) Stained the gel by SYBR-Gold. 6) Observed by the LAS-4000

(ゲル写真 中川くんから)

Result

HindⅢ had an activity in all conditions, and when recognition-sequence was located in a position 11 bases from barrel, HindⅢ had the highest activity. 

・Lambda Exonuclease It’s reaction product is ssDNA and nucleotides. So, it’s difficult to detect whether it acts to substrate and we couldn’t evaluate the access range of Lambda Exonuclease.

Since then, HindⅢ was adopted as the Activator.



1-2. Embedment of the Wall into the liposome

Embedding the Wall into the liposome needs two steps: modifying the Wall with cholesterol and putting them into the liposome. The experiments were done individually.

(i) Hybridization of cholesterol oligomer with the Walls

In this experiment, we examined the best concentration and the number of staples which the cholesterol oligomers can connect. Hybridization of cholesterol oligomer with the Walls is needed to penetrate the Walls into the membrane of liposomes. The result was assayed by 1% agarose gel electrophoresis.

<img src="">

Fig.1-2-1. Confocal microscope image of GUV including Walls.

If the cholesterol oligomer was connected to the Walls the band would be smear. In sample 2_1~4, 3_1, 3_2, 5_1, 5_2, 6_1. Considering that sample 2 and 3 do not have staple for hybridization, the Walls of sample 2 and 3 aggregated by the existence of cholesterol oligomer. Sample 5_1, 5_2 and 6_1 are considered to be successful in hybridization. As the band of sample 5_2 and 6_1 are weaker than that of sample 5_1, we decided that the best condition was sample5_1.



<img src="">

Fig.1-2-1. Confocal microscope image of GUV including Walls.

In this experiment, the Wall which have biotin staple combined with Q-dot connected with streptavidin were put into the giant unilamellar vesicles (GUV) to penetrate the liposome from inside. Inclusion of Motor-Monomers and Walls was observed by confocal microscope.


The connection of Q-dot to the Wall was confirmed by agarose gel electrophoresis.

<img src="">

Fig.1-2-2. Agarose gel electrophoresis showing the existence of Q-dots.

<img src="">

Fig.1-2-3. Agarose gel electrophoresis showing the existence of DNA.


The first picture shows the existence of Q-dots and the second picture shows the existence of DNA.

Comparing the seventh, eighth and ninth lane from the left in the first picture, we can see the difference in the position of the Q-dots. Comparing the eighth and eighth lane from the left in the two pictures, we can see the position of DNA, in this case, Walls, and the Q-dots in the same position. This data shows that the Q-dots connected to the Walls through the connection of biotin and streptavidin.


<a name="1-3"></a>

1-3. Linkage of the Activator to the liposome

<a name="1-4"></a>



1-4. Control of the Wall conformation

Wall and Mistic form the complex through avidin-biotin binding using divalent SA on the membrane and biotins on each. On Mistic’s side, biotin was integrated into the polypeptide of Mistic itself using suppressor tRNA in translation. On Wall’s side, biotin is connected to Wall with dsDNA linker (22 bp) which contains restriction endonuclease recognition site.

The sequence of linker is as follows.
ssDNA1:
ATGGATGGTAAGCTTCTTCTCGtttttttTTAATATATGTGAGTGTTAATTAGGGG GAGGCGGTT
ssDNA2:
[Cy3]-CGAGAAGAAGCTTACCATCCATtttttttttttttttttttt-[Bio]

  • underlined part are annealed into Wall and, red letters indicate recognition site of Hind3.


Formation and decomposition of Wall- SA complex in solution

We mixed Purified Wall and SA-Alexa647 and incubated for 1h at room temperature. Then we added Hind3 and incubated for 1h again at room temperature.

The formation and decomposition was conformed by agarose electrophoresis and Cy3, Cy5 and EtBr fluorescent were observed.

In the gel images, Cy3 signal indicates the position of Wall before Hind3 treatment, but low melting temperature of the Hind3 cleaved product induce the release of Cy3 containing fragment, therefore after Hind3 treatment, the Cy3 signal indicate merely the cleaved dsDNA fragment. Also Alexa647 and EtBr signal indicates the position of SA and DNA origami, respectively.

In lane 2 new band containing both Cy3 (biotin-oligonucleotide) and Alexa647 (SA) signal was observed, indicating the formation of the Wall-SA complex.

Besides that, we conformed the Hind3 induced decomposition of Wall-SA complex by the diminishing of complex band in Cy3 and Alexa647.




<a href="http://openwetware.org/wiki/Biomod/2014/Kashiwa/Motor"><img src="http://openwetware.org/images/a/a8/Monomerswitch.png" onmouseover="this.src='http://openwetware.org/images/0/04/Monomerswitch2.png'" onmouseout="this.src='http://openwetware.org/images/a/a8/Monomerswitch.png'" height="160px" width="240px" style="padding:5px 60px;"></a>

</body>

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