Team:MIT/Results

From 2012.igem.org

(Difference between revisions)
(Replaced content with "DEPRECATED. DO NOT EDIT.")
 
(122 intermediate revisions not shown)
Line 1: Line 1:
-
{{MIT-header2}}
+
DEPRECATEDDO NOT EDIT.
-
{{MIT-style-team}}
+
-
<html>
+
-
<head>
+
-
 
+
-
  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+
-
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+
-
  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+
-
 
+
-
 
+
-
<!-- TODO: add pre/n buttons -->
+
-
<script>
+
-
  $(document).ready(function(){
+
-
  $('.bio').css('display','none');
+
-
  $('.col_list li').css('cursor','pointer');
+
-
  $('.col_list li').hover(function() {
+
-
    $(this).css('background-color','#a3abae');
+
-
    }, function() {
+
-
    $(this).css('background-color','#ffffff');
+
-
  });
+
-
 
+
-
  $("#accordion").accordion();
+
-
 
+
-
  $('.col_list li').click(function () {
+
-
    $('.bio').hide();
+
-
    var name = $(this).attr('id');
+
-
    $('#'+name+'bio').fadeIn(500);
+
-
//
+
-
   
+
-
  });
+
-
});
+
-
</script>
+
-
</head>
+
-
 
+
-
<body>
+
-
 
+
-
<div id="col_nav">
+
-
    <div id="accordion">
+
-
 
+
-
<h3><a href="#">Overview</a></h3>
+
-
<div class="col_list">
+
-
<ul>
+
-
    <li id="aa1">Placeholder</li>
+
-
 
+
-
+
-
+
-
 
+
-
</ul>
+
-
    </div><!-- end overview -->
+
-
 
+
-
<h3><a href="#">Biobricks</a></h3>
+
-
<div class="col_list">
+
-
<ul>
+
-
    <li id="a1">Placeholder</li>
+
-
 
+
-
+
-
+
-
 
+
-
</ul>
+
-
    </div><!-- end biobricks -->
+
-
 
+
-
<h3><a href="#">Foundational</a></h3>
+
-
<div class="col_list">
+
-
<ul>
+
-
    <li id="b1">In Vitro </li>
+
-
    <li id="b2">Nucleic Acid Delivery</li>
+
-
            <li id="b3">In Vivo Strand Displacement </li>
+
-
+
-
+
-
 
+
-
</ul>
+
-
    </div><!-- end foundational -->
+
-
 
+
-
<h3><a href="#">Sensing</a></h3>
+
-
+
-
      <div class="col_list">
+
-
          <ul>
+
-
            <li id="iv1">Modeling</li>
+
-
            <li id="iv2">In Vitro Sensing</li>
+
-
 
+
-
          </ul>
+
-
        </div><!-- end sensing-->
+
-
 
+
-
<h3><a href="#">Processing</a></h3>
+
-
+
-
      <div class="col_list">
+
-
          <ul>
+
-
            <li id="m1"> Modeling </li>
+
-
            <li id="m2"> In Vitro Not Gate </li>
+
-
            <li id="m3"> Hammerhead Ribozymes </li>
+
-
 
+
-
          </ul>
+
-
        </div><!-- end processing-->
+
-
<h3><a href="#">Actuation</a></h3>
+
-
+
-
      <div class="col_list">
+
-
          <ul>
+
-
            <li id="m4"> Modeling </li>
+
-
            <li id="m5"> In Vitro  </li>
+
-
            <li id="m6"> In Vivo </li>
+
-
 
+
-
          </ul>
+
-
        </div><!-- end actuation-->
+
-
</div>
+
-
 
+
-
</div><!--end col_nav-->
+
-
 
+
-
 
+
-
<div id="col_left">
+
-
 
+
-
<div class="bio" id="b1bio">
+
-
 
+
-
<b> RNA Strand Displacement In Vitro </b>
+
-
<br>
+
-
<br>
+
-
<b> Previously: </b>
+
-
<br>
+
-
<br> In 2011, Lulu Qian and Erik Winfree of Caltech, published a paper "Scaling Up Digital Circuit Computation with DNA Strand Displacement cascades." This paper demonstrated how scalable DNA strand displacement based logic circuits are capable of processing functions as difficult as square roots.
+
-
<br>
+
-
<br>
+
-
<b> MIT iGEM 2012: </b>
+
-
<br>
+
-
<br> Before our team attempted to bring the mechanism of strand displacement into an in vivo context, we first decided to try assaying strand displacement in vitro using RNA. We used 2'-O-Methyl RNA strands that have never been proved before to strand displace in vitro. Before creating our own constructs, we decided to use sequences from Qian/Winfree and adapt them to RNA.
+
-
<br>
+
-
<br>
+
-
<b> Foundational Experiment: </b>
+
-
<br>
+
-
<br>
+
-
Figure A shows a foundational experiment with RNA strand displacement in vitro, performed on a plate reader. The negative control, in black, is a well that receives just an anneal reporter complex. This reporter has gate strand T*S6* that is tagged with a fluorophore, 3' ROX. The top strand of the complex, the output strand, S6 which is complementary to S6*, is tagged with a quencher, that absorbs fluorescence from the fluorophore. When the two strands of the reporter are annealed, no fluorescence should be observed.  The positive control, in red, is the input strand, TS6, annealed to the gate strand, T*S6* tagged with ROX. This is what we would expect the product of a strand displacement reaction to behave like. We can see that in the experimental well when the input is present, it can bind to the exposed T* domain of the reporter and displace the output, S6-quencher, strand yielding a fluorescent complex and waste.
+
-
 
