Difference between revisions of "Part:BBa K2541026"

 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
__NOTOC__
 
__NOTOC__
 
<partinfo>BBa_K2541026 short</partinfo>
 
<partinfo>BBa_K2541026 short</partinfo>
 +
<h5>
 +
<P style="text-indent:2em;">
 +
A RNA-based thermosensor that can be used for temperature sensitive translational regulation which is based on the change of RNA sencondary structure. The heat-inducible RNA-based thermosensors can initiate translation of downstream genes at high temperatures.
 +
</p>
 +
</h5>
  
A RNA thermosensor that can be used for temperature sensitive post-transcriptional regulation which is based on the change of RNA sencondary structure. The heat-inducible RNA thermosensors can initiate translation of downstream genes at high temperatures.
+
<h1>'''1. Usage and Biology'''</h1>
<!-- -->
+
<h5>
 +
<P style="text-indent:2em;">
 +
Heat-inducible RNA-based thermosensors are RNA genetic control systems that sense temperature changes. At low temperatures, the mRNA adopts a stem-loop conformation that masks the Shine–Dalgarno (SD) sequence within the 5’-untranslated region (5’-UTR) and, in this way, prevents ribosome binding and translation. At elevated temperatures, the RNA secondary structure melts locally, thereby giving the ribosomes access to the SD sequence to initiate translation (Figure 1). Whereas natural RNA-based thermosensors have a relatively complicated secondary structure with multiple stems, hairpin loops and bulges which impeds application process.
 +
</p>
 +
<P style="text-indent:2em;">
 +
Our team designed synthetic heat-inducible RNA-based thermosensors that are considerably simpler than naturally occurring thermosensors and can be exploited as convenient on/off switches of gene expression.
 +
</p>
 +
</h5>
 +
<html><center>
 +
<div class="stem-loop hot-induced">
 +
    <input id="checked_1" type="checkbox" class="switch" />
 +
 
 +
  <svg class="svg_animate" xmlns="http://www.w3.org/2000/svg" width="50%" viewBox="0 0 599.75 278.7">
 +
    <defs>
 +
    <style>
  
<h1>'''Usage and Biology'''</h1>
+
.switch::before{
Heat-inducible RNA thermosensors are RNA-based genetic control systems that sense temperature changes. At low temperatures, the mRNA adopts a stem-loop conformation that masks the ribosome binding site [Shine–Dalgarno (SD) sequence] within the 5′-untranslated region (5′-UTR) and, in this way, prevents ribosome binding and translation. At elevated temperatures, the RNA secondary structure melts locally, thereby giving the ribosomes access to the ribosome binding site to initiate translation. Whereas natural RNA thermosensors have a relatively complicated secondary structure with multiple stems, hairpin loops and bulges. The highly complex RNA secondary structures into which most naturally occurring RNA thermosensors can be folded has led to the hypothesis that RNA thermosensors may not function as simple on/off switches. Our team designed synthetic heat-inducible RNA thermosensors that are considerably simpler than naturally occurring thermosensors and can be exploited as convenient on/off switches of gene expression.
+
content:"";
 +
display:block;
 +
height:2rem;
 +
width:4rem;
 +
position:absolute;
 +
}
 +
.switch{
 +
display:block;
 +
height:2rem;
 +
width:4rem;
 +
opacity:1;
 +
border-radius:2rem;
 +
background: #00B8FF;
 +
-webkit-appearance: none;
 +
cursor:pointer;
 +
border:0;
 +
position:relative;
 +
transition:all 0.3s ease;
 +
margin:2rem;
 +
}
 +
.switch::after{
 +
content:"";
 +
position:absolute;
 +
display:block;
 +
height:2rem;
 +
width:2rem;
 +
border-radius:2rem;
 +
background: white;
 +
box-shadow: 0 0 1rem rgba(0,0,0,0.2);
 +
box-sizing:border-box;
 +
transition:all 0.3s ease;
 +
transform:translateX(0rem);
 +
}
 +
