Biomod/2014/Kashiwa/Protocols

From OpenWetWare
Jump to navigationJump to search

<html> <head>

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




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

</head>


</html>

<html>

<head>

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

}

p.small {

 font-size :85%;
 line-height: 130%;
 margin: 0px 40px;

}

.sample_01 { width: 300px; font-size: 80%; border-collapse: collapse; margin: 10px 40px; }

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

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

<script type="text/javascript"></script>


<style type="text/css"></style>

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





<body> PROTOCOLS


<a href="#" onclick="HideCBox('CBoxBody1'); return false;" title="折りたたみ/復元">[show/hide]</a>

  Contents:

  • <a href=#1> 1. The Sensing System: The Receptor </a>
    • <a href="#1-1">1-1. Preparing the components </a>
      • <a href="#1-1-1">1-1(a). Folding the Wall </a>
      • <a href="#1-1-2">1-1(b). Producing MISTIC </a>
      • <a href="#1-1-3">1-1(c). Designing the Activator </a>
    • <a href="#1-2">1-2. Embedding the Wall into the liposome </a>
    • <a href="#1-3">1-3. Linking the Activator to the liposome </a>
    • <a href="#1-4">1-4. Combining the Wall and the Activator </a>
    • <a href="#1-5">1-5. Separating the Wall from the Activator </a>
  • <a href="#2">2. The Moving System: The Motor </a>
    • <a href="#2-1">2-1. Producing the Motor-Monomer </a>
      • <a href="#2-1-1"> 2-1(a). Folding the Motor-Monomer body </a>
      • <a href="#2-1-2"> 2-1(b). Synthesizing divalent SA </a>
      • <a href="#2-1-3"> 2-1(c). Equipping the Motor-Monomer with divalent SA </a>
    • <a href="#2-2">2-2. Deactivating and reactivating the binding capacity of streptavidin </a>
    • <a href="#2-3">2-3. Putting the Motor-Monomers into the liposome </a>




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

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

1-1. Preparing the components

1-1(a). Folding the Wall

<tbody> </tbody>
Reagents (f. 10µL)
Staple mix5 µL
M13mp18ss4 µL
10 x monomer buffer*11 µL

*1 10 x monomer buffer (100 mL)

1.0 M Tris-HCl (pH 8.0) 10mL

1.0 M MgCl2 (f. 150 mM) 15mL

1.0 M NaCl (f. 25 mM) 2.5mL



1-1(b). Producing MISTIC

  • Protocol 1

  • Protocol 2

  • Protocol 3-1

  • Protocol 3-2

  • Protocol 4

  • Protocol 5

  • Protocol 6

1-1(c). Designing the Activator

(i) Evaluation of Lambda Exonuclease activity

Procedure

<tbody> </tbody>
Reaction Reagent
dsDNA mixture 4µL
Lambda Exonuclease5µL
10×reaction buffer1µL

10×reaction buffers in each experiment are as below.

1) 670mM Glycine-KOH(pH7.5 8.0, 8.5, 9.0, 9.4), 2.5mM MgCl2, 50&mibro;g/ml BSA

2) 670mM Glycine-KOH(pH8.0), 2.5, 5.0, 7.5, 10.0, 12.5mM MgCl2, 50µg/ml BSA

(ii) Oligo-modification of Lambda-Exonuclease

<tbody> </tbody>
Reagent
0.2M KPO4(pH7.8)5µL
200µM Cy3-modified oligo10µL
30mM BS(PEG)9 2µL

Procedure

(iii)Oligo-modification of HindⅢ

Exchange-buffer

<tbody> </tbody>
Reagents (f: 50ml)
0.2M HEPES (pH8.5) 5ml
5M NaCl 500ul
1M DTT 50ul
0.5M EDTA 10ul
MQ up to 50ml

Reagents for Oligo-BS(PEG)9

0.2M KPO4 5ul

200uM cy3-Oligonucleotide 10ul

20mM BS(PEG)9

Reagents for Oligo- BS(PEG)9-HindⅢ

Fraction 20ul

HindⅢ 20ul



1-2. Embedding the Wall into the liposome

(i) Hybridization of cholesterol oligonucleotide with Wall

In this experiment, we optimized the concentration of the cholesterol oligonucleotide and the number of handles, which is necessary for wall penetration into liposome. The result was assayed by 1% agarose gel electrophoresis.

<tbody>

</tbody>

Reagents
Purified Wall (0.03µM)6µL
Cholesterol oligomer 1.5µL

Sample2 and 3 do not have handles for the cholesterol oligonucleotide to hybridize. Sample 5 and 6 have 4, sample 8 and 9 have 10, sample 11 and 12 have handles for the cholesterol oligonucleotide to hybridize.

<tbody>

</tbody>

Concentration of cholesterol oligonucleotide
Sample2_1, 3_1, 5_1, 6_10.24µM
Sample2_2, 3_2, 5_2, 6_20.48µM
Sample2_3, 3_3, 5_3, 6_32.4µM
Sample2_4, 3_4, 5_4, 6_44.8µM
Sample8_1, 9_10.60µM
Sample8_2, 9_21.2µM
Sample8_3, 9_36.0µM
Sample8_4, 9_412µM
Sample11_1, 12_11.14µM
Sample11_2, 12_22.28µM
Sample11_3, 12_311.4µM
Sample11_4, 12_422.8µM

