Biomod/2014/Kashiwa/Protocol

From OpenWetWare
Revision as of 19:08, 28 August 2014 by Takaaki Kirihara (talk | contribs)
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> p. {font-family: Arial,Frutiger;

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

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

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


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

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

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

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

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

.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; top: 10px; margin-bottom: 10px; } .sample_04 th { width: 200px; padding: 7px; text-align: left; vertical-align: top; color: #333; background-color: #eee; border: 1px solid #b9b9b9; } .sample_04 td { width: 50px; padding: 6px; background-color: #fff; border: 1px solid #b9b9b9; } .sample_04 caption { width: 400px; padding: 6px; background-color: #ADD8E6; 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> PROTOCOL <a name="1"> </a> <a name="1-1"> </a> <a name="1-1-1"> </a>

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

  Contents:

  • <a href=#1>1. Developing the sensing system </a>
    • <a href="#1-1">1-1. The Receptor by itself </a>
      • <a href="#1-1-1">1-1-1. Design of the Receptor hetero - units </a>
      • <a href="#1-1-2">1-1-2. Dimerization mechanism of the Receptor </a>
      • <a href="#1-1-3">1-1-3. Emission of the initiator </a>
    • <a href="#1-2">1-2. The Receptor on the loposome </a>
      • <a href="#1-2-1">1-2-1. Penetration of the Receptor hetero - units to the liposome </a>
      • <a href="#1-2-2">1-2-2. Dimerization mechanism of the Receptor on the liposome </a>
      • <a href="#1-2-3">1-2-3. Emission of the initiator in the liposome </a>
  • <a href="#2">2. Developing the moving system </a>
    • <a href="#2-1">2-1. The Motor by itself </a>
      • <a href="#2-1-1">2-1-1. Design of the Motor - Monomer </a>
      • <a href="#2-1-2">2-1-2. Formation of the simple Polymer </a>
      • <a href="#2-1-3">2-1-3. Controlling the ring - opening polymerization </a>
    • <a href="#2-2">2-2. The Motor in the liposome </a>
      • <a href="#2-2-1">2-2-1. Putting the Motor - Monomers into the liposome </a>
      • <a href="#2-2-2">2-2-2. Formation of the simple Polymmer in the liposome </a>
      • <a href="#2-2-3">2-2-3. Controlling the ring opening polymerization in the liposome </a>


<a name="contents"> 1. Developing the sensing system</a>

1-1. The Receptor by itself

1-1-1. Design of the Receptor hetero-units

Make the units

<tbody> </tbody>
Reagents (f. 40 µL)
M13mp18ss 18 µL
Staple mix 18 µL
10 × Receptor buffer¹ 18 µL


¹10 × Receptor buffer& — 50 mM Tris (HCl pH 7.5), 10 mM EDTA-Na (pH 8), 100 mM MgCl2, 500 mM NaCl

Procedure

1) The solutions were mixed.

2) The mixture was annealed at 47.5 °C for 4 hours.

3) The mixture was purified by spin column.

4) The mixture was analyzed by 1% agarose gel electrophoresis (100V, 40 min).



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



1-1-2. Dimerization mechanism of the Receptor

<tbody> </tbody>
Reagents (f. 20 µL)
Aptamers (f. ????? µM) ?????
Alpha - thrombin (f. 200 nM) ?????
10 × physiological buffer&suo1; ?????
<tbody> </tbody>
¹10 × physiological buffer(f. 10mL)
1 M Tris - HCl (pH 7.5) (f. ?????) 2 mL
3 M NaCl (f. ?????) 4.67 mL
1 M KCl(f.?????) 500 µL
100 mM CaCl 2 (f. ?????) 1 mL
1 M MgCl 2 (f. ?????) 100 µL
MQ 1.23 mL
100% Glycerol (f. ??????) 0.5 mL

Procedure

1) Aptamer solutions were mixed.

2) The solutions were annealed from 90 °C to 24 °C, decrease by 0.4 °C / min