.switch:checked::after{
 +
transform:translateX(2rem);
 +
}
 +
.switch:checked{
 +
background: #FFAB63;
 +
}
  
<!-- -->
+
      .hot-induced .a, .b, .c, .f {
<h1>'''Characterization'''</h1>
+
    fill: none;
The thermosensor is constructed on the pSB1C3 vector by Goldengate assembly. As shown below, the measurement device is composed of Anderson promotor (BBa_J23104), thermosensor (BBa_K2541026) and sfGFP(BBa_K2541400). We measured the sfGFP expression to get the actual melting temperature of the heat-inducible RNA thermosensor.
+
    stroke-width: 11px;
 +
      }
  
 +
      .hot-induced .a {
 +
    stroke: #036;
 +
      }
  
As shown in the figure, the thermosensor melting temperature range is [   ]. Our data show that efficient RNA thermosensors can be built from a single small RNA stem-loop structure masking the ribosome binding site, thus providing useful RNA-based toolkit for the regulation of gene expression.
+
      .hot-induced .a,.hot-induced  .b,.hot-induced  .c,.hot-induced  .f,.hot-induced  .g {
<!-- -->
+
    stroke-linecap: round;
 +
    stroke-linejoin: round;
 +
      }
 +
,h
 +
      .hot-induced .b {
 +
    stroke: #060;
 +
      }
 +
 
 +
      .hot-induced .c {'
 +
    stroke: #600;
 +
      }
 +
 
 +
      .hot-induced .d,.hot-induced  .e,.hot-induced  .h{
 +
    font-size: 17px;
 +
    font-family: Quicksand-Medium, Quicksand;
 +
      }
 +
 
 +
      .hot-induced .d {
 +
    fill: #006837;
 +
      }
 +
 
 +
      .hot-induced .e {
 +
    fill: #900;
 +
      }
 +
 
 +
      .hot-induced .f {
 +
    stroke: #000;
 +
      }
 +
 
 +
    .hot-induced .h {
 +
    fill: #930;
 +
      }
 +
 
 +
      .hot-induced .g {
 +
    fill: #fff794;
 +
    stroke: #fbb03b;
 +
    stroke-width: 7px;
 +
      }
 +
    .hot-induced .hydrogen-bond{
 +
      opacity:1;
 +
      transition: all 0.3s linear 1s;
 +
    }
 +
    .hot-induced #ribosome{
 +
      transform: translateY(-60px);
 +
      opacity:0;
 +
      transition: all 1s ease-out 0s;
 +
    }
 +
    .hot-induced #ribosome_text{
 +
      opacity:0;
 +
      transition: all 0.3s linear 0s;
 +
    }
 +
    .hot-induced #text{
 +
      transform: translateY(0px);
 +
      transition: all 1s ease-out;
 +
    }
 +
    .hot-induced #loop{
 +
      transform: translateY(0px);
 +
      transition: all 2s ease-out;
 +
    }
 +
    .hot-induced #left,#right{
 +
      stroke-dasharray:130,500;
 +
      transition: all 2s ease-out;
 +
    }
 +
    .hot-induced #left{
 +
      stroke-dashoffset:0;
 +
      stroke:red;
 +
    }
 +
    .hot-induced #right{
 +
      stroke-dashoffset:-277;
 +
      stroke:green;
 +
    }
 +
    .hot-induced #left_s,#right_s{
 +
      stroke-dasharray:60,500;
 +
      color:black;
 +
      transition: all 2s ease-out;
 +
    }
 +
    .hot-induced #left_s{
 +
      stroke-dashoffset:-130;
 +
    }
 +
    .hot-induced #right_s{
 +
      stroke-dashoffset:-217;
 +
    }
 +
 
 +
    .svg_checked_hi .hydrogen-bond{
 +
      opacity:0;
 +
      transition: all 0.3s linear 0s;
 +
    }
 +
    .svg_checked_hi #ribosome{
 +
      transform: translateY(0px);
 +
      opacity:1;
 +
      transition: all 0.5s ease-out 2s;
 +
    }
 +
    .svg_checked_hi #ribosome_text{
 +
      opacity:1;
 +
      transition: all 0.5s ease-out 2s;
 +
    }
 +
    .svg_checked_hi #text{
 +
      transform: translateY(-60px);
 +
    }
 +
    .svg_checked_hi #loop{
 +
      transform: translateY(130px);
 +
    }
 +
    .svg_checked_hi #left{
 +
      stroke-dashoffset:-135;
 +
    }
 +
    .svg_checked_hi #right{
 +
      stroke-dashoffset:-142;
 +
    }
 +
    .svg_checked_hi #left_s,#right_s{
 +
      stroke-dasharray:60,500;
 +
    }
 +
    .svg_checked_hi #left_s{
 +
      stroke-dashoffset:-265;
 +
    }
 +
    .svg_checked_hi #right_s{
 +
      stroke-dashoffset:-82;
 +
    }
 +
 
 +
    </style>
 +
    </defs>
 +
    <g>
 +
    <g class="hydrogen-bond">
 +
      <line class="a" x1="284.86" y1="144.21" x2="320.72" y2="144.21"/>
 +
      <line class="b" x1="284.86" y1="125.32" x2="320.72" y2="125.32"/>
 +
      <line class="c" x1="284.86" y1="163.09" x2="320.72" y2="163.09"/>
 +
      <line class="a" x1="284.86" y1="181.98" x2="320.72" y2="181.98"/>
 +
      <line class="b" x1="284.86" y1="200.87" x2="320.72" y2="200.87"/>
 +
      <line class="c" x1="284.86" y1="219.75" x2="320.72" y2="219.75"/>
 +
    </g>
 +
    <g id="text">
 +
      <text class="d" transform="translate(349.01 185.45)">SD Sequence</text>
 +
      <text class="e" transform="translate(123.8 185.45)">anti-SD Sequence</text>
 +
 
 +
    </g>
 +
 
 +
    <text id="ribosome_text" class="h" transform="translate(378.48 185.45)">Ribosome</text>
 +
 
 +
    <path id="loop" class="f" d="M327,101.42c0-21.25,19.2-20.39,19.2-52.51,0-24-16.62-43.41-43.42-43.41s-43.41,19.44-43.41,43.41c0,28.79,19.19,29.92,19.19,52.51"/>
 +
 
 +
    <g>
 +
      <path id="right_s" class="f" d="M594.25,247.5l-252.2.21a15,15,0,0,1-15-15V101.42"/>
 +
      <path id="left_s" class="f" d="M278.57,101.42V232.67a15,15,0,0,1-15.05,15H5.5"/>
 +
    </g>
 +
    <g>
 +
      <path id="right" class="f" d="M594.25,247.5l-252.2.21a15,15,0,0,1-15-15V101.42"/>
 +
      <path id="left" class="f" d="M278.57,101.42V232.67a15,15,0,0,1-15.05,15H5.5"/>
 +
    </g> 
 +
 
 +
    <g id="ribosome">
 +
      <ellipse class="g" cx="417.04" cy="225.7" rx="35.56" ry="22.5"/>
 +
      <ellipse class="g" cx="417.04" cy="261.7" rx="23.44" ry="13.5"/>
 +
    </g>
 +
    </g>
 +
  </svg>
 +
  <p>Figure 1. Mechanism of heat-inducible RNA-based thermosensors.</p>
 +
  </div>
 +
  <script type="text/javascript">
 +
      $("#checked_1").click(function(){
 +
        if($(this).is(':checked')){
 +
          $(".hot-induced").addClass("svg_checked_hi");
 +
        }else{
 +
          $(".hot-induced").removeClass("svg_checked_hi");
 +
        }
 +
      });
 +
  </script></center>
 +