Procedures

Reagents are mixed and incubated for 60 minutes at room temperature.

(ii) Putting the Wall into the liposome

Same as <a href="#2-3">2-3. Putting the Monomer into the liposome</a>.


1-3. Linking the Activator to the liposome

1-4. Combining the Wall and the Activator

1-5. Separating the Wall from the Activator

<a href=""> 2. The Moving System: The Motor</a>

2-1. Producing the Motor-Monomer

2-1(a). Folding the Motor-Monomer body

<tbody> </tbody>
Reagents (f. 10µL)
Staple mix5 µL
M13mp18ss4 µL
10 x monomer buffer*11 µL

*1 10 x monomer buffer (100 mL)

1.0 M Tris-HCl (pH 8.0) 10mL

1.0 M MgCl2 (f. 150 mM) 15mL

1.0 M NaCl (f. 25 mM) 2.5mL

2-1(b). Synthesizing divalent SA

2-1(c). Equipping the Motor-Monomer with divalent SA

(i) Modifying divalent SA with NHS

Procedure

<tbody>
Exchange-buffer
0.2M HEPES (pH8.5) 5ml
5M NaCl 500µl
1M DTT 50µl
0.5M EDTA 10µl
MQ up to 50ml
<tbody>   </tbody>
Reagents for SA and Cy5-NHS
0.45µM divalent SA 10µL
Cy5-NHS10µL
tetraborate (pH 8.1) 5µL


Reagents for Cy5-SA-biotin-oligonucleotide:

Fraction 5µl

the threefold amounts of biotin-oligonucleotide 5µl

(ii) Click reaction

Procedure

<tbody> </tbody>
Reagent of click reagent and NH2-modified oligonucleotide
10mM click reagent 7µL
tetraborate(pH8.1) 3µL
2µg/µL NH2-modified oligonucleotide 2µL
<tbody>

2-2. Deactivating and reactivating the binding activity of streptavidin

(i) Make Biotin-Beads

Reagent of click reaction
6µM Azi-oligo 5µL
6µM Alk-oligo 5µL
<tbody>

</tbody>

Reagents (f: 20uL)
HEPES-KOH (pH8.5, f.90 mM) 9.0 µL
Biotin and amino modified Oligonucleotide (f: 65 µM) 1 µL
NHS-Beads (f.10 mg/ml) 10 µL

Procedure

Mix NHS-Beads with the oligonucleotide which has Biotin and amino group Remove the solvent.

(ii) Deactivate and reactivate SA

<tbody> </tbody>
Reagents for SA Deactivation (f: 10µL)
Ds DNA of Leader and Blocker (f: 5µM) 2.0µL
Divalent SA (f: 30µM) 8.0µL
Biotin-Beads 0.2mg
1Ds DNA (f: 10µL)
Biotin modified Oligonucleotide (Leader) (f: 25µM) 5.0µL
Desthiobiotin modified Cy3-Oligonucleotide (Blocker) (f: 25µM) 5.0µL
<tbody> </tbody>
Reagents for cutting dsDNA on SA (f: 15µL)
Purified Deactivation SA-dsDNA complex 4µL
HindⅢ (f: 6700U/ml) 1uL
10×NEB Buffer 2.1 1.5µL
MQ 8.5µL
<tbody> </tbody>
Reagents for cutting ds DNA on SA (f: 10uL)
Purified Deactivation SA-dsDNA complex 2 µL
Biotin modified Cy5-Oligonucleotide (Chaser) (f: 5 µM) 2.0 µL
MQ 6 µL
<tbody>

</tbody>

Reagents for reactivation of SA (f: 10 µL)
dsDNA cutted SA-dsDNA complex(solution) 8µL
Biotin modified Cy5-Oligonucleotide (Chaser) (f: 5 µM) 2.0µL

Reagents for Native-PAGE

15 % Resolving Gel

MQ 4.8 ml

30% Acrylamide mix 10 ml

1.5M Tris-HCl (pH 8.8) 5.0 ml

10 % APS 0.2 ml

TEMED 8.0 ul

5 % Stacking Gel

MQ 2.79 ml

30% Acrylamide mix 0.67 ml

1.0 M Tris-HCl (pH 6.8) 0.5 ml

10 % APS 40 ul

TEMED 4.0 ul

Procedure

Analyze


2-3. Putting the Motor-Monomers into the liposome

(i) Binding Motor-Monomers and Qdots/p>

Reagents

Motor-Monomers (unpurified) 80µL

Qdot 655 streptavidin (1µM) 6.4µL

Procedure

(ii) Preparation of GUVs

Reagents

Lipid mix (3mM)

POPC 12mg

Paraffin 5mL

Outer solution

Glucose (400mM) 250µL

Tris (50mM, pH 7.5) 250µL

Emulsion mix

Lipid mix (0.5mM) 500µL

Inner solution(200mM) 10µL

Inner solution

1. GUV including DNA constructs

Mercaptoethanol (4mM) 5.0µL

DNA constructs with Qdot 2.5µL

Sucrose (1M) 2.0µL

Tris (500mM, pH 7.5) 0.5µL

2. GUV not including Motor-Monomers or Walls

Sucrose (400mM) 5µL

Tris (50mM, pH 7.5) 5µ

Procedure




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

</html>