Difference between revisions of "Team:Stuttgart/Contribution"

Line 680: Line 680:
 
         </div>
 
         </div>
  
        <script>
 
          var wtmrfpconfig = {
 
            type: 'line',
 
            data: {
 
              labels: [
 
                1,
 
                2,
 
                3,
 
                4,
 
                5,
 
                6,
 
                7,
 
                8,
 
                9,
 
                10,
 
                11,
 
                12,
 
                13,
 
                14,
 
                15,
 
                16,
 
                17,
 
                18,
 
                19,
 
                20,
 
                21,
 
                22,
 
                23,
 
                24,
 
                25,
 
                26,
 
                27,
 
                28,
 
                29,
 
                30,
 
                31,
 
                32,
 
                33,
 
                34,
 
                35,
 
                36,
 
                37,
 
                38,
 
                39,
 
                40,
 
                41,
 
                42,
 
                43,
 
                44,
 
                45
 
              ],
 
              datasets: [
 
                {
 
                  label: 'WT RFP',
 
                  backgroundColor: window.chartColors.pink,
 
                  borderColor: window.chartColors.pink,
 
                  fill: false,
 
                  data: [
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0,
 
                    0.0001,
 
                    0.0002,
 
                    0.0007,
 
                    0.0018,
 
                    0.0045,
 
                    0.0107,
 
                    0.0246,
 
                    0.0544,
 
                    0.1162,
 
                    0.2398,
 
                    0.4787,
 
                    0.9242,
 
                    1.7209,
 
                    3.0739,
 
                    5.2256,
 
                    8.3724,
 
                    12.5324,
 
                    17.4524,
 
                    22.6757,
 
                    27.7664,
 
                    32.5004,
 
                    36.8523,
 
                    40.8252,
 
                    44.33,
 
                    47.2307,
 
                    49.4602,
 
                    51.0657,
 
                    52.1676,
 
                    52.9011,
 
                    53.3811,
 
                    53.693
 
                  ],
 
                  errorBars: {
 
                    1: { plus: 0.0, minus: -0.0 },
 
                    2: { plus: 0.0, minus: -0.0 },
 
                    3: { plus: 0.0, minus: -0.0 },
 
                    4: { plus: 0.0, minus: -0.0 },
 
                    5: { plus: 0.0, minus: -0.0 },
 
                    6: { plus: 0.0, minus: -0.0 },
 
                    7: { plus: 0.0, minus: -0.0 },
 
                    8: { plus: 0.0, minus: -0.0 },
 
                    9: { plus: 0.0, minus: -0.0 },
 
                    10: { plus: 0.0, minus: -0.0 },
 
                    11: { plus: 0.0, minus: -0.0 },
 
                    12: { plus: 0.0, minus: -0.0 },
 
                    13: { plus: 0.0, minus: -0.0 },
 
                    14: { plus: 0.0, minus: -0.0 },
 
                    15: { plus: 0.0, minus: -0.0 },
 
                    16: { plus: 0.0001, minus: -0.0001 },
 
                    17: { plus: 0.0003, minus: -0.0003 },
 
                    18: { plus: 0.0009, minus: -0.0009 },
 
                    19: { plus: 0.0022, minus: -0.0022 },
 
                    20: { plus: 0.0051, minus: -0.0051 },
 
                    21: { plus: 0.0114, minus: -0.0114 },
 
                    22: { plus: 0.0248, minus: -0.0248 },
 
                    23: { plus: 0.052, minus: -0.052 },
 
                    24: { plus: 0.1053, minus: -0.1053 },
 
                    25: { plus: 0.2059, minus: -0.2059 },
 
                    26: { plus: 0.3889, minus: -0.3889 },
 
                    27: { plus: 0.7061, minus: -0.7061 },
 
                    28: { plus: 1.2236, minus: -1.2236 },
 
                    29: { plus: 2.0034, minus: -2.0034 },
 
                    30: { plus: 3.0625, minus: -3.0625 },
 
                    31: { plus: 4.3293, minus: -4.3293 },
 
                    32: { plus: 5.6337, minus: -5.6337 },
 
                    33: { plus: 6.7467, minus: -6.7467 },
 
                    34: { plus: 7.4374, minus: -7.4374 },
 
                    35: { plus: 7.5359, minus: -7.5359 },
 
                    36: { plus: 7.001, minus: -7.001 },
 
                    37: { plus: 5.9571, minus: -5.9571 },
 
                    38: { plus: 4.6591, minus: -4.6591 },
 
                    39: { plus: 3.3823, minus: -3.3823 },
 
                    40: { plus: 2.3129, minus: -2.3129 },
 
                    41: { plus: 1.5159, minus: -1.5159 },
 
                    42: { plus: 0.9743, minus: -0.9743 },
 
                    43: { plus: 0.6412, minus: -0.6412 },
 
                    44: { plus: 0.4676, minus: -0.4676 },
 
                    45: { plus: 0.4019, minus: -0.4019 }
 
                  }
 
                }
 
              ]
 
            },
 
            options: {
 
              responsive: true,
 
              scales: {
 
                xAxes: [
 
                  {
 
                    scaleLabel: {
 
                      display: true,
 
                      labelString: 'Cycles [n]'
 
                    },
 
                    ticks: {
 
                      maxTicksLimit: 10,
 
                      precision: 0
 
                    }
 
                  }
 
                ],
 
                yAxes: [
 
                  {
 
                    scaleLabel: {
 
                      display: true,
 
                      labelString: 'Intensity [I]'
 
                    },
 
                    ticks: {
 
                      min: 0,
 
                      max: 100
 
                    }
 
                  }
 
                ]
 
              },
 
              plugins: {
 
                chartJsPluginErrorBars: {
 
                  /**
 
                  * stroke color, or array of colors
 
                  * @default: derived from borderColor
 
                  */
 
 
                  /**
 
                  * bar width in pixel as number or string or bar width in percent based on the barchart bars width (max 100%), or array of such definition
 
                  * @default 10
 
                  */
 
                  width: 10 | '10px' | '60%',
 
 
                  /**
 
                  * lineWidth as number, or as string with pixel (px) ending
 
                  */
 
                  lineWidth: 2 | '2px',
 
 
                  /**
 
                  * lineWidth as number, or as string with pixel (px) ending, or array of such definition
 
                  * @default 2
 
                  */
 
                  lineWidth: 2 | '2px',
 
 
                  /**
 
                  * whether to interpet the plus/minus values, relative to the value itself (default) or absolute
 
                  * @default false
 
                  */
 
                  absoluteValues: false
 
                }
 
              }
 
            }
 
          };
 
 
          window.onload = function() {
 
            var wtmrfpctx = document.getElementById('wtmrfp').getContext('2d');
 
            window.myLine = new Chart(wtmrfpctx, wtmrfpconfig);
 
          };
 
        </script>
 
 
       </div>
 
       </div>
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
</html>
 