3) Thrombin-solution was added to the solutions and incubated at room temperature for 1 hour

4) The mixture was analyzed with Native-PAGE (??? V , ?? min)

5) The gel was stained by EtBr for 30 minutes

6) The gel was observed with UV and fluorescence by LAS - 4000



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



1-1-3. Emission of the initiator

<tbody> </tbody>
Reagents (f. 20 µL)
100 mM Biotin modified single strand 5 µL
100 mM Strand A 5 µL
Initiator 5 µL
SA (Cy 5) 5 µL

Procedure

1) Strand A and initiator were mixed and annealed at 85 °C,67 °C,50 °C,25 °C for 5 minutes each (mismatch factor ○○ %).

2) Biotin modified single strand and SA were mixed and incubated at room temperature for 15 minutes.

3) The reagents were mixed and incubated at room temperature for ○○ hours.

4) The mixture was analyzed with Native - PAGE (200 V 40 min, 250 V 40 min)

5) The gel was stained by EtBr for 30 minutes

6) The gel was observed with UV and fluorescence by LAS - 4000.


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



1-2. The Receptor on the loposome

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



1-2-1. Penetration of the Receptor hetero - units to the liposome

Ⅰ. Preparation of GUVs

GUVs were made as shown in "Putting the Monomer into a liposome".


Ⅱ. Preparation of LUVs

<tbody> </tbody>
Reagents
50 mM HEPES 500 µL
DTT (f. 1 mM) ????? µL
POPC 20 mg

COMING SOON!



Ⅲ. Hybridization of cholesterol oligomer with the Receptor

<tbody> </tbody>
Reagents (f. 7.5 µL)
Purified Receptor (0.05 µM) 6 µL
Cholesterol oligomer (8 µM) 1.5 µL

Procedure

The reagents were mixed and incubated at room temperature for 60 minutes.


Ⅳ. Penetration of the Receptor into liposomes

<tbody> </tbody>
Reagents
Liposomes (LUVs , GUVs) 50 µL
Cholesterol hybridized Receptor 50 µL

Procedure

The reagents were mixed and incubated at room temperature for 15 minutes.


Ⅴ. Flotation assay

<tbody> </tbody>
Reagents
The Receptor 100 µL
Cholesterol hybridized Receptor 100 µL
Liposomes (? mg/mL LUVs) 100 µL
2.25 M Sucrose buffer¹ 500 µL
1.6 M Sucrose buffer² 900 µL
150 mM KCl solution 100 µL
1 × Flotation buffer³ 600 µL
<tbody> </tbody>
¹2.25 M Sucrose buffer (f. ????)
HEPES - KOH (pH 7.6) (f. 50 mM) ?????
KCl (f. 100 mM) ?????
MgCl2 (f. 20 mM) ?????
Sucrose (f. 2.25 M) ?????
<tbody> </tbody>
²1.6 M Sucrose buffer (f. ????)
HEPES - KOH (pH 7.6) (f. 50 mM) ?????
KCl (f. 100 mM) ?????
MgCl2 (f. 20 mM) ?????
Sucrose (f. 1.6 M) ?????
<tbody> </tbody>
³1 × Flotation buffer (f. ?????)
HEPES - KOH (pH 7.6) (f. 50 mM) ?????
KCl (f. 100 mM) ?????
MgCl2 (f. 20 mM) ?????


Procedure

1) Each sample was mixed as shown below (table1).

2) 225 µL of 1.6 M sucrose buffer was overlaid with 225 µL of sample mixture in centrifuge tubes (Beckman, cat#343778, 11 × 34 mm).

3) Centrifuge for 16 minutes at 100 krpm at 4 ℃ using TLA 100.2 rotor (BECKMAN COULTER) with Ultracentrifuge (BECKMAN COULTER, Optima MAX-XP).

4) 150 µ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 × Flotation buffer (Fraction 4).