</html>
 +
 
 +
<h1>'''2. Design'''</h1>
 +
<h5>
 +
<P style="text-indent:2em;">
 +
The heat-inducible RNA-based theromsensors are designed on the basis of the melting temperature of the minimum free energy structure, consisting of ASD (anti-SD) sequence, loop sequence and consensus SD sequence (5’-AAGGAG-3’). To optimize the thermosensors for the desired melting temperature, intensity and sensitivity, three structural parameters come into consideration: stem length, loop size and mismatches or bulges in the stem.
 +
</p>
 +
<P style="text-indent:2em;">
 +
Stem length is determined by ASD sequence because the SD sequence is conserved. Adding stem length can optimize heat-inducible RNA-based thermosensors to more high temperature, while decreasing stem length has the opposite effect. The stem length is 6 base parings in K2541026. Loop size can moderate thermosensors melting temperature to a suitable temperature. In K2541026, the loop sequence is ACUAAUAA. Furthermore, we change base composition in ASD sequence to decrease response temperature. We make two bulges, one is in the seventeenth base by inserting A, and the other is in the eighteenth base by inserting A. Finally, we get the sequence as the figure 2B. After designing, the theromsensor sequence is predicted by computational methods mFOLD to get its minimum free energy and secondary structure (figure 2).
 +