</html>

Revision as of 22:03, 20 October 2019

Project

Contribution

We added quantitative experimental characterization to the following biobricks: These parts are a family of constitutive promoters. They were present in plasmid BBa_J61002). We analyzed the influence of the mentioned promoters on the expression of RFP, both on protein level (fluorescence spectroscopy) and mRNA level (RT-qPCR).

Materials and Methods

Forward and reverse primers were designed for RFP mRNA amplification:

  • forward primer: atggcttcctccgaagacg
  • reverse primer: actcaccgtcttgcaggg

The expected amplification product has a length of 352 bp.

Lyophilized biobricks were resuspended in 10 µL ddH2O according to the provided protocol. A vial of competent cells was retrieved from storage at -70 °C and thawed on ice. Then, 1 µL plasmid DNA was added to 80 µL electrocompetent E. coli MG1655 and gently mixed.
The cell-DNA suspension was transferred to a chilled electroporation cuvette. Electroporation was performed at 2500 V. Cells were immediately recovered in 1 mL pre-warmed 2YT medium and incubated at 37 °C for 1 h. Aliquots of the recovery medium were plated out on agar plates containing 100 µg/mL ampicillin.
The plates were incubated overnight at 37 °C. Single colonies were picked from the plates and grown overnight in 5 mL 2YT medium supplemented with 100 µg/mL ampicillin in glass test tubes at 37 °C and 130 rpm.
The optical density (OD600) of the overnight cultures was determined and a 5 mL main culture in 2YT medium supplemented with 100 µg/mL ampicillin in glass test tubes was inoculated with a starting OD600 of 0.2. After 3 h of growth fluorescence of 50 µL of the cell suspension was measured (excitation: 540 nm and emission: 590 nm).
Also, 500 µL of culture was centrifuged and the pellet was used for RNA extraction. This was done using the Zymo QuickRNA Fungal/Bacterial Mini Prep Kit following the user manual. In addition to that, E. coli MG1655 was cultured and harvested for RNA isolation without the plasmid BBa_J61002 to ensure, that our primers specifically bind to RFP mRNA.

