Team:MIT/Results

From 2012.igem.org

(Difference between revisions)
(Replaced content with "DEPRECATED. DO NOT EDIT.")
 
(19 intermediate revisions not shown)
Line 1: Line 1:
-
{{MIT-style}}
+
DEPRECATEDDO NOT EDIT.
-
{{MIT-header2}}
+
-
<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(){
+
-
  $('.col_list li').css('cursor','pointer');
+
-
$('.col_list li').hover(function() {
+
-
  $(this).css('background-color','#a3abae');
+
-
  }, function() {
+
-
  $(this).css('background-color','#ffffff');
+
-
});
+
-
 
+
-
$("#accordion").accordion({autoHeight:false});
+
-
 
+
-
$('.col_list li').click(function () {
+
-
  var name = $(this).attr('id');
+
-
  $(window).scrollTop($('#'+name+'bio').position().top)
+
-
});
+
-
});
+
-
 
+
-
 
+
-
//Scrollbar moving stuff
+
-
$(function() {
+
-
var $sidebar  = $("#col_nav"),
+
-
offset    = $sidebar.offset(),
+
-
topPadding = 0,
+
-
$window = $(window);
+
-
 
+
-
 
+
-
$window.scroll(function() {
+
-
if ($window.scrollTop() > offset.top - topPadding) {
+
-
  $sidebar.css({'margin-top': $window.scrollTop() - offset.top + topPadding})
+
-
} else {
+
-
  $sidebar.css({'margin-top': 0})
+
-
}
+
-
});
+
-
 
+
-
 
+
-
/*
+
-
$window.scroll(function() {
+
-
if ($window.scrollTop() > offset.top - topPadding) {
+
-
  $sidebar.stop().animate({
+
-
  marginTop: $window.scrollTop() - offset.top + topPadding,
+
-
  }, 200);
+
-
} else {
+
-
  $sidebar.stop().animate({
+
-
  marginTop: 0
+
-
  }, 200);
+
-
}
+
-
});
+
-
*/
+
-
});
+
-
 
+
-
 
+
-
</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">Overview</li>
+
-
            <li id="iv2">Modeling</li>
+
-
            <li id="iv3"><em>In vitro</em> settings</li>
+
-
          </ul>
+
-
        </div><!-- end sensing-->
+
-
 
+
-
<h3><a href="#">Processing</a></h3>
+
-
+
-
      <div class="col_list">
+
-
          <ul>
+
-
            <li id="m1">X Modeling </li>
+
-
            <li id="m2"> In Vitro Not Gate </li>
+
-
            <li id="m3">X Hammerhead Ribozymes </li>
+
-
 
+
-
          </ul>
+
-
        </div><!-- end processing-->
+
-
<h3><a href="#">Actuation</a></h3>
+
-
+
-
      <div class="col_list">
+
-
          <ul>
+
-
            <li id="m40"> Design </li>
+
-
            <li id="m4">X Modeling </li>
+
-
            <li id="m5">X In Vitro  </li>
+
-
            <li id="m6">X In Vivo </li>
+
-
 
+
-
          </ul>
+
-
        </div><!-- end actuation-->
+
-
</div><!-- end accordion-->
+
-
 
+
-
</div><!--end col_nav-->
+
-
 
+
-
 
+
-
<div id="col_left">
+
-
 
+
-
<div class= "section" id="b1bio">
+
-
 
