Biomod/2012/TeamSendai/Design: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 26: Line 26:
<h2>Potential Barrier</h2>
<h2>Potential Barrier</h2>
What structure is most suitable to the Gate?  
What structure is most suitable to the Gate?  
Gate have to connect inside to outside of the cell.
Gate has to connect inside to outside of the cell.
So Gate has to be the structure like a tube.
So Gate has to be the structure like a tube.
And it is desireble that is easy to make.
And it is desireble that is easy to make.

Revision as of 03:01, 27 October 2012

<html> <head>

   <title>Team Sendai Top</title>
   <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
   <script type="text/javascript">
       $(function() {
         if ($.browser.msie && $.browser.version.substr(0,1)<7)
         {

$('li').has('ul').mouseover(function(){ $(this).children('ul').show(); }).mouseout(function(){ $(this).children('ul').hide(); })

         }
       });        
   </script>

<style>

body{ background-image:url(http://openwetware.org/images/7/78/Office.png); /*壁色と壁紙設定*/ background-repeat:repeat;/*繰り返さない場合はno-repeatに変更*/ font:"メイリオ", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; color: #333333; margin:0px; padding:0px; }

  1. Container

{ Background-image: url(http://openwetware.org/images/6/62/Wall4.png); width: 960px; margin: auto; }

/* Main menu */

  1. menu

{ width: 100%; margin: 0; padding: 10px 0 0 0; list-style: none; background: #111; background: -moz-linear-gradient(#444, #111);

   background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	

background: -webkit-linear-gradient(#444, #111); background: -o-linear-gradient(#444, #111); background: -ms-linear-gradient(#444, #111); background: linear-gradient(#444, #111); -moz-border-radius: 50px; border-radius: 50px; -moz-box-shadow: 0 2px 1px #9c9c9c; -webkit-box-shadow: 0 2px 1px #9c9c9c; box-shadow: 0 2px 1px #9c9c9c; }

  1. menu li

{ float: left; padding: 0 0 10px 0; position: relative; line-height: 0; }

  1. menu a

{ float: left; height: 25px; padding: 0 25px; color: #999; text-transform: uppercase; font: bold 12px/25px Arial, Helvetica; text-decoration: none; text-shadow: 0 1px 0 #000; }

  1. menu li:hover > a

{ color: #fafafa; }

  • html #menu li a:hover /* IE6 */

{ color: #fafafa; }

  1. menu li:hover > ul

{ display: block; }

/* Sub-menu */

  1. menu ul

{

   list-style: none;
   margin: 0;
   padding: 0;    
   display: none;
   position: absolute;
   top: 35px;
   left: 0;
   z-index: 99999;    
   background: #444;
   background: -moz-linear-gradient(#444, #111);
   background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
   background: -webkit-linear-gradient(#444, #111);    
   background: -o-linear-gradient(#444, #111);	
   background: -ms-linear-gradient(#444, #111);	
   background: linear-gradient(#444, #111);
   -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
   -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
   box-shadow: 0 0 2px rgba(255,255,255,.5);	
   -moz-border-radius: 5px;
   border-radius: 5px;

}

  1. menu ul ul

{

 top: 0;
 left: 150px;

}

  1. menu ul li

{

   float: none;
   margin: 0;
   padding: 0;
   display: block;  
   -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
   -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
   box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;

}

  1. menu ul li:last-child

{

   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;    

}

  1. menu ul a

{

   padding: 10px;

height: 10px; width: 130px; height: auto;

   line-height: 1;
   display: block;
   white-space: nowrap;
   float: none;

text-transform: none; }

  • html #menu ul a /* IE6 */

{ height: 10px; }

  • first-child+html #menu ul a /* IE7 */

{ height: 10px; }

  1. menu ul a:hover

{

   background: #0186ba;

background: -moz-linear-gradient(#04acec, #0186ba); background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)); background: -webkit-linear-gradient(#04acec, #0186ba); background: -o-linear-gradient(#04acec, #0186ba); background: -ms-linear-gradient(#04acec, #0186ba); background: linear-gradient(#04acec, #0186ba); }

  1. menu ul li:first-child > a

{

   -moz-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;

}

  1. menu ul li:first-child > a:after

{

   content: '';
   position: absolute;
   left: 30px;
   top: -8px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 8px solid #444;

}

  1. menu ul ul li:first-child a:after

{

   left: -8px;
   top: 12px;
   width: 0;
   height: 0;
   border-left: 0;	
   border-bottom: 5px solid transparent;
   border-top: 5px solid transparent;
   border-right: 8px solid #444;

}

  1. menu ul li:first-child a:hover:after

{

   border-bottom-color: #04acec; 

}

  1. menu ul ul li:first-child a:hover:after

{

   border-right-color: #04acec; 
   border-bottom-color: transparent; 	

}


  1. menu ul li:last-child > a

{

   -moz-border-radius: 0 0 5px 5px;
   border-radius: 0 0 5px 5px;

}

/* Clear floated elements */

  1. menu:after

{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

  • html #menu { zoom: 1; } /* IE6 */
    first-child+html #menu { zoom: 1; } /* IE7 */

/* 目次 */ div#mokuji {width: 960px; margin-left: auto; margin-right: auto; background-color: #f5f5dc}

div#mokuji h2 { background-color: # f5f5dc; font-size: 1.50em; color: #000000; line-height: 45px; padding-left: 12px; margin-bottom: 0}

div#mokuji h3 {border-bottom:solid 3px #66aa66; font-size: 1.50em; line-height: 22px; padding-left: 12px; margin-top: 30px; margin-bottom: 0; clear: both}


ol#mokuji {font-size: 1.00em; margin-left: 0; padding-left: 0}


/*文字の設定*/ h1{ font-family: 'Times New Roman', 'Times', serif; font-size: 2.00em; letter-spacing: 2px; padding-left:10px; margin: 0px; }


h2{ font-family: 'Times New Roman', 'Times', serif;

     	font-size:1.8em;

border-left: 10px solid #000066;

         	border-bottom:solid 1px #000099;/*文字の下に線を入れる設定*/
         	width:900px;

padding-left: 5px; color:#333333; margin-top: 15px; margin-bottom: 5px; }

h3{ font-family: 'Times New Roman', 'Times', serif;

     font-size:1.60em;
       color:# 333333;

}

p{

   	font-family: 'Times New Roman', 'Times', serif  	font-size:1.40em;/*全体の文字サイズ*/

line-height:150%;/*全体で使う、文字と文字の行間*/

         	margin-left:5px;

}

p img{

    	float:left;
        	margin-top:5px;  /*写真の左にスペースを空ける*/

margin-left:5px; /*写真の左にスペースを空ける*/ margin-right:10px; /:写真と文字の間隔*/ }


h5{

     font-size:1.60em;

border: solid 1px #111111;

       color:#ffffff;

background-color:#FFA500; line-height: 30px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

h6{

     font-size:120%;

border: solid 1px #111111;

       color:#ffffff;

background-color:#006400; line-height: 30px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

  1. red{
     font-size:120%;

border: solid 1px #111111;

       color:#ffffff;

background-color:#DC143C; line-height: 40px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

  1. blue{
     font-size:120%;

border: solid 1px #111111;

       color:#ffffff;

background-color:#191970; line-height: 40px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

  1. pop {

width: 50%; margin: 0px; float: left; }

  1. pop h2 {

width: 90%; margin: 0px; float: left; }

  1. pop p {

width: 90%; margin: 0px; float: left; }


/*topに戻る*/

  1. ttop {position:fixed;bottom:140px;left:auto;margin:0 0 0 960px; /* マージン:上 右 下 左 */width:41px;height:390px;background:url(http://openwetware.org/images/e/ed/Cellgate.gif) no-repeat left bottom;}/* IE6以下用 */* html #ttop {margin:0 0 -390px 0;position:relative;bottom:490px; /* 上で設定した ttopの高さ390px+下100px */left:960px;}#ttop:hover {background:url(http://openwetware.org/images/a/a7/029.png) no-repeat left bottom;/* 画像の高さによって適当に調整 */}a.page_top {display:block;width:41px;height:390px;}


</style> </head>


<body> <div id="Container"> <!-- Menu --> <ul id="menu"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Tohoku/Team_Sendai ">Home</a></li> <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Idea ">Project</a></li> <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Design">Design</a> </li> <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Simulation">Simulation</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Experiment ">Experiment</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Future Application">Future Application</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Diary">Diary</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Team ">Team</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/Tohoku/Team Sendai/header"></a> </li>

</ul>

<div id="ttop"> <a href="#top" class="page_top" onfocus="this.blur();" onclick="scrollTo(0,0); return false;" title="Top"></a></div>

</body> </div> </html>


Cell-gate

Our project "Cell-gate" is left. Our project is divided into three parts, Gate, Porter, and Membrane. Gate is Cell-gate itself.  Porter is function to transport the target inside and outside cell membrane.  Membrane is liposome which is model of cell membrane. We divided our project into above three group and did experiment. On this page, we descript how we determined our robot design.

Design

Design of Gate

Size / Structure


DNA origami

Potential Barrier

What structure is most suitable to the Gate? Gate has to connect inside to outside of the cell. So Gate has to be the structure like a tube. And it is desireble that is easy to make. We decided to use the structure of the hexagonal tube. The reason is because we think there is a reference on the hexagonal structure of DNA origami, for example "A logic-gated nanorobot for targeted transport of molecular payloads" (SM Douglas, I Bachelet, GM Church - Science Signalling, 2012), and can take advantage of that knowledge.

動画じゃないほうがいい。


Design of Porter

Principle

When we consider making Cell Gate, there are two problems. One is how to pull the target oligonucleotide into Gate, and the other is how to pass the target. To solve these problems, we propose a nano structure of ssDNA and named it “Porter”. Porter stands in line in Gate, pulls the target, and transports it.

The Gate simulation shows that things by itself don’t come in Gate. So Porter has to pull and carry the target inside Gate.

We designed Porter having some loop structures when it hybridizes with the target. Porter has some complementary sequences to the target here and there. So after the target attaches to Porter at the end of Porter, Porter shrinks and pulls the target. Finally the target comes in Gate, otherwise unable to go through.

The inner Porter has more complementary sequences to the target and has higher bonding energy from the entrance of Gate. This design enables the target to move to the inner Porter because of the combination stability. In experiment, we apply the sequences below.

<DNA sequences>(実際の配列をお願いします) These are the sequences for electrophoresis, and only a part of the actual Porter sequence. These are the extracted region binding to the target. When planted in the gate, Porter has more spacer sequences of 10base at the root in addition to the sequences above, to reduce the Coulomb's force produced by the wall of Gate.


Simulation

We compared the ability to catch the target of Porter with that of toehold structure.

How to implement

Cell model

Cholesterol

We also have the aim of this GATE stab in the cell membrane, it can not sting in the cell membrane of normal hexagonal tube. However, We can create a tube with a different structure by exchanging some staple. We have designed a simple tube first,and I have to be attached anywhere in the structure to replace the staple. We can later add functionality to an existing structure using this method. We thought that to have an affinity for lipid membrane with the DNA that can be modified cholesterol on the side of the tube by this method. In addition, we have also designed DNA-like beard at the entrance of the tube. We expect the effect of electrostatically repel force with DNA which are not intended. Our tube is small,so we designed the tube to connect to each other and be long in order to easily confirmed using AFM. By replacing the staple, this structure is also removably.(その他の筒の絵)


Porter

What’s “Porter”?

When we consider making Cell Gate, there are two problems. One is how to pull the target oligonucleotide into Cylinder, and the other is how to pass the target. To solve these problems, we propose a nano structure of ssDNA and named it “Porter”. Porter stands in line in Cylinder, pulls the target, and transports it.

Loop structure

We did simulation to find the best length and place of Porter. The simulation shows that the target, which is negatively charged, can approach to Cylinder, only when there’s a certain distance between them. To enable the target to go enough close to Cylinder, Porter has to be longer than the distance and carry the target inside Cylinder. So we designed Porter having some loop structures when it hybridizes with the target. Porter has some complementary sequences to the target here and there. So after the target attaches to Porter at the end of Porter, Porter shrinks and pulls the target. Finally the target passes the distance otherwise unable to go through.

Transportation of the target

The inner Porter has more complementary sequences to the target and has higher bonding energy from the entrance of Cylinder. This design enables the target to move to the inner Porter because of the combination stability.

Experiment

In experiment, we apply the sequences below. We compared the effectiveness and efficiency of Porter with that of toehold structure. <DNA sequences>(実際の配列をお願いします) These are the sequences for electrophoresis, and only a part of the actual Porter sequence. These are the extracted region binding to the target. When planted in the gate, Porter has more spacer sequences of 10base at the root in addition to the sequences above, to reduce the Coulomb's force produced by the wall of Cylinder.

Membrane

Insert the mini-gate

We use liposomes as a model of cell membrane. First, we designed the composition of liposome and made the liposomes. And then, we prepared a preliminary step to insert cell gate into the liposome. We designed a smaller tube named “mini-gate” as a model of cell-gate. We attempted to insert it into our liposomes and we observed how “mini-gate” inserted into liposomes.

Modification of mini-gate

Similar to the actual cell gate, we also stretched single-stranded DNA of 10 bases that can be modified cholesterol from the side of “mini-gate” as Gate team did. We attached cholesterol to the side of the “mini-gate” using that single-stranded DNA, and expected that these enter into the hydrophobic portion of the liposome. Then, it is likely to that the tube stick to the liposome.



Penetrate with standing

However, we modified cholesterol to stick to the liposome, it is considered that the “mini- gate” would be in a state of lying on the liposome. Therefore, when we designed the mini- gate, we made one side too much for the extra M13 deliberately. We expect that the electrostatic symmetry of the tube is broken by this extra M13, and the tube penetrate the membrane standing vertically by repulsion.





ここから下、昔の文章なので参考までに…

<a name="Porter"></a>

Porter

<img src="http://openwetware.org/images/4/45/Suceed.gif" align="right" width="210px" height="150px">

Tubeの中に一列に並び、チャネルの原動力となる一本鎖DNAの列をPorterと名付ける。Porterは入口から奥へ行くほどターゲット分子との相補的な配列が多くなるように設計する。こうすることで“意図的に”エネルギー勾配を作り出すことができ、物質を移動させることができるようになる。
<a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Idea">Idea</a>で言ったように、物質の通り道となるチャネルの外壁はDNAオリガミで作るため、短い一本鎖DNAではDNAのカスケードの流れにターゲット分子を乗せることはできない。Reference: <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Simulation">Simulation</a> </br> また、かといってただ単純に一本鎖DNAを伸ばしただけでは、クーロン力の壁を越えられず、先端の相補的な配列にターゲット分子が結合するのみで、一本鎖DNAは伸びきったまま、Tubeの中に物質を取り込むことはできないだろう。(画像載せる)
そこでPorterがターゲット分子と結合した場合、ループ構造をとるように設計した。Porterの各所にある相補的な配列に、段階的にターゲット分子が結合することにより、物体を引き寄せ、Tubeの中に物質を引き入れることができるようになるだろう。(画像載せる)また捕集できる場所が多くなるため捕集率も向上すると考えられる。(画像載せる)
実験では以下の配列を用いて、トーホールドとループ構造の比較を行った。(配列載せる)
また、これは電気泳動用の、ターゲットとの結合に関係する部分だけを抜き出した配列である。実際のTubeに搭載する場合はこの配列の他に、根元から10bpほどスペーサー配列を組み込むことで、移動中に壁から受けるクーロン力の影響を減らしている。
実験では主に、Tubeの中にターゲットを引き込むことを主眼としているが、入口から入って行ったターゲットを最も出口に近いPorterまで移動させ出口から放出するには、最も出口に近いPorterとターゲットの関係をトーホールドにしておき、結合した状態でさらにターゲットに相補的配列を持つ一本鎖DNAを投入すればよいと考えられる。
計算上、Tubeから出ることよりも、入ることのほうが難しい。
( Inside the gate, a cascade of three single stranded DNAs is planted. We named the DNAs Selector1, Selector2, and Selector3 from the outside of the gate. In addition, another Selector, which is called Selector4, is in the liposome.
[In the gate] Selector1and 2 have complementary sequences to a target oligonucleotide here and there and consecutive adenine sequences in other portion. We made an attempt to capture a target distant from the gate with high specificity. So we lay out a long Selector1. By catching a target and making loops, it can shrink and go in the gate.
Selector3 is complementary to the target, but it is shorter than the target. When it binds to the target, the upper end of the target makes a toehold.
We designed the inner Selector has higher bonding energy. So once the outer-most ssDNA binds to a target, the target is passed to the inner-ones one by one.
[In liposome] Selector4 is perfectly complementary to the target. After the target reaches Selector3, Selector4 conveys the target into liposome.)

NameSequence(5' to 3')Tm(°C)
target* - ACTAGTGAGTGCAGCAGTCGTACCA
Selector1AAAAAAAAAAAAAAAAATGGTACAAAAAAAAGACTGAAAAAAAACTGCA30.6
Selector2AAAAAAAAAAATGGTACAAAAGCTGCA36.5
Selector3TGGTACGACTGCTGCA62.3
Selector4TGGTACGACTGCTGCACTCA68.0


  • Red-orange and blue-green regions are complementary DNA sequences.
  • Black region is added to differ the molecular weight of each sample(for distinguishing them during electrophoresis).


<a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendaiA/Results_%26_Discussion#Selector">Experiment page</a>




<a name="Tube"></a>

Tube

まず我々は円形断面のTubeを想定した。しかし、円形断面は力学的に見て強度が低い。そのためか、円形断面に関するDNAオリガミ構造体のデータも少なく、円形断面のTubeを作ることは難しそうであった。力学的に最も強度の高い構造は、三角形断面であるが、三角形断面は作成に必要な材料の数が多くなるなどの問題が挙げられる。また、三角形というある種特異的な断面を使用すると、目標物質の形状に関する汎用性が低下するおそれがある。断面はなるべく円に近いほうが良い。
そこで考えたのが六角形断面、ハニカム構造の断面を持つ六角柱型のTubeである。六角形は三角形を6つ並べた構造をしているため、比較的強度が高く、建築物の構造にも使われ、自然界では蜂の巣の中などにその形を見出すことが出来る。また、六角柱型のDNAオリガミ構造体に関する参考文献(ショーンの論文を紹介)もあり、その知見を利用することが出来る。よってTubeは六角柱で構成することにする。
ただの六角柱では細胞膜に刺さることはできない。そこで、筒の側面にコレステロールを修飾したDNAを生やし脂質膜と親和性を持たせる。さらにそのままでは、脂質の上に寝た状態でいることが安定になるといけないので、六角柱のDNAオリガミを作製する際、わざと片側にM13を余らせることにした。このことで対称性が崩れ、反発力によって、Tubeが立ったまま細胞膜を貫通することができる。 Gate should be able to transport the target with selector inside gate and go through cell membrane. To transport the target with selector, we decided to make hexagonal tube as gate. The reasons we adopted hexagonal tube as gate are that surfaces of hexagonal tube are suitable for being attached selector, high strength of honeycomb structure are easy to be observed. To go through cell membrane, we placed the staple attached lipid on center of gate.
We expect gate is introduced liposome simultaneously with creation of liposome. In addition, we attached edge of the gate to adenine staple like a "mustache" to make easy watching by AFM and interrupt other DNA approaching. We think because of our selector 1 is enough long, only target is transported into the gate.
In addition to this, we made the cholesterol hexagonal tube. The reason that designed this tube is coupling into a liposome film using a characteristic of the cholesterol like a lipid. (cf.Figure 2.3 )

Structure image

This is the hexagonal tube design by caDNAno using honeycomb structure.(動いていない画像のほうがいいと思う)

<img src="http://openwetware.org/images/9/91/Cadnano3D.gif" width="315px" height="405px" alt="Structure image"/>

We made 3shape’s hexagonal tube.
1: Mere hexagonal tube
2: Hexagonal tube with the adenine at the entrance
3: The cholesterol hexagonal tube
<img src="http://openwetware.org/images/c/c4/スクリーンショット_2012-10-15_1.11.25.png" width="474px" height="351px"/ > <img src="http://openwetware.org/images/0/0b/スクリーンショット_2012-10-15_1.11.35.png" width="471px" height="356px" align="right"/ > <img src="http://openwetware.org/images/5/5e/スクリーンショット_2012-10-15_1.22.38.png" width="456px" height="351px"/ >
<a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendaiA/Results_%26_Discussion#Gate">
Experiment page</a>






















<a name="Membrane"></a>

Membrane

We use liposomes as a model of cell membrane. To insert cell-gate into the liposome, we stretched out ssDNA of 10 nt from the side of the hexagonal tube. Then, we extend the complementary ssDNA, and modified the cholesterol at the end of them. We choose the cholesterol because cholesterol is strongly hydrophobic. We expect that cholesterol penetrate into the hydrophobic portion of the liposome. We confirmed the tube modifying the cholesterol by electrophoresis. We use fluorescein to confirm that the tube insert into the liposome correctly. (細胞膜のモデルとして、リポソームを使用する。リポソームにセルゲートを刺さるようにするために、六角形筒の横から10塩基のシングルストランドDNAを伸ばした。さらに、相補的なシングルストランドDNAを伸ばして、それらの末端にコレステロール修飾を行った。コレステロールを修飾したのは、コレステロールが強い疎水性であるからである。コレステロールがリポソームの疎水性部分に入り込むことで、筒がリポソームに刺さりやすくなると考えた。コレステロール修飾は電気泳動で確かめた。筒がリポソームに刺さっているかを確かめる方法として、蛍光分子を利用する。)
<a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendaiA/Results_%26_Discussion#Membrane">Experiment page</a>




</body>