Subsequently RT-qPCR was performed. For the reverse transcription 0.5 µL random hexamers (stock = 50 µM), 0.5 µL dNTPs (stock = 10 mM each), 0.5 µL RNA template and 5.5 µL RNAse-free water where mixed and incubated at 65 °C for 5 min, followed by 5 min on ice.
The reverse transcription mix was prepared and added to each reaction. It composed of 2 µL 5x SSIV buffer, 0.5 µL DTT and 0.5 µL SSIV per reaction. The mixture was incubated at RT for 10 min, followed by incubation at 50 °C for another 10 min. The reaction was inactivated by incubation at 80 °C for 10 min. QPCR was performed in triplicates using KAPA SYBR FAST qPCR Mix (2x). 10 µL 2x KAPA Mix, 0.4 µL each forward and reverse primer (stock = 10 pmol/µL), 1 µL cDNA and 8.2 µL water were mixed. Initial denaturation was performed at 95 °C for 3 min, followed by 44 cycles of denaturation (95 °C, 15 sec), annealing (58 °C, 30 sec) and elongation (68 °C, 45 sec).

SYBR, included in the KAPA mix, binds to double stranded DNA absorbing blue light and emitting green light. Therefore, the fluorescence signal increases with the increasing amount of double stranded DNA. The higher the concentration of the template in the sample, the faster the fluorescence exceeds the threshold value. The number of cycles at which this happens is called threshold cycle (Ct). The amount of RNA present in the sample can be calculated as follows: if sample A showed a Ct of 8 and sample B showed a Ct of 11, sample A contained 23 = 8 times more template.

A melting curve was run afterwards in a temperature range between 60 °C and 93.9 °C (in 1 °C steps), to verify, that one specific amplification product was generated.

To validate, that the expected amplification product was generated, 5 µL of the amplification mix was added to 1 µL of 6 x loading dye and loaded onto a 2 % agarose gel. A marker was also loaded (ThermoFisher 1 kb Plus DNA ladder). In addition to that, the gel contained the nucleic acid stain GelRed to visualize the nucleic acid when exposed under UV light. The gel was run at 80 V (1V/cm) for 1 h.

Results

Results of fluorescence spectroscopy

Investigating the grown cell cultures by fluorescence spectroscopy clearly showed emission at 590nm (excitation at 540 nm) indicating a successful expression of RFP.
Promoter Emission at 590 nm

BBa_J23100

192 +- 13

BBa_J23112

30 +- 1

BBa_J23118

345 +- 4

Results of fluorescence spectroscopy

Figure1 - Fluorescence signal over cycle number for amplification of the target cDNA of E. coli cells containing the plasmid BBa_J61002 with different promoters (100, 112, 118). Means and standard deviation of technical triplicates are shown.