+
-
<br>
+
-
<b> Figure A </b>
+
-
<img src="https://static.igem.org/mediawiki/2012/e/ea/Foundation1MIT.png"/>
+
-
 
+
-
</div>
+
-
 
+
-
 
+
-
<div class="bio" id="b2bio">
+
-
 
+
-
<b> Nucleic Acid Delivery </b>
+
-
<br>
+
-
<br>
+
-
<br> To be able to achieve RNA strand displacement logic cascades in vivo, first our team had to ensure that we are capable to delivering nucleic acid to Mammalian Cells. We have achieved the delivery of  plasmid DNA, single stranded modified RNA and double stranded modified RNA to mammalian cells through both lipofection and nucleofection.
+
-
<br>
+
-
<br>
+
-
<b> Delivery of Plasmid DNA to Mammalian Cells </b>
+
-
<br>
+
-
<br> Through the Gateway method, we have assembled many promoter-gene constructs as detailed on our Parts Page. After construction, we deliver the plasmid DNA to Mammalian Cells through the use of transient transfection, lipofection with Lipofectamine 2000 reagent. Figure A shows:
+
-
<br>
+
-
<br> Figure A  will go here.
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<b> Delivery of 2'-O-Me RNA to Mammalian Cells </b>
+
-
<br>
+
-
<br> Since our modified reporter constructs use 2'-O-Methyl RNA, we must be able to deliver 2'-O-Me RNA into Mammalian Cells.
+
-
<br>
+
-
<br> The movie below shows HEK293 cells expressing constitutive eYFP with a 2'-O-Methyl-RNA strand labeled with ROX (5-carboxy-x-rhodamine) on the 3' end. As time passes, the complex/vesicles are uptaken by the cell, releasing their payload resulting in whole cell fluorescence. Each frame is 5 minutes, movie encompasses 200 minutes in 9 seconds.
+
-
<br>
+
-
<br> <iframe width="420" height="315" src="http://www.youtube.com/embed/OVKCxyl9n1E" frameborder="0" allowfullscreen></iframe>
+
-
<br>
+
-
<br> Figure B shows time point images taken at t = 0, 2, 3, and 4 hours post-transfection. Images taken at 10X on Zeiss microscope
+
-
<br>
+
-
<br>
+
-
<br> <b> Figure B </b>
+
-
<br> <img src="https://static.igem.org/mediawiki/2012/8/8b/ROXtransfection.png"/>
+
-
<br>
+
-
<br>
+
-
<br> We also ran experiments to optimize the correct ratio of 2'-O-Me RNA to transfection reagent.
+
-
<br> 15,20,25,30 pmol ratio DATA from FACS . Should be from July 4th
+
-
<br>
+
-
<br>
+
-
<b> Inducible Control of Protein Expression </b>
+
-
<br>
+
-
<br><b> Figure C</b>
+
-
<br> <img src="https://static.igem.org/mediawiki/2012/8/8a/DoxCurveImages.png"/>
+
-
<br>
+
-
<br>
+
-
<b> Delivery of Plasmid DNA which transcribes short RNA Inputs </b>
+
-
<br>
+
-
<br> FF1 Knockdown Data
+
-
</div>
+
-
 
+
-
<div class="bio" id="b3bio">
+
-
 
+
-
<b>In Vivo RNA Strand Displacement </b>
+
-
<br>
+
-
<br>
+
-
<b> Strategy 1: Lipofectamine 2000 Transfection of RNA version of Reporter from Winfree/QIan 2011 Paper</b>
+
-
<br>
+
-
<br>
+
-
<br> <img src="https://static.igem.org/mediawiki/2012/b/bd/April24exptMIT.png"/>
+
-
<br> Images will go here from April 24th experiment  - display red fluorescence in all wells, including those that only got reporter or the wrong input - also see red vesicles indicating reporter comes apart inside the vesicles
+
-
<br>
+
-
<br>
+
-
<br> Strategy 2: Switch Transfection reagent to RNAiMAX </b>
+
-
<br>
+
-
<br> RNAiMAX is supposed to be a better transfection reagent for double stranded RNA
+
-
<br>
+
-
<br> Images will go here from experiment from June 13th onward where we do not see red vesicles, however we still see whole cell red fluorescence
+
-
<br>
+
-
<br>
+
-
<b> Strategy 3: Tag RNA strand with an Alexa Fluorophore to act as a transfection marker </b>
+
-
<br>
+
-
<br>
+
-
<b> Strategy 4: Create DNA plasmids driving transcription of RNA inputs, while transfecting RNA Reporter </b>
+
-
<br>
+
-
<br>
+
-
<b> Strategy 4: Nucleofect RNA reporter, RNA inputs </b>
+
-
<br>
+
-
<br>
+
-
<b> [Strategy 5]: Redesign RNA Reporter </b>
+
-
</div>
+
-
 
+
-
<div class="bio" id="m2bio">
+
-
 
+
-
<br>
+
-
<br> Not Gate
+
-
<br>
+
-
 
+
-
</div>
+
-
 
+
-
<div id='next' style="float:right; margin-top: 20px;"> </div>
+
-
</div><!--end col_left-->
+
-
</body>
+
-
</html>
+

Latest revision as of 16:41, 1 October 2012

DEPRECATED. DO NOT EDIT.