</p>
 +
</h5>
 +
[[File:K2541026 f2.png|center|K2541026 f2]]
 +
Figure 2. Design of K2541026. (A) The RNA secondary structure is predicted by mFOLD. (B) Thermosensor sequence, ASD sequence, loop sequence, the site of mismatch or bulge in the stem and ΔG are in the table.
 +
 
 +
<h1>'''3.Characterization'''</h1>
 +
<h3>3.1 Measurement device</h3>
 +
<h5>
 +
<P style="text-indent:2em;">
 +
The thermosensor sequence is constructed on the pSB1C3 vector by Golden Gate assembly. The measurement device is composed of Anderson promoter (BBa_J23104), thermosensor (BBa_K2541026), sfGFP_optimism (BBa_K2541400) and double terminator (BBa_B0010 and BBa_B0012). We select a constitutive Anderson promoter J23104 as an appropriate promoter by pre-experiment. The sfGFP_optimism has faster folding speed and higher fluorescence intensity. The double terminator can reduce leakage (Figure 3). We characterized RNA-based thermosensors in ''E.coli'' DH5a.
 +
</p>
 +
</h5>
 +
[[File:measurement device 123.png|center|measurement device 123]]
 +
<html><center>
 +
Figure 3. The measurement device.
 +
  </script></center>
 +
</html>
 +
----
 +
 
 +
<h3>3.2 Measurement results</h3>
 +
<h5>
 +
<P style="text-indent:2em;">
 +
K2541026, K2541029, K2541013 and K2541037 are four different heat-inducible RNA-based thermosensors. pos.control is positive control. The final normalized fluorescence was calculated as follows: normalized fluorescence = [(Fluorescence/Abs<sub>600</sub>)<sub>TS</sub> - (Fluorescence/Abs<sub>600</sub>)<sub>neg</sub>] / [(Fluorescence/Abs<sub>600</sub>)<sub>pos</sub> - (Fluorescence/Abs<sub>600</sub>)<sub>neg</sub>] ( TS = thermosensor, pos = positive control, and neg = BBa_J364007 ). As shown in figure 4, the fluorescence intensity of K2541026 increases with elevated temperature.
 +
</p>
 +
</h5>
 +
[[File:K2541026 f4.png|center|K2541026 f4]]
 +
Figure 4. Characteristics of K254126. Each set of six bars represents the activity level of a different thermosensor. The bar colors purple, aquamarine, light green, orange, red and brown represent the temperatures 29, 31, 35, 37, 39 and 42°C, respectively. The height of the bars corresponds to the normalized fluorescence.
 +