5) Fraction 1-4 of each sample were analyzed by 1 % agaraose gel electrophoresis (100V, 1 hour).

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.

7) The radiuses of liposome of each fraction were measured with DLS (Viscotek, 802 DLS).

<tbody> </tbody>
Table 1. Breakdown of Samples
sample No. 1 2 3 4
Cholesterol hybridized Receptor 50 µL 50 µL
Receptor 50 µL 50 µL
Liposome 50 µL 50 µL
150 mM aqueous KCl solution 50 µL 50 µL
2.25 M Sucrose buffer 125 µL 125 µL 125 µL 125 µL



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



1-2-2. Dimerization mechanism of the Receptor on the liposome

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



1-2-3. Emission of the initiator in the liposome


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



2. Developing the moving system

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



2-1. The Motor by itself

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



2-1-1. Design of the Motor - Monomer

モノマーの形成

<tbody> </tbody>
Reagents (f. 60 µL)
Staple mix 17.5 µL
M 13 mp 18 ss 18.3 µL
TE¹ 18.2 µL
10 × tile buffer² 6.0 µL
<tbody> </tbody>
¹TE (f. 50 mL)
1 M Tris - HCl (pH 8.0) (f. 10 mM) 0.5 mL
0.5 M EDTA (f. 1 mM) 0.1 mL
MQ 49.4 mL
<tbody> </tbody>
²10 × tile buffer(f. 500 mL)
Mg (OAc) 2 (f. 100 mM) 10.73 g
1.0 M Tris-HCl (pH 7.5) (f. 200 mM) 100 mL
0.5 M EDTA (f. 10 mM) 10 mL
MQ up to 500 mL

Procedure

1) The reagents were mixed.

2) The mixture was annealed at 55 °C for 3 hours.

3) The mixture was analyzed by 1 % agarose gel electrophoresis.

4) The gel was stained by EtBr for 30 minutes.

5) The gel was taken a photo by LAS - 4000.



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



2-1-2. Formation of the simple Polymer

<tbody> </tbody>
Reagents (f. 20 µL)
Purified Monomer A 10 µL
Purified Monomer B 10 µL

Procedure

1) Monomers were made as shown in “Making DNA origami monomers”.

2) Each Monomer solution was purified by spin column.

3) The reagents was mixed.

4) The mixture was incubated at room temperature for 24 hours.

5) The mixture was analyzed by 1 % agarose gel electrophoresis (100 V, 80 min).

6) The gel was stained by EtBr for 30 minutes.

7) The gel was taken a photo by LAS - 4000.



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



2-1-3. Controlling the ring - opening polymerization

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



2-2. The Motor in the liposome

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



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

<tbody> </tbody>
Reagents (f.1420 µL)
Lipid mix (f. 0.5 mM)¹ 400 µL
Glucose (f. 200 mM) 500 µL
Emulsion mix² 520 µL
<tbody> </tbody>
¹Lipid mix (f. 3 mM)
POPC 12 mg
Paraffin 5 mL
<tbody> </tbody>
²Emulsion mix
Lipid mix (f. 0.5mM) 500 µL
Inner solution³ 10 µL
The Monomer 10 µL
<tbody> </tbody>
³Inner solution
HEPES (f. 50 mM) 250 µL
Sucrose(f. 400 mM) 250 µL
Pyranine 2 µL

Procedure

1) Glucose (500 µL) was taken into a tube as outer solution.

2) Lipid mix (0.5 mM) was added on the glucose solution carefully.

3) Emulsion mix was added on the top and rapidly centrifuged at 4 °C, 1800 rpm for 10 minutes.

4) Centrifuged again at 4 °C, 5000 rpm for 10 minutes.

5) The upper layer was removed and GUVs were collected by micropipette.

6) The GUVs were stained by Nile red and observed with a confocal microscope.



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



2-2-2. Formation of the simple Polymmer in the liposome

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



2-2-3. Controlling the ring opening polymerization in the liposome




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

</html>