+
-
<h1> RNA Strand Displacement In Vitro </h1>
+
-
<p>
+
-
<b> Previously: </b>
+
-
</p>
+
-
<p>
+
-
In 2011, Lulu Qian and Erik Winfree, researchers at Caltech, published a paper entitled "Scaling Up Digital Circuit Computation with DNA Strand Displacement Cascades." This paper demonstrated how scalable logic circuits based on DNA strand displacement are capable of processes as complicated as the square root function. See our <a href="https://2012.igem.org/Team:MIT/Motivation">motivation</a> page for more details.
+
-
</p>
+
-
<p>
+
-
<b> MIT iGEM 2012: </b>
+
-
</p>
+
-
<p>
+
-
Before our team attempted to bring the mechanism of strand displacement into an in vivo context, we first decided to assay strand displacement in vitro using RNA. We used 2'-O-methylated RNA strands, which had not been shown to undergo strand displacement in vitro. Before creating our own constructs, we adapted sequences from the Qian/Winfree paper to RNA.
+
-
</p>
+
-
<p>
+
-
<b>MIT iGEM Foundational Experiment: </b>
+
-
</p>
+
-
<p>
+
-
Figure A shows a foundational in vitro RNA strand displacement experiment that was performed on a plate reader. The negative control, in black, is a well that received only an annealed reporter complex. The bottom strand of this complex is the gate strand, T*-S6*, with the 3' end tagged with the ROX fluorophore. The top strand of the complex is the output strand, S6. This is complementary to the S6* domain of the gate strand. The 5' end is tagged with the Iowa Black RQ quencher, which absorbs the ROX fluorescence; thus, when the two strands of the reporter are annealed, no fluorescence should be observed.  The positive control, in red, is the input strand, T-S6, annealed to the gate strand, T*-S6* tagged with ROX. This is what we would expect the product of a strand displacement reaction to look 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 strand, yielding a fluorescent complex and a waste strand.</p>
+
-
 
+
-
<p>
+
-
<img src="https://static.igem.org/mediawiki/2012/e/ea/Foundation1MIT.png" width="500px"/>
+
-
<br/>
+
-
<i> Figure A </i>
+
-
</p>
+
-
</div>
+
-
 
+
-
 
+
-
<div class= "section" id="b2bio">
+
-
 
+
-
<h1> Nucleic Acid Delivery </h1>
+
-
<p>In order to implement RNA strand displacement cascades in vivo, we first demonstrated our ability to deliver nucleic acids 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. </p>
+
-
 
+
-
<p>
+
-
<b> (1) Delivery of Plasmid DNA to Mammalian Cells </b>
+
-
</p>
+
-
<p> Through the Gateway method, we have assembled many promoter-gene constructs as detailed on our Parts Page. After construction of the plasmid, we deliver the plasmid DNA to Mammalian Cells through the use of transient transfection, lipofection with Lipofectamine 2000 reage
+
-
<br>
+
-
<br>
+
-
<b> Images of eYFp/mKate transfection from Confocal </b>
+
-
<br>
+
-
<br>
+
-
</p>
+
-
<i> This figure shows HEK293 cells which were transiently transfected with Hef1A:eYFP and Hef1A:mKate using Lipofectamine 2000. Equimole amounts of DNA were delivered, 500 ng total per 1.65 uL of reagent. Images were taken on a Zeiss microscope at 10X.  </i>
+
-
 
+
-
<p>
+
-
<b> (2) Delivery of 2'-O-Me RNA to Mammalian Cells </b>
+
-
</p>
+
-
<p>
+
-
For the purpose of our experiments, RNA oligos with chemical modifications that confer significant overall stability and  increase in Tm is necessary to prevent spontaneous dissociation and rapid degradation by nucleases under in vivo conditions. One form of chemically modified RNA, 2’O-Methyl RNA, is a naturally occurring and nontoxic RNA variant found in mammalian ribosomal RNAs and transfer RNAs. These modified oligos are in most respects similar to RNA, but the 2' O-Methyl modification increases overall stability as the -OH functional group at the 2' position is replaced with a -OMe group, which can't perform cleavage of the RNA backbone. In addition to significant nuclease stability, the modification seem to confer increases in Tm, which minimizes the chance of the RNA strands dissociating upon introduction to a cellular environment.
+
-
Therefore, we need the ability to deliver 2’-O-Methyl RNA to mammalian cells.
+
-
<br>
+
-
<br>
+
-
<i>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.</i>
+
-
</p>
+
-
<p>
+
-
<iframe width="420" height="315" src="http://www.youtube.com/embed/OVKCxyl9n1E" frameborder="0" allowfullscreen></iframe>
+
-
<br />
+
-
<i>Delivery of ROX-labeled 2'-O-Methyl RNA into HEK cells.</i>
+
-
</p>
+
-
 