----
 +
 
 +
<h3>3.3 Thermodynamic analyses</h3>
 +
<h5>
 +
<P style="text-indent:2em;">
 +
This year, our project is to design a collection of RNA-based thermosensors with different melting temperatures, intensity and sensitivity. We used a combination of experimental measurements and computations of RNA secondary structures. We studied a set of measured synthetic RNA-based thermosensors, finding consistency among our experimental and computational analyses.
 +
</p>
 +
</h5>
 +
[[File:K2514026 f5 c.png|center|K2514026 f5 c]]
 +
Figure 5. Temperature response of the heat-inducible RNA-based thermosensor. (A) The red solid line represents the activity of the RNA-based thermosensor as a function of temperature. (B) Key quantitative features such as melting temperature, relative intensity, sensitivity and R-squared are in the table.
 +
 
 +
<h1>'''4. Collection of heat-inducible RNA-based thermosensors '''</h1>
 +
[[File:RT figure6 新.png|center|RT figure6 新]]
 +
Figure 6. Experimental measurements of the collection of heat-inducible RNA-based thermosensors show a variety of responses. (A) Rows represent activity levels of different thermosensors. (B) Each set of six bars represents the activity level of a different thermosensor. The bar colors purple, aquamarine, light green, orange, red and brown represent the temperatures 29, 31, 35, 37, 39 and 42°C, respectively. The height of the bars corresponds to the normalized fluorescence.
 +
 
 +
<h1>'''5. Conclusion'''</h1>
 +
<h5>
 +
<P style="text-indent:2em;">
 +
Our data show that efficient RNA-based thermosensors with different melting temperatures, intensity and sensitivity can be built from a single small RNA stem-loop structure masking the SD sequence, thus providing useful SynRT toolkit for the regulation of gene expression.
 +
</p>
 +
</h5>
  
  

Latest revision as of 09:34, 16 October 2018


Heat-inducible RNA-based thermosensor-26

A RNA-based thermosensor that can be used for temperature sensitive translational regulation which is based on the change of RNA sencondary structure. The heat-inducible RNA-based thermosensors can initiate translation of downstream genes at high temperatures.

1. Usage and Biology

Heat-inducible RNA-based thermosensors are RNA genetic control systems that sense temperature changes. At low temperatures, the mRNA adopts a stem-loop conformation that masks the Shine–Dalgarno (SD) sequence within the 5’-untranslated region (5’-UTR) and, in this way, prevents ribosome binding and translation. At elevated temperatures, the RNA secondary structure melts locally, thereby giving the ribosomes access to the SD sequence to initiate translation (Figure 1). Whereas natural RNA-based thermosensors have a relatively complicated secondary structure with multiple stems, hairpin loops and bulges which impeds application process.

Our team designed synthetic heat-inducible RNA-based thermosensors that are considerably simpler than naturally occurring thermosensors and can be exploited as convenient on/off switches of gene expression.

SD Sequence anti-SD Sequence Ribosome

Figure 1. Mechanism of heat-inducible RNA-based thermosensors.

2. Design

The heat-inducible RNA-based theromsensors are designed on the basis of the melting temperature of the minimum free energy structure, consisting of ASD (anti-SD) sequence, loop sequence and consensus SD sequence (5’-AAGGAG-3’). To optimize the thermosensors for the desired melting temperature, intensity and sensitivity, three structural parameters come into consideration: stem length, loop size and mismatches or bulges in the stem.

