Biomod/2012/UT/Nanowranglers: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 10: Line 10:




=Concept=
='''Concept'''=


Motion is a necessary component of life. While this does include the motion of animals and people as they move about, there is also crucial motion which takes place on a cellular level. Cells could not function without the proteins kinesin and myosin [Cite Mehta et al., 1999], which carry cargo to and from our organelles. The movements employed by these proteins are very similar to the way people walk in the fact that they have two “feet” which step forward, one at a time [Cite Vale et al., 1996]. Because of the crucial role these proteins play in supporting life, we began to wonder if we could create our own molecular walker that could perform similar tasks. In order for this walker to be comparable to (or even better than) kinesin, it must be autonomous and run on a reusable track. In other words, it should not require an external driver and should not damage the track when taking steps. Other walkers have been created in the past, but none has yet been able to accomplish both of these tasks. There are some that are at least capable of either walking autonomously [Cite Bath et al., 2005] or of reusing their track [Cite Yurke et al., 2000]. Our walker is able to accomplish both tasks by means of two alterations. The use of two discrete fuel strands which can only interact with the walker system in a specific order allow us to add an excess of fuel without causing the walker to fall off the track. We also make use of a nicking enzyme which restores the track to its original form without harming it, allowing it to be reused.
Motion is a necessary component of life. While this does include the motion of animals and people as they move about, there is also crucial motion which takes place on a cellular level. Cells could not function without the proteins kinesin and myosin [Cite Mehta et al., 1999], which carry cargo to and from our organelles. The movements employed by these proteins are very similar to the way people walk in the fact that they have two “feet” which step forward, one at a time [Cite Vale et al., 1996]. Because of the crucial role these proteins play in supporting life, we began to wonder if we could create our own molecular walker that could perform similar tasks. In order for this walker to be comparable to (or even better than) kinesin, it must be autonomous and run on a reusable track. In other words, it should not require an external driver and should not damage the track when taking steps. Other walkers have been created in the past, but none has yet been able to accomplish both of these tasks. There are some that are at least capable of either walking autonomously [Cite Bath et al., 2005] or of reusing their track [Cite Yurke et al., 2000]. Our walker is able to accomplish both tasks by means of two alterations. The use of two discrete fuel strands which can only interact with the walker system in a specific order allow us to add an excess of fuel without causing the walker to fall off the track. We also make use of a nicking enzyme which restores the track to its original form without harming it, allowing it to be reused.

Revision as of 15:46, 27 October 2012

<html> <style type="text/css"> //<!--