+
-
<p>
+
-
<img src="https://static.igem.org/mediawiki/2012/8/8b/ROXtransfection.png"/>
+
-
<i>Time point images taken at t = 0, 2, 3, and 4 hours post-transfection. Images taken at 10X on Zeiss microscope.</i>
+
-
</p>
+
-
 
+
-
<p>
+
-
Once we demonstrated ability to deliver 2'-O-Me RNA to mammalian cells, we ran optimization experiments to optimize the ratio of 2'-O-Me RNA delivered to RNAiMAX (transfection reagent used). 
+
-
</p>
+
-
 
+
-
<p>
+
-
<b> Figure of transfection efficiency with dsALEXA </b>
+
-
<br>
+
-
<br>
+
-
<i>Caption</i>
+
-
</p>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<p>
+
-
<b> (3) Inducible Control of Protein Expression </b>
+
-
</p>
+
-
 
+
-
<p>
+
-
<img src='https://static.igem.org/mediawiki/2012/b/bf/DOXCURVEpics.png' style = "width:500px;"'/>
+
-
<br />
+
-
<i>The microscopy images above show a brightfield view, the blue filter and the red filter. TagBFP serves as our transfection marker, indicating that cells have taken in foreign DNA. In the red channel, we show that as you increase the concentration of DOX, more cells fluoresce red.</i>
+
-
</p>
+
-
 
+
-
<p>
+
-
<img src='https://static.igem.org/mediawiki/2012/6/68/DoxCurveGraphPad.png' style = "width:500px;"/>
+
-
<br />
+
-
<i> The figure above was generated by transfecting the inducible expression system and varying the concentration of DOX across 16 different data points, and then analyzing using flow cytometry. We demonstrate that as you increase the concentration of DOX, the mean fluorescence increases. At high concentrations of DOX, we eventually see saturation of signal. </i>
+
-
</p>
+
-
 
+
-
<p>
+
-
<b> Delivery of Plasmid DNA which transcribes short RNA Inputs </b>
+
-
</p>
+
-
<p>
+
-
<img src='https://static.igem.org/mediawiki/2012/8/88/FF1-KD.png' style="width:575px;"/>
+
-
</p>
+
-
</div>
+
-
 
+
-
<div class= "section" id="b3bio">
+
-
 
+
-
<h1>In Vivo RNA Strand Displacement </h1>
+
-
<p>
+
-
<b> Strategy 1: Lipofectamine 2000 Transfection of RNA version of Reporter from Winfree/QIan 2011 Paper</b>
+
-
</p>
+
-
 