Stem length is determined by ASD sequence because the SD sequence is conserved. Adding stem length can optimize heat-inducible RNA-based thermosensors to more high temperature, while decreasing stem length has the opposite effect. The stem length is 6 base parings in K2541026. Loop size can moderate thermosensors melting temperature to a suitable temperature. In K2541026, the loop sequence is ACUAAUAA. Furthermore, we change base composition in ASD sequence to decrease response temperature. We make two bulges, one is in the seventeenth base by inserting A, and the other is in the eighteenth base by inserting A. Finally, we get the sequence as the figure 2B. After designing, the theromsensor sequence is predicted by computational methods mFOLD to get its minimum free energy and secondary structure (figure 2).

K2541026 f2

Figure 2. Design of K2541026. (A) The RNA secondary structure is predicted by mFOLD. (B) Thermosensor sequence, ASD sequence, loop sequence, the site of mismatch or bulge in the stem and ΔG are in the table.

3.Characterization

3.1 Measurement device

The thermosensor sequence is constructed on the pSB1C3 vector by Golden Gate assembly. The measurement device is composed of Anderson promoter (BBa_J23104), thermosensor (BBa_K2541026), sfGFP_optimism (BBa_K2541400) and double terminator (BBa_B0010 and BBa_B0012). We select a constitutive Anderson promoter J23104 as an appropriate promoter by pre-experiment. The sfGFP_optimism has faster folding speed and higher fluorescence intensity. The double terminator can reduce leakage (Figure 3). We characterized RNA-based thermosensors in E.coli DH5a.

measurement device 123

Figure 3. The measurement device.


3.2 Measurement results

K2541026, K2541029, K2541013 and K2541037 are four different heat-inducible RNA-based thermosensors. pos.control is positive control. The final normalized fluorescence was calculated as follows: normalized fluorescence = [(Fluorescence/Abs600)TS - (Fluorescence/Abs600)neg] / [(Fluorescence/Abs600)pos - (Fluorescence/Abs600)neg] ( TS = thermosensor, pos = positive control, and neg = BBa_J364007 ). As shown in figure 4, the fluorescence intensity of K2541026 increases with elevated temperature.

K2541026 f4

Figure 4. Characteristics of K254126. Each set of six bars represents the activity level of a different thermosensor. The bar colors purple, aquamarine, light green, orange, red and brown represent the temperatures 29, 31, 35, 37, 39 and 42°C, respectively. The height of the bars corresponds to the normalized fluorescence.


3.3 Thermodynamic analyses

This year, our project is to design a collection of RNA-based thermosensors with different melting temperatures, intensity and sensitivity. We used a combination of experimental measurements and computations of RNA secondary structures. We studied a set of measured synthetic RNA-based thermosensors, finding consistency among our experimental and computational analyses.

K2514026 f5 c

Figure 5. Temperature response of the heat-inducible RNA-based thermosensor. (A) The red solid line represents the activity of the RNA-based thermosensor as a function of temperature. (B) Key quantitative features such as melting temperature, relative intensity, sensitivity and R-squared are in the table.

4. Collection of heat-inducible RNA-based thermosensors

RT figure6 新

Figure 6. Experimental measurements of the collection of heat-inducible RNA-based thermosensors show a variety of responses. (A) Rows represent activity levels of different thermosensors. (B) Each set of six bars represents the activity level of a different thermosensor. The bar colors purple, aquamarine, light green, orange, red and brown represent the temperatures 29, 31, 35, 37, 39 and 42°C, respectively. The height of the bars corresponds to the normalized fluorescence.

5. Conclusion

Our data show that efficient RNA-based thermosensors with different melting temperatures, intensity and sensitivity can be built from a single small RNA stem-loop structure masking the SD sequence, thus providing useful SynRT toolkit for the regulation of gene expression.


Sequence and Features


Assembly Compatibility:
  • 10
    COMPATIBLE WITH RFC[10]
  • 12
    COMPATIBLE WITH RFC[12]
  • 21
    COMPATIBLE WITH RFC[21]
  • 23
    COMPATIBLE WITH RFC[23]
  • 25
    COMPATIBLE WITH RFC[25]
  • 1000
    COMPATIBLE WITH RFC[1000]