//Get the playbill font by Hank Gillette, 1992, public domain @font-face {

 font-family: Playbill2;  
 src: url( 'http://openwetware.org/images/e/e6/PLAYBILL.eot' ); /* IE */  
 src: local(Playbill), 
      url( 'http://openwetware.org/images/a/a1/PLAYBILL.TTF' ) format('truetype'),
      url( 'http://openwetware.org/images/b/ba/PLAYBILL.svg#font' ) format('svg'); /* non-IE */  

} /* Define the background of the whole page */ @media screen {

   body { background: #c5d0ea 0 0 no-repeat; }

} /* Define the div holding the page contents */

  1. globalWrapper{
 left: 50%;
 height: 100%;
 background-color: #FFFFFF;
 width: 900px;
 margin-left: -450px; /* Should be width / 2 */
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 padding: 0 0 0 0;   
 position: absolute;

} .toc{

 display:none;

} /* Hide the page heading at top */ .firstHeading {display:none;} /* Hide the bar at the left */

  1. column-one {display:none;}

/* Define the div holding the page contents (this div is inside globalWrapper. We override its default margins) */

  1. content{
 margin: 0 0 0 0;
 font: normal 100% sans-serif;
 color: #000033;
 padding: 12px 12px 12px 12px;
 background-image: url(http://openwetware.org/images/3/38/FortDavis-Pano-Cropped.jpg); background-repeat: no-repeat; 
 border: 0;

} /* Miscellaneous stuff. Feel free to add style definitions. */ h3 {

 /*
 color: #CC5500;
 font: normal 3em sans-serif;
 letter-spacing: 1px; 
 margin-bottom: 0; 
 */
 color: #000000;
 font-style: normal;
 font-size: 39px;
 font-family: 'Playbill2', 'Playbill', sans-serif;
 //font-stretch: ultra-expanded;
 letter-spacing: 1px; 
 margin-bottom: -10px;
 line-height: 25px;
 padding-bottom: 0px;

} h2 {

 color: #000000;
 font-style: normal;
 font-size: 39px;
 font-family: 'Playbill2', 'Playbill', sans-serif;
 //font-stretch: ultra-expanded;
 letter-spacing: 1px; 
 margin-bottom: -10px;
 line-height: 25px;
 padding-bottom: 0px;

} h1 {

 /*
 color: #CC5500;
 font: normal 3em sans-serif;
 letter-spacing: 1px; 
 margin-bottom: 0; 
 */
 color: #000000;
 font-style: normal;
 font-size: 39px;
 font-family: 'Playbill2', 'Playbill', sans-serif;
 //font-stretch: ultra-expanded;
 letter-spacing: 1px; 
 margin-bottom: -10px;
 line-height: 25px;
 padding-bottom: 0px;

}

.scriptFont {

  color: #0;
  padding-top: 5px;
  font: normal 1em Georgia;

}

/* Code taken from publicly available css tutorials at onderhond.com */ .linkconcept a {background:url("http://openwetware.org/images/0/03/Concept-bright.png") left top no-repeat;} .linkmembers a {background:url("http://openwetware.org/images/2/24/Members-bright.png") left top no-repeat;} .linkresults a {background:url("http://openwetware.org/images/a/ac/Results-bright.png") left top no-repeat;} .linkmethods a {background:url("http://openwetware.org/images/0/02/Methods-bright.png") left top no-repeat;} .linkrefs a {background:url("http://openwetware.org/images/2/28/References-bright.png") left top no-repeat;}

.linkgeneral {float:left; padding-right:3px; } .linkgeneral a {display:block; width:141px; height:52px;} .linkgeneral a:hover img {position:absolute; left:-999em; top:-999em;} .linkgeneral a:hover {zoom:1;} //--> </style> <div style="text-align:center" /> <img src="http://openwetware.org/images/5/59/NanoWranglers.png"/><br /> <div class="scriptFont"> Undergraduate DNA nanotechnology research group from the University of Texas at Austin </div> <img src="http://openwetware.org/images/e/e6/NanoWranglersDNAStripe.png"/><br /> <!-- links at top --> <div style="float:left; width:85px; height:52px; display:block" > </div> <div class="linkconcept linkgeneral">

 <a href="http://openwetware.org/wiki/Biomod/2012/UT/Nanowranglers"><img src="http://openwetware.org/images/c/ce/Concept-dull.png" alt="" /></a>

</div> <div class="linkmethods linkgeneral">

 <a href="http://openwetware.org/wiki/Biomod/2012/UT/Nanowranglers/Methods"><img src="http://openwetware.org/images/b/be/Methods-dull.png" alt="" /></a>

</div> <div class="linkresults linkgeneral">

 <a href="http://openwetware.org/wiki/Biomod/2012/UT/Nanowranglers/Results"><img src="http://openwetware.org/images/8/8f/Results-dull.png" alt="" /></a>

</div> <div class="linkmembers linkgeneral">

 <a href="http://openwetware.org/wiki/Biomod/2012/UT/Nanowranglers/Members"><img src="http://openwetware.org/images/4/47/Members-dull.png" alt="" /></a>

</div> <div class="linkrefs linkgeneral">

 <a href="http://openwetware.org/wiki/Biomod/2012/UT/Nanowranglers/References"><img src="http://openwetware.org/images/4/49/References-dull.png" alt="" /></a>

</div> <div style="clear: both;" ></div> <img src="http://openwetware.org/images/e/e6/NanoWranglersDNAStripe.png"/><br />

</div> </html>

These genes were made for walkin'...

The above (embellished) depiction of our walker is in <html><a href="#2Dform">flattened form</a>.</html>


Concept

Motion is a necessary component of life. While this does include the motion of animals and people as they move about, there is also crucial motion which takes place on a cellular level. Cells could not function without the proteins kinesin and myosin [Cite Mehta et al., 1999], which carry cargo to and from our organelles. The movements employed by these proteins are very similar to the way people walk in the fact that they have two “feet” which step forward, one at a time [Cite Vale et al., 1996]. Because of the crucial role these proteins play in supporting life, we began to wonder if we could create our own molecular walker that could perform similar tasks. In order for this walker to be comparable to (or even better than) kinesin, it must be autonomous and run on a reusable track. In other words, it should not require an external driver and should not damage the track when taking steps. Other walkers have been created in the past, but none has yet been able to accomplish both of these tasks. There are some that are at least capable of either walking autonomously [Cite Bath et al., 2005] or of reusing their track [Cite Yurke et al., 2000]. Our walker is able to accomplish both tasks by means of two alterations. The use of two discrete fuel strands which can only interact with the walker system in a specific order allow us to add an excess of fuel without causing the walker to fall off the track. We also make use of a nicking enzyme which restores the track to its original form without harming it, allowing it to be reused.

Design and walking mechanism

Our walker design consists of four main components: a walker, specifically a DNA molecule with two "legs" and a body capable of storing cargo; a track, a long platform supporting footholds to which the legs of the walker can attach; fuel molecules that supply energy to the walker system; and a nicking enzyme which reverts the footholds along the track to a usable state after the walker has walked across them. The sections below illustrate how we designed each of these components of the walker system.

The components of the walker can be defined terms of short common DNA sequences, called domains, numbered 1-6 and a-f. An asterisk (*) after a domain name indicates the reverse complement sequence.

The DNA components of the walker system, for a walker with 5 footholds. W1 and W2 are the ssDNA that form the walker.

The "legs" of the walker are the two toeholds (overhangs) of W1 and W2 Give domain sequence . By careful construction of the track , The walker will bind to corresponding toeholds on the first two hairpins (aA, bB) of the track. This is the starting point of the system. When the walker binds to the track, the hairpins will open exposing a domain that was inaccessible. The fuel F1 binds to this toehold and displaces the lagging leg. This leg will then bind to the next hairpin in line, cA, as it did with the first, now becoming the leading leg by hopping over the other.

The duplex formed by aA and F1 expose a binding domain specific to the second hairpin F2. F2 then displaces F1 from aA, forming a duplex F1:F2. This duplex is free-floating in solution. Because of this it can bind to bB and displace the now lagging leg, allowing it to bind to dB. Now the walker has taken a full two steps.

Finally a nicking enzyme (name it) specific to a domain formed only when F1:F2 is bound to a hairpin with a B loop will cut the formation. This cut causes the total number of bonds in the duplex to decrease to the point in which they can freely dissociate from the track [cite], becoming waste. This will allow the hairpin bB to return to its initial state, thus regenerating the track.

This process can continue as the track is lengthened and as long as there is fuel available for consumption. However our design incorporates elements that limit the length of the track. Almost all things observed in nature tend to follow exponential curves. This is no different in the reaction times for DNA strand displacement. We know from observation that not all walkers will complete their first steps at the same time, and some may not even complete one. This is due to the subtle differences in free energies of the displacements that our design employs. Because the drive is not very strong, we expect the walkers to decrease in number as they continue moving forward due to energy dips and mismatched base pairs.

Fueling the walker

Catalyzed hairpin assembly (CHA)

Directional walking cannot be achieved without a source of energy, such as a fuel molecule [cite Kelly 2005]. The fuel strand system behind our walker utilizes catalyzed hairpin assembly [cite] to move the walker down the track. Simplified, the mechanism of the system can be illustrated with three DNA strands. Two of these are fuel strands. These strands are hairpins that are kinetically trapped and cannot form a duplex with each other. The third strand is the initiator strand. When this strand is present, the two fuels can interact with each other and form a new duplex.

Why and how does this reaction take place? The initiator strand has bases that are complementary to one of the fuel strands. This gives it a toehold that allows it to attach to the fuel strand. After this attachment, by branch migration, the initiator opens up the fuel hairpin. This opening in turn exposes bases that are complementary to the other fuel strand. Toehold binding occurs between the two fuel strands, and by branch migration, they kick off the initiator strand. The final products of this reaction are a stable duplex between the two fuel strands and the initiator strand. This regeneration of the fuel strand gives it a catalytic property.

Kinetics

The rate at which our walker proceeds across the track is dependent on the rates of the toehold bindings and branch migrations. These rates can be estimated based on previous walker experiment literature (need to find citations) and then used to model the kinetics of our walker.

Reactions of the walker system were drawn up and the various rate constants were plugged into KinTek Explorer for kinetic simulation.

2-D representation of DNA forms

It is sometimes easier to view DNA molecules in a "flattened" representation. In this representation, a duplex is shown as a pair of parallel lines, with filled circles in between to denote base pairing. Additionally, in flattened form, the 3' end of every strand is embellished with a half-arrow. An example of this notation, applied to the fuel molecule F1, is shown below.

Acknowledgements

We are sponsored by Integrated DNA Technologies (Coralville, IA, USA). We received travel support from the College of Natural Sciences, the University of Texas at Austin.

Background photo taken by Linhao Zhang in Fort Davis, Texas. Used with permission.