+
-
<p>Our first strategy to implement RNA strand displacement in vivo was to adapt the DNA sequences of inputs, gates and reporters from the Qian/Winfree,  "Scaling Up Digital Circuit Computation with DNA Strand Displacement Cascades," 2011 Science Paper  to 2’-O-Methyl RNA strands to transfect into mammalian cells. See our Motivation page for more details.
+
-
<br>
+
-
<br>
+
-
In the first foundational experiment, HEK293 (Human Embryonic Kidney cells) were used that constitutively expressed a yellow fluorescent protein (eYFP) in order to be easily visible in microscopy images. 200,000 HEK293 cells were seeded into four wells of a 24 well plate in supplemented DMEM without phenol red pH indicator. The negative control well did not receive any RNA. As a transfection reagent, each well received 1 uL of Lipofectamine 2000. The positive control well received 5 pmol of a gate strand tagged with a ROX fluorophore annealed to an input strand, to act as a product of a strand displacement reaction. The scrambled input well received 5 pmol annealed double stranded reporter with quenched ROX along with a 5 pmol of an input strand containing the correct toehold domain but the incorrect binding domain. Therefore, when both constructs are inside the cell, a strand displacement reaction should not occur, and the fluorophore remains quenched. In the final well, correct input, the cells received 5 pmol of double stranded reporter as well as 5 pmol of an input strand with the correct toehold domain and hybridization domain. Accordingly, we should expect that the toehold of the input strand binds to the complementary exposed toehold on the double stranded reporter, and will branch migrate and effectively kick off the output strand of the reporter that is tagged with a quencher. Therefore, the fluorophore will no longer be quenched, yielding red fluorescence.
+
-
<br>
+
-
<br>
+
-
<img src="https://static.igem.org/mediawiki/2012/5/56/LabeledStrands.png" width=600, heigh=200/>
+
-
<br>
+
-
<img src="https://static.igem.org/mediawiki/2012/b/bd/April24exptMIT.png" width=500/>
+
-
<br />
+
-
<i>In the negative control well, 200,000 HEK293+eYFP cells are healthy and adherent. In the positive control well, we see localized red fluorescence in the form of vesicles as well as distributed, whole cell red fluorescence. In the scrambled input well, we see red vesicles as well as red whole cell fluorescence. In the correct input well, we see only whole cell red fluorescence. </i>
+
-
</p>
+
-
 
+
-
 
+
-
 
+
-
<p>
+
-
<b>Strategy 2: Switch Transfection reagent to RNAiMAX </b>
+
-
</p>
+
-
 
+
-
<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>
+
-
 
+
-
<!-- end foundational -->
+
-
 
+
-
<!-- begin sensing -->
+
-
 
+
-
<div class="section" id="iv1bio">
+
-
<h1>Sensing Overview</h1>
+
-
<p>
+
-
We designed, modeled and tested an mRNA sensor that interfaces with RNA-based strand displacement circuitry.
+
-
</p>
+
-
<h1>Sensing Design</h1>
+
-
<p>
+
-
We imposed the following criteria on our mRNA sensor design:
+
-
<ul>
+
-
<li>orthogonality</li>
+
-
<li>easy integration with strand displacement circuits</li>
+
-
<li>ability to amplify a signal</li>
+
-
<li>ease of sensor generation</li>
+
-
</ul>
+
-
</p>
+
-
 
+
-
<p>
+
-
The way we implemented this sensor is by considering the mRNA sequence and choosing within it two consecutive abstract domains: the <em>toehold</em> and the <em>sensing</em> domains. These domains mirror the toehold and recognition domains in strand displacement, so provide an interface to any strand displacement circuit. Specifically, the chosen toehold and sensing domain will then directly interface with an intermediate gate:output complex using toehold-mediated strand displacement, with signal amplification achieved using a fuel strand.
+
-
</p>
+
-
<p>
+
-
<img alt="Sensing mRNA" src="https://static.igem.org/mediawiki/2012/a/a7/MIT2012_mRNA_sensor_diagram.png"/><br/>
+
-
<em>Illustration of an mRNA sensor.</em> A toehold region in the mRNA can bind to the toehold on a gate:output complex. Branch migration can then occur, resulting in a free output signal. Using fuel, the mRNA can be released from the gate, enabling it to react with another gate:output complex.
+
-
</p>
+
-
 
