Difference between revisions of "Team:Rice/Model"

Line 61: Line 61:
 
   float: left;
 
   float: left;
 
   width: 50%;
 
   width: 50%;
 +
  padding:10px;
 +
}
 +
/* Create two equal columns that floats next to each other */
 +
.columncenter {
 +
  float: center;
 +
  width: 60%;
 
   padding:10px;
 
   padding:10px;
 
}
 
}
Line 159: Line 165:
  
 
<div class="row" style = "background-color:#26849c!important;">  
 
<div class="row" style = "background-color:#26849c!important;">  
  </div><h1 style = "background-color:#1f9ec1!important;"> How RNA Thermometer Regulate Translation</h2> </br>
+
  </div><h1 style = "background-color:#1f9ec1!important;"> How RNA Thermometers Regulate Translation</h2> </br>
 
         </div>
 
         </div>
 
</div>
 
</div>
Line 166: Line 172:
 
<p>In essence, RNA thermometers are a form of temperature dependent translational regulation. At low temperatures, there is a higher probability of more base pairs forming what is known as a "stem-loop structure". At higher temperatures, the thermometers "melt", meaning there is a decreased likelihood of base pairs forming. </p>
 
<p>In essence, RNA thermometers are a form of temperature dependent translational regulation. At low temperatures, there is a higher probability of more base pairs forming what is known as a "stem-loop structure". At higher temperatures, the thermometers "melt", meaning there is a decreased likelihood of base pairs forming. </p>
 
</div>
 
</div>
<img class="img-responsive" style="width:100%" src="https://static.igem.org/mediawiki/2019/0/01/T--Rice--foldedthermometerdesign.svg"/>
+
 
 
  </div><h1 style = "background-color:#9bcfa7!important;">RNA Thermometer Design</h2> </br>
 
  </div><h1 style = "background-color:#9bcfa7!important;">RNA Thermometer Design</h2> </br>
 
         </div>
 
         </div>
 
<p>The stem-loop structure of the thermometer was created by taking the complement of the ribosome binding site(RBS) and surrounding the nucleotides and introducing mutations into the sequence. The resulting altered sequence is known as the variable region. Mutating this region serves a two prong purpose. First off, it ensures that the RBS will be locked into the structure of the thermometer, rendering it inaccessible to the ribosome at low temperatures. Secondly, it allows us to optimize for the targeted melting temperature. </p>
 
<p>The stem-loop structure of the thermometer was created by taking the complement of the ribosome binding site(RBS) and surrounding the nucleotides and introducing mutations into the sequence. The resulting altered sequence is known as the variable region. Mutating this region serves a two prong purpose. First off, it ensures that the RBS will be locked into the structure of the thermometer, rendering it inaccessible to the ribosome at low temperatures. Secondly, it allows us to optimize for the targeted melting temperature. </p>
 
             </div>
 
             </div>
             </div>
+
<div class = "columncenter">
 +
<img class="img-responsive" style="width:100%" src="https://static.igem.org/mediawiki/2019/0/01/T--Rice--foldedthermometerdesign.svg"/>
 +
             </div> </div>
 
              
 
              
 
<div class="row" style = "background-color:#fff!important; padding-top:5vh;">
 
<div class="row" style = "background-color:#fff!important; padding-top:5vh;">

Revision as of 02:49, 22 October 2019

Motivation

Existing RNA thermometers operate around 37°C and do not exhibit significant conformational changes between 25°C and 30°C. As most plants will die at 37°C, it was necessary to design thermometers that experienced conformational change between 25°C. We chose to design thermometers by finding optimal candidates using a genetic algorithm, as the complexity of RNA folding made it difficult to rationally design thermometers. As the figures below show,A. Thaliana grows best between 18-20°C and P. putdia is typically grown in lab at 30°C. These two facts combine help strengthen the need to design RNA thermometers that are optimized to melt at 30°C.

How RNA Thermometers Regulate Translation


In essence, RNA thermometers are a form of temperature dependent translational regulation. At low temperatures, there is a higher probability of more base pairs forming what is known as a "stem-loop structure". At higher temperatures, the thermometers "melt", meaning there is a decreased likelihood of base pairs forming.

RNA Thermometer Design