+
-
<p>
+
-
However, this abstraction needs to take into account the secondary structure of mRNA: some regions are more accessible (less basepairing), while others are strongly basepaired and thus unavailable to be directly sensed by mechanisms that involve basepairing to the mRNA (<a href="http://www.nature.com/ng/journal/v39/n10/abs/ng2135.html">Kertesz <em>et al.</em> 2007</a>).</p>
+
-
<p>
+
-
<img src="https://static.igem.org/mediawiki/2012/1/1e/EBFP2_mRNA.png" alt="eBFP2 mRNA rendition"/><br/>
+
-
<em><a href="http://nupack.org">Software</a> rendered secondary structure of eBFP2 (BBa_K779300) showing various secondary structure elements (e.g. stems and loops)</em>
+
-
</p>
+
-
<p>
+
-
Much work has been done to generate these secondary structures computationally (see <a href="http://nupack.org">nupack.org</a>), and to find accessible regions predicted to be miRNA binding sites within mRNAs (e.g. <a href="http://genie.weizmann.ac.il/pubs/mir07/mir07_prediction.html">PITA</a>). We leveraged these algorithms to identify potential toehold and sensing domains within mRNAs by looking for regions with different levels of accessibility.
+
-
</p>
+
-
 
+
-
<p>
+
-
Once suitable domains have been chosen using modeling of the secondary structure, we can rank them by their orthogonality to other transcribed RNAs. These sequences are available in online databases (e.g. <a href="http://webserver.mbi.ufl.edu/~shaw/293.html">mRNA data for HEK 293 cells</a>). For strand displacement, the rate limiting step is the binding of a strand to a gate:output complex using the toehold. After this step, the process of strand displacement is sensitive to nucleotide mismatches, with early mismatches being more disruptive than later mismatches (Qian <em>et al.</em> 2011). Thus, we can use a weighted <a>Hamming distance</a> between a candidate domain and every subsequence in the transcriptome. This method is similar to identifying orthogonal sequences for protein-DNA interactions as previously published (<a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3424557/">Silver <em>et al.</em> 2012</a>).<br/>
+
-
Care has to be taken to make sure that sensors in a circuit are orthogonal as well, but the same method can be applied to any sequences that are introduced into a cell.
+
-
</p>
+
-
 
+
-
<p>
+
-
<a href="https://static.igem.org/mediawiki/2012/0/0e/MIT2012_eBFP2_sensor_domain_m1_medium.png"><img src="https://static.igem.org/mediawiki/2012/b/b5/MIT2012_eBFP2_sensor_domain_m1_small.png" alt="Domain 1" border="0"/></a>
+
-
 
+
-
<a href="https://static.igem.org/mediawiki/2012/4/46/MIT2012_eBFP2_sensor_domain_m2_medium.png"><img src="https://static.igem.org/mediawiki/2012/c/ca/MIT2012_eBFP2_sensor_domain_m2_small.png" alt="Domain 2" border="0"/></a>
+
-
 
+
-
<a href="https://static.igem.org/mediawiki/2012/4/4a/MIT2012_eBFP2_sensor_domain_m3_medium.png"><img src="https://static.igem.org/mediawiki/2012/4/4a/MIT2012_eBFP2_sensor_domain_m3_small.png" alt="Domain 3" border="0"/></a>
+
-
 
+
-
<a href="https://static.igem.org/mediawiki/2012/4/42/MIT2012_eBFP2_sensor_domain_m4_medium.png"><img src="https://static.igem.org/mediawiki/2012/1/14/MIT2012_eBFP2_sensor_domain_m4_small.png" alt="Domain 4" border="0"/></a>
+
-
<br/>
+
-
<em>Four highlighted domains of eBFP2 with various secondary structures we chose to sense.</em> Blue-filled circles represent toehold nucleotides, green-filled nucleotides represent sensing domain nucleootides. The border of a nucleotide's circle represents the probability of the nucleotide being in the given state (red - very likely, blue - very unlikely). These are closeups of the mRNA structure above.
+
-
</p>
+
-
 
+
-
</div>
+
-
 
+
-
<div class="section" id="iv2bio">
+
-
<h1>Sensing Modeling</h1>
+
-
 
+
-
<p>
+
-
Modeling of mRNA secondary structure was done using <a href="http://nupack.org">NUPACK</a>. Strand displacement reaction kinetics were simulated using <a href="http://lepton.research.microsoft.com/webgec/">Visual GEC</a>.
+
-
</p>
+
-
</div>
+
-
 
+
-
<div class="section" id="iv3bio">
+
-
<h1>Sensing <em>In vitro</em> studies</h1>
+
-
<p>
+
-
We chose 4 domains in eBFP2 with various predicted secondary structure properties to test out <em>in vitro</em>. eBFP2 (BBa_K779300) mRNA was produced by PCRing on a T7 promoter and terminator (TODO: link to primers?). The resulting template was then used for in vitro transcription (see Protocols TODO: link). After purification and quantification on a NanoDrop 1000, the transcribed mRNA, corresponding gate:outputs and fuel strands along with a fluorescent reporter were added to wells in a 96-well plate and the fluorescence was measured on a plate reader (See TODO: link to protocol).
+
-
<br/>
+
-
For proof-of-concept studies we chose DNA as nucleic acid for the gate:output, fuel, and reporter complexes, as these results will mirror results with RNA-based strands, as shown by foundational experiments. However, the thermodynamics, kinetics and steady states will be different between DNA and RNA strands. We expect mRNA to produce less output than a corresponding DNA input mimic (comprising of just the toehold and sensing domains) in the same amount.
+
-
</p>
+
-
<p>
+
-
Results indicate that there is a difference between the 4 domains we chose, and that the output signal from mRNA is less than the signal from DNA mimics.
+
-
<br/>
+
-
<img src="https://static.igem.org/mediawiki/2012/f/f5/MIT2012_mRNA_sensor_small.png" alt="In vitro results from a DNA-based mRNA sensor."/><br/>
+
-
In vitro <em>results from a DNA-based mRNA sensor.</em>  Graphed here is the fold increase in RFU - comparing the pre-input fluorescence to the fluorescence after (TODO) hours. Baseline (light gray) reflects no input. DNA input mimic (dark gray) is a DNA oligonucleotide with the same sequence as the toehold and sensing domains in mRNA (black).
+
-
<br/>
+
-
<img src="https://static.igem.org/mediawiki/2012/d/d7/MIT2012_mRNA_sensor_fold_increase_small.png" alt="Comparing mRNA as an input to DNA as an input."/><br/>
+
-
<em>Comparing mRNA as an input to DNA as an input.</em> Graphed here is the ratio of fold increase fluorescence comparing mRNA inputs to DNA inputs. This indicates the possible completion level due to mRNA inputs. As described above, we expect this to be &lt;1.
+
-
</p>
+
-
</div>
+
-
 
+
-
<!-- end sensing -->
+
-
 
+
-
<!-- start processing -->
+
-
<div class= "section" id="m2bio">
+
-
 
+
-
<h1>Not Gate in vitro</h1>
+
-
<p><img src="https://static.igem.org/mediawiki/2012/0/06/NOT_GATE.png" width=600/>
+
-
<br> <i>Figure 1 - caption needed </i>
+
-
</p>
+
-
 
+
-
<p>
+
-
One of the possible application of the in vivo RNA strand displacement is to sense high and low concentration of specific biomarkers to distinguish, for instance, healthy cells from cancerous cells.  The sensing part of our circuit will translate biomarkers in the form of mRNA in short strand, non coding, RNA.  These short strands will be the input of the processing part of our circuit.  To perform correctly the needed information processing, we need to 'transform' specific  low signals (that is, low concentration of short strands non coding RNA) in high signals that then can be processed by a downstream AND gate.  This transformation can be obtained by a NOT gate, where the input and output are the above-mentioned short strands RNA.
+
-
</p>
+
-
<p>
+
-
We first implemented the NOT GATE in vitro using DNA instead of RNA strands.  The design of this gate is in figure 1, where a letter with a '*' depicts a complementary domain to the one denoted by the letter alone. We arrived to this design after having conceived other 5, trying each time to reduce the number of molecules involved or their complexity.
+
-
</p>
+
-
<p>
+
-
To understand the behavior of this NOT GATE it can be useful to consider two extreme cases, that is, no input present and input at high concentration.
+
-
</p>
+
-
<p>
+
-
When the input is not present the B molecules can bind reversibly with A and reversibly with C. When B start to displace c2 from C, the D molecules will free B that consequently will be able to displace c2 from other C molecules. Finally c2 will irreversibly displace e2 from the readout. Therefore we will see high fluorescence (that is, high level of output with no input)
+
-
</p>
+
-
<p>
+
-
When the input is present in high concentration, B and the input bind irreversibly with A due to the mechanism of the cooperative hybridization(Cooperative Hybridization of Oligonucleotides,David Yu Zhang,JACS 2011) , therefore B cannot displace anymore c2 from C. Consequently e2 cannot be displaced from the readout. Therefore we will see no fluorescence (that is, no output with high level of  input).
+
-
</p>
+
-
 
+
-
<p>
+
-
<img src="https://static.igem.org/mediawiki/2012/0/06/NOT_gate_small2.png" width=600/>
+
-
<br> <i> Experimental result for the in vitro NOT GATE where the output fluorescence is normalized to the highest value of the NOT GATE transfer function and the total volume for each level of input was 100ul.</i>
+
-
</p>
+
-
<p>
+
-
The relative concentration of A with respect of input and B is extremely important. Indeed if the concentration of A is too low the cooperative hybridization between A , B  and a high concentration of input  can be slow, consequently B can displace c2 from C, that is, we would have a high level of output although the input level is high. On the other hand if the concentration of A is too high, even without the presence of input, B will continuously reversibly bind with A. Consequently B will not displace c2 from C and therefore we would not see a high level of output when the level of input is low.
+
-
</p>
+
-
<p>
+
-
In addition to the relative concentration of the different components another important point is the absolute concentration of them. This is mainly due to how the cooperative hybridization works. Indeed the reactants are three and the products two, consequently at low concentration the reactants are more favorable in the reaction whereas at high concentration  the products will be more favorable.
+
-
</p>
+
-
<p>
+
-
Our strategy  consisted first in finding the right concentration to let the cooperative hybridization works and then we tuned the concentration of A to find the right trade of between the interaction of A, input and B when the input is high and the interaction of A and B when the input is low.
+
-
</p>
+
-
</div>
+
-
 
+
-
<div class= "section" id="m3bio">
+
-
<h1>Hammerhead Ribozymes</h1>
+
-
 
+
-
<img src= 'https://static.igem.org/mediawiki/2012/f/f2/Hammerheads.png' width=600/>
+
-
<i> Red: mKate, Blue: mKate-Hammerhead, Cyan: Hammerhead-mKate. Overall, inserting a hammerhead ribozyme sequence into mRNA decreases the red fluorescent output. </i>
+
-
 
+
-
<!-- end processing -->
+
-
 
+
-
<!-- start actuation -->
+
-
<div class= "section" id="m40bio">
+
-
 
+
-
<h1>Decoys and Tough Decoys (TuDs)</h1>
+
-
<p>
+
-
We wanted something that would provide a tight double repression system with a very distinct change between on and off. The TuDs and Decoys design were originally inspired by the “Vectors expressing efficient RNA decoys achieve the long-term suppression of specific microRNA activity in mammalian cells,” paper. We copied their designs and wanted to reproduce the results in our lab. To do so, we ordered TuDs and decoys both with and without bulges. The bulges are designed to disrupt RISC complex activity; something which degrades short RNA like our decoys in the cell.
+
-
<br>
+
-
Sources: http://nar.oxfordjournals.org/content/early/2009/02/17/nar.gkp040.abstract <br>
+
-
http://www.ncbi.nlm.nih.gov/pubmed/9695408
+
-
</p>
+
-
 
+
-
</div>
+
-
 
+
-
<!-- end actuation -->
+
-
 
+
-
<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.