Difference between revisions of "Team:Marburg/Model"

Line 3: Line 3:
 
   <style>
 
   <style>
 
     p {
 
     p {
font-size: 100%;
+
      font-size: 100%;
font-family: Arial;
+
      font-family: Arial;
}
+
    }
  
.imageContainer3x3 {
+
    .imageContainer3x3 {
  display: flex;
+
      display: flex;
  flex-wrap: wrap;
+
      flex-wrap: wrap;
  justify-content: space-around;
+
      justify-content: space-around;
  align-items: center;
+
      align-items: center;
}
+
    }
.imageContainer3x3 div {
+
  width: 30%;
+
  margin-bottom: 2%;
+
  text-align:center;
+
}
+
.imageContainer3x3 div img {
+
  width: 100%;
+
}
+
.imageContainer2x2 {
+
  display: flex;
+
  flex-wrap: wrap;
+
  justify-content: space-around;
+
  align-items: center;
+
}
+
.imageContainer2x2 div {
+
  width: 50%;
+
  margin-bottom: 2%;
+
  text-align:center;
+
}
+
.imageContainer2x2 div img {
+
  width: 100%;
+
}
+
  
.center {
+
    .imageContainer3x3 div {
    display: block;
+
      width: 30%;
    margin-left: auto;
+
      margin-bottom: 2%;
    margin-right: auto;
+
      text-align: center;
     width: 90%;
+
     }
}
+
  
.left {
+
    .imageContainer3x3 div img {
    float: left;
+
      width: 100%;
    width: 300px;
+
     }
     padding: 10px;
+
}
+
  
.right {
+
    .imageContainer2x2 {
    float: right;
+
      display: flex;
    width: 300px;
+
      flex-wrap: wrap;
    padding: 10px;
+
      justify-content: space-around;
}
+
      align-items: center;
 +
    }
  
.figbor {
+
    .imageContainer2x2 div {
  background-color: aliceblue;
+
      width: 50%;
  border:thin silver solid;
+
      margin-bottom: 2%;
  margin: 0.5em;
+
      text-align: center;
  padding: 0.5em;
+
    }
  
  text-align: center;
+
    .imageContainer2x2 div img {
  font-style: italic;
+
      width: 100%;
  font-size: smaller;
+
    }
}
+
  
.tab { margin-left: 40px;
+
    .center {
}
+
      display: block;
 +
      margin-left: auto;
 +
      margin-right: auto;
 +
      width: 90%;
 +
    }
  
.imageContainer2x2 {
+
    .left {
  display: flex;
+
      float: left;
  flex-wrap: wrap;
+
      width: 300px;
  justify-content: space-around;
+
      padding: 10px;
  align-items: center;
+
    }
}
+
.imageContainer2x2 div {
+
  width: 50%;
+
  margin-bottom: 2%;
+
  text-align:center;
+
}
+
.imageContainer2x2 div img {
+
  width: 100%;
+
}
+
  
.wrapper {
+
    .right {
  text-align: center;
+
      float: right;
}
+
      width: 300px;
 +
      padding: 10px;
 +
    }
  
.horzcent {
+
    .figbor {
  display: inline-block;
+
      background-color: aliceblue;
}
+
      border: thin silver solid;
 +
      margin: 0.5em;
 +
      padding: 0.5em;
 +
 
 +
      text-align: center;
 +
      font-style: italic;
 +
      font-size: smaller;
 +
    }
 +
 
 +
    .tab {
 +
      margin-left: 40px;
 +
    }
 +
 
 +
    .imageContainer2x2 {
 +
      display: flex;
 +
      flex-wrap: wrap;
 +
      justify-content: space-around;
 +
      align-items: center;
 +
    }
 +
 
 +
    .imageContainer2x2 div {
 +
      width: 50%;
 +
      margin-bottom: 2%;
 +
      text-align: center;
 +
    }
 +
 
 +
    .imageContainer2x2 div img {
 +
      width: 100%;
 +
    }
 +
 
 +
    .wrapper {
 +
      text-align: center;
 +
    }
 +
 
 +
    .horzcent {
 +
      display: inline-block;
 +
    }
  
 
   </style>
 
   </style>
Line 106: Line 114:
 
       <!--Add abstract like text here-->
 
       <!--Add abstract like text here-->
 
       <p>
 
       <p>
      This year we used our mathematical and programming background to look for artificial Neutral integration Site option (aNSo) and suitable terminators for our project. We took advantage of genome data bank of UTEX2973 and used bioinformatics tools to gain insights and implement it to our project.
+
        This year we used our mathematical and programming background to look for artificial Neutral integration Site
      In addition to that, we designed a model to predict the doubling times of UTEX2973 that was only possible after a thorough investigation and standardization of the current state of the art methods.  
+
        option (aNSo) and suitable terminators for our project. We took advantage of genome data bank of UTEX2973 and
      To achieve this level of standardization we also implemented a light model to properly predict light intensities for our cultures.
+
        used bioinformatics tools to gain insights and implement it to our project.
    </p>
+
        In addition to that, we designed a model to predict the doubling times of UTEX2973 that was only possible after
 +
        a thorough investigation and standardization of the current state of the art methods.
 +
        To achieve this level of standardization we also implemented a light model to properly predict light intensities
 +
        for our cultures.
 +
      </p>
 
     </section>
 
     </section>
 
     <hr>
 
     <hr>
Line 138: Line 150:
 
             style="text-align: justify;">
 
             style="text-align: justify;">
 
             <section class="section">
 
             <section class="section">
   
 
<h1 class="title"> Growth Curves </h1>
 
<p>
 
Synthetic Biology was created by introducing engineering principles into the previously existing discipline of biology.
 
While this came with numerous advantages, one of the most important was the standardization and characterization of parts that larger biological system are built of.
 
Only with this toolbox of modular, well characterized parts the current achievements in companys like Ginkgo bioworks or the teams of the iGEM competition were made possible and the biobrick standard is a great example.
 
Not only does this process allow for standardized parts, it also allows to critically question generally agreed on methodologies that otherwise might negatively influence either the reproducibility or performance of experiments.
 
<br>
 
However, this standardization is not fully a past achievement but an ongoing process.
 
We noticed during the research how to optimally grow our cyanobacteria that this process still needs alot of standardization.
 
This was when we decided that we want to critically question all things currently state of the art and this developed into a project in which we used expertise acquired in chemistry, physics, mathematics and biology in addition to sythetic biology.
 
For example, in the literature the optical density of a culture is sometimes measured with the absorption at 730 nm [<i>Ungerer et.al.</i> 2018] and sometimes at 750 nm [<i>Russo et.al.</i> 2019].
 
Since many labs do not have a spectrometer that is able to measure absorption at 750 nm, we decided after valuable input from <a href="https://2019.igem.org/Team:Marburg/Human_Practices">James Golden</a>to measure OD at 730 nm.
 
</p>
 
<br>
 
<br>
 
<br>
 
<h2 class="subtitle"> Light intensity measurements </h2>
 
<p>
 
One of the first aspects that we found to be unsufficiently or contradictorily documented was the light intensity the cultures need to grow optimally.
 
Also, the state of the art measururement for light intensity used when describing growth of cyanobacteria is Einstein, which is a non SI unit.
 
Einstein describes the number of photons that arrive in one second at an area of one square metre, one Einstein being one mole (6.022*10**23) of photons /m<sup>2</sup> *s.
 
Most of the times when this unit is used in combination with photosyntetic organisms, not all photons are counted but only photosinthetically active photons with a wavelength betwenn 400 and 700 nanometers.
 
<br>
 
Since Einstein is not an SI unit, there are no clear definitions how to use it which opens up possibilities for introducing errors.
 
Due to this for example the definition of photosynthetic photons could be a point that differs between different research groups and is not specifically defined in most publications.
 
To investigate if there is a better unit to use and if so what and how it should be used, we did an analysis of light units that we describe in the following foray:
 
</p>
 
  
<div class="wrap-collabsible">
+
              <h1 class="title"> Growth Curves </h1>
  <input id="Foray to light units" class="toggle" type="checkbox">
+
              <p>
  <label for="Foray to light units" class="lbl-toggle">Foray to light units</label>
+
                Synthetic Biology was created by introducing engineering principles into the previously existing
  <div class="collapsible-content">
+
                discipline of biology.
    <div class="content-inner">
+
                While this came with numerous advantages, one of the most important was the standardization and
 +
                characterization of parts that larger biological system are built of.
 +
                Only with this toolbox of modular, well characterized parts the current achievements in companys like
 +
                Ginkgo bioworks or the teams of the iGEM competition were made possible and the biobrick standard is a
 +
                great example.
 +
                Not only does this process allow for standardized parts, it also allows to critically question generally
 +
                agreed on methodologies that otherwise might negatively influence either the reproducibility or
 +
                performance of experiments.
 +
                <br>
 +
                However, this standardization is not fully a past achievement but an ongoing process.
 +
                We noticed during the research how to optimally grow our cyanobacteria that this process still needs
 +
                alot of standardization.
 +
                This was when we decided that we want to critically question all things currently state of the art and
 +
                this developed into a project in which we used expertise acquired in chemistry, physics, mathematics and
 +
                biology in addition to sythetic biology.
 +
                For example, in the literature the optical density of a culture is sometimes measured with the
 +
                absorption at 730 nm [<i>Ungerer et.al.</i> 2018] and sometimes at 750 nm [<i>Russo et.al.</i> 2019].
 +
                Since many labs do not have a spectrometer that is able to measure absorption at 750 nm, we decided
 +
                after valuable input from <a href="https://2019.igem.org/Team:Marburg/Human_Practices">James
 +
                  Golden</a>to measure OD at 730 nm.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle"> Light intensity measurements </h2>
 +
              <p>
 +
                One of the first aspects that we found to be unsufficiently or contradictorily documented was the light
 +
                intensity the cultures need to grow optimally.
 +
                Also, the state of the art measururement for light intensity used when describing growth of
 +
                cyanobacteria is Einstein, which is a non SI unit.
 +
                Einstein describes the number of photons that arrive in one second at an area of one square metre, one
 +
                Einstein being one mole (6.022*10**23) of photons /m<sup>2</sup> *s.
 +
                Most of the times when this unit is used in combination with photosyntetic organisms, not all photons
 +
                are counted but only photosinthetically active photons with a wavelength betwenn 400 and 700 nanometers.
 +
                <br>
 +
                Since Einstein is not an SI unit, there are no clear definitions how to use it which opens up
 +
                possibilities for introducing errors.
 +
                Due to this for example the definition of photosynthetic photons could be a point that differs between
 +
                different research groups and is not specifically defined in most publications.
 +
                To investigate if there is a better unit to use and if so what and how it should be used, we did an
 +
                analysis of light units that we describe in the following foray:
 +
              </p>
  
  <figure style="float:left; height: 400px; width: 400px;" class="left">
+
              <div class="wrap-collabsible">
      <img style="float:left" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Luminosity.svg/1280px-Luminosity.svg.png" alt="HTML IST SCHEI?E" class="left">
+
                <input id="Foray to light units"
      <figcaption style="float: left;"><b>Figure 1:</b> Luminosity function.<a href="https://en.wikipedia.org/wiki/Luminosity_function" >(Luminosity function)</a></figcaption>
+
                  class="toggle"
    </figure>
+
                  type="checkbox">
<p>
+
                <label for="Foray to light units"
 +
                  class="lbl-toggle">Foray to light units</label>
 +
                <div class="collapsible-content">
 +
                  <div class="content-inner">
  
 +
                    <figure style="float:left; height: 400px; width: 400px;"
 +
                      class="left">
 +
                      <img style="float:left"
 +
                        src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Luminosity.svg/1280px-Luminosity.svg.png"
 +
                        alt="HTML IST SCHEI?E"
 +
                        class="left">
 +
                      <figcaption style="float: left;"><b>Figure 1:</b> Luminosity function.<a
 +
                          href="https://en.wikipedia.org/wiki/Luminosity_function">(Luminosity function)</a>
 +
                      </figcaption>
 +
                    </figure>
 +
                    <p>
  
As previously mentioned, Einstein descibres the number of photosinthetically available photons (400-700nm) per square metre per second and is not the SI unit for light intenstiy (luminous flux).
 
The SI unit is lumen, which is described as candela multiplied with the steradian.
 
Candela is the unit for luminous intensity and steradian is the threedimensional equivalent to a twodimensional angle [Figure 2].
 
  
</p>
+
                      As previously mentioned, Einstein descibres the number of photosinthetically available photons
  <figure style="float:center; height: 300px; width: 300px;" class="right">
+
                      (400-700nm) per square metre per second and is not the SI unit for light intenstiy (luminous
      <img style="float:center" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Steradian.svg/1024px-Steradian.svg.png" alt="HTML IST SCHEI?E" class="center">
+
                      flux).
      <figcaption style="float: right;"><b>Figure 2:</b> Visual representation of Steradian.<a href="https://en.wikipedia.org/wiki/Steradian" >(Steradian)</a></figcaption>
+
                      The SI unit is lumen, which is described as candela multiplied with the steradian.
    </figure>
+
                      Candela is the unit for luminous intensity and steradian is the threedimensional equivalent to a
<p>
+
                      twodimensional angle [Figure 2].
Candela and therefore also lumen are not only describing the intensities of different wavelenghts and adding those up, but they are weighing them using the so called lumiosity function [Figure 1].
+
This function weighs each wavelength depending on how well it is recognized by the human eye and this has huge applications in professional photography.
+
While this is something that is very useful when working in photography where the recognition of the human eye is important, for photosynthetic purposes this is  not useful since photons of various wavelengths can be utilized in a similar way.
+
<br>
+
The unit Einstein, while not being an SI unit, seems to be the preferable unit for photosynthetic purposes by now, but as previously discussed it is not accurately defined.
+
Einstein can also be expressed with only SI units as mol of photons of wavelengths between 400 and 700 nm per square meter per second
+
In this form, there are no insecurities about the definition and while being more voluminous to write out, we strongly believe it is much preferable.
+
We are still using einstein as laboratory chargon to communicate more efficiently on a daily basis, however when it comes to scientific publications the SI unit version should be used at all times to circumvent communication errors.
+
  </p>
+
    </div>
+
  </div>
+
</div>
+
<br>
+
<br>
+
<br>
+
<h2 class="subtitle"> Practical light measurements</h2>
+
<p>
+
In addition to the problems using a non SI unit introduces, the process of of measurement itself is not standardized.
+
The light intensity could either be measured at the lamp or at the cultures, it can be measured with the cultures inside of the incubator, which yields lower light intensities due to their absorbance, or without the cultures at the place they shall be at once growing.
+
<br>
+
There are two significantly different devices to measure light intensity, one with a planar sensor and one with a spherical one.
+
Since the planar sensor has less area and also only measured light from one side it yields lower light intensities than the spherical one.
+
Depending on the setup and how the planar sensor is used, it can also yield light intensities that are far too high (if pointed at the lamp) or too low (if pointed at e.g. the wall).
+
The spherical measurement device gives both more reproducable and more accurate light intensities.
+
There are empirical conversion tables to convert values measured with the planar sensor to values of the spherical measurement and vice versa, but they should be used with great caution.
+
Again after the valuable input of <a href="https://2019.igem.org/Team:Marburg/Human_Practices">James Golden</a> we decided to use the spherical sensor to measure the light intensity at any given position.
+
</p>
+
<br>
+
<br>
+
<br>
+
<h2 class="subtitle">The need for a light model</h2>
+
<p>
+
Even with the spherical light sensor there are still some difficulties to overcome, for example where to place the cultures for a specific light intensity and that the light intensity has to be measured everytime before a growth curve.
+
To solve both of these problems we decided to build a <a href="https://2019.igem.org/Team:Marburg/Model">Light Model</a> that models the light distribution in our incubator.
+
With the help of this model we could enter the exact light intensity we wanted to grow the cultures at and multiple possible places were this light intesity was possible to achieve were given.
+
</p>
+
<br>
+
<br>
+
<br>
+
<h1 class="title">Light model</h1>
+
<p>
+
Our overarching goal in this year's project was the standardization in cyanobacterial research.
+
To this end, we have placed a strong focus on our growth curves and developed a comprehensive machine learning model with which we were able to systematically approximate the ideal growth parameters.
+
But as is generally known, a model can only be as good as the data you provide it with.
+
<br>
+
In order to make our data as accurate as possible, a detailed analysis of all optimization parameters and their implementation was required.
+
<br>
+
While some of the parameters such as CO2 were fairly easy to measure, we were particularly concerned about the standardization of <a href="https://2019.igem.org/Team:Marburg/Measurement">light measurement</a>.
+
<br>
+
For the exact measurement we have thoroughly studied this subject and came to the conclusion to measure our complex incubator setup with a spherical light meter.
+
  
This promised us a high level of accuracy, but was associated with a significant amount of work that was unfeasible with the amount of experiments we did this year.
+
                    </p>
Furthermore, this only allowed for discrete measurements of our setup and didn’t provide any comprehensive overview.
+
                    <figure style="float:center; height: 300px; width: 300px;"
 +
                      class="right">
 +
                      <img style="float:center"
 +
                        src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Steradian.svg/1024px-Steradian.svg.png"
 +
                        alt="HTML IST SCHEI?E"
 +
                        class="center">
 +
                      <figcaption style="float: right;"><b>Figure 2:</b> Visual representation of Steradian.<a
 +
                          href="https://en.wikipedia.org/wiki/Steradian">(Steradian)</a></figcaption>
 +
                    </figure>
 +
                    <p>
 +
                      Candela and therefore also lumen are not only describing the intensities of different wavelenghts
 +
                      and adding those up, but they are weighing them using the so called lumiosity function [Figure 1].
 +
                      This function weighs each wavelength depending on how well it is recognized by the human eye and
 +
                      this has huge applications in professional photography.
 +
                      While this is something that is very useful when working in photography where the recognition of
 +
                      the human eye is important, for photosynthetic purposes this is not useful since photons of
 +
                      various wavelengths can be utilized in a similar way.
 +
                      <br>
 +
                      The unit Einstein, while not being an SI unit, seems to be the preferable unit for photosynthetic
 +
                      purposes by now, but as previously discussed it is not accurately defined.
 +
                      Einstein can also be expressed with only SI units as mol of photons of wavelengths between 400 and
 +
                      700 nm per square meter per second.
 +
                      In this form, there are no insecurities about the definition and while being more voluminous to
 +
                      write out, we strongly believe it is much preferable.
 +
                      We are still using einstein as laboratory chargon to communicate more efficiently on a daily
 +
                      basis, however when it comes to scientific publications the SI unit version should be used at all
 +
                      times to circumvent communication errors.
 +
                    </p>
 +
                  </div>
 +
                </div>
 +
              </div>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle"> Practical light measurements</h2>
 +
              <p>
 +
                In addition to the problems using a non SI unit introduces, the process of of measurement itself is not
 +
                standardized.
 +
                The light intensity could either be measured at the lamp or at the cultures, it can be measured with the
 +
                cultures inside of the incubator, which yields lower light intensities due to their absorbance, or
 +
                without the cultures at the place they shall be at once growing.
 +
                <br>
 +
                There are two significantly different devices to measure light intensity, one with a planar sensor and
 +
                one with a spherical one.
 +
                Since the planar sensor has less area and also only measured light from one side it yields lower light
 +
                intensities than the spherical one.
 +
                Depending on the setup and how the planar sensor is used, it can also yield light intensities that are
 +
                far too high (if pointed at the lamp) or too low (if pointed at e.g. the wall).
 +
                The spherical measurement device gives both more reproducable and more accurate light intensities.
 +
                There are empirical conversion tables to convert values measured with the planar sensor to values of the
 +
                spherical measurement and vice versa, but they should be used with great caution.
 +
                Again after the valuable input of <a href="https://2019.igem.org/Team:Marburg/Human_Practices">James
 +
                  Golden</a> we decided to use the spherical sensor to measure the light intensity at any given
 +
                position.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">The need for a light model</h2>
 +
              <p>
 +
                Even with the spherical light sensor there are still some difficulties to overcome, for example where to
 +
                place the cultures for a specific light intensity and that the light intensity has to be measured
 +
                everytime before a growth curve.
 +
                To solve both of these problems we decided to build a <a
 +
                  href="https://2019.igem.org/Team:Marburg/Model">Light Model</a> that models the light distribution in
 +
                our incubator.
 +
                With the help of this model we could enter the exact light intensity we wanted to grow the cultures at
 +
                and multiple possible places were this light intesity was possible to achieve were given.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h1 class="title">Light model</h1>
 +
              <p>
 +
                Our overarching goal in this year's project was the standardization in cyanobacterial research.
 +
                To this end, we have placed a strong focus on our growth curves and developed a comprehensive machine
 +
                learning model with which we were able to systematically approximate the ideal growth parameters.
 +
                But as is generally known, a model can only be as good as the data you provide it with.
 +
                <br>
 +
                In order to make our data as accurate as possible, a detailed analysis of all optimization parameters
 +
                and their implementation was required.
 +
                <br>
 +
                While some of the parameters such as CO2 were fairly easy to measure, we were particularly concerned
 +
                about the standardization of <a href="https://2019.igem.org/Team:Marburg/Measurement">light
 +
                  measurement</a>.
 +
                <br>
 +
                For the exact measurement we have thoroughly studied this subject and came to the conclusion to measure
 +
                our complex incubator setup with a spherical light meter.
  
To tackle this problem, a light model was desperately needed.  
+
                This promised us a high level of accuracy, but was associated with a significant amount of work that was
 +
                unfeasible with the amount of experiments we did this year.
 +
                Furthermore, this only allowed for discrete measurements of our setup and didn’t provide any
 +
                comprehensive overview.
  
In the beginning we tried to address this with a simple grid approximation, but quickly realized that this did not meet our demands for an accurate measurement and standardization.
+
                To tackle this problem, a light model was desperately needed.
  
So we looked for a better method and finally found it in numerical mathematics through so-called splines. A spline is a special function defined piecewise by polynomials, a method which is still widely utilised in computer science and has been used to model automobile and airplane bodies since the early 1960s. (Casteljau, (1963))
+
                In the beginning we tried to address this with a simple grid approximation, but quickly realized that
 +
                this did not meet our demands for an accurate measurement and standardization.
  
After a detailed review of the methods, we decided on so-called B-spline (basis spline) surfaces which allows for excellent surface interpolation.
+
                So we looked for a better method and finally found it in numerical mathematics through so-called
 +
                splines. A spline is a special function defined piecewise by polynomials, a method which is still widely
 +
                utilised in computer science and has been used to model automobile and airplane bodies since the early
 +
                1960s. (Casteljau, (1963))
  
In order to use this method, a precise equidistant measurement of the incubator in the two axes was needed. We decided to use a relatively small distance to get a high resolution map of the light intensity. Each of these points was then carefully measured and written down to be later interpolated by these B-splines.
+
                After a detailed review of the methods, we decided on so-called B-spline (basis spline) surfaces which
 +
                allows for excellent surface interpolation.
  
In general, an order k B-spline is formed by joining several pieces of polynomials of degree k-1 with some continuity at the breakpoints. A set of ascending breakpoints defines a so called knot vector
+
                In order to use this method, a precise equidistant measurement of the incubator in the two axes was
 +
                needed. We decided to use a relatively small distance to get a high resolution map of the light
 +
                intensity. Each of these points was then carefully measured and written down to be later interpolated by
 +
                these B-splines.
  
</p>
+
                In general, an order k B-spline is formed by joining several pieces of polynomials of degree k-1 with
  <figure style="float:center; width: 250px;" class="center">
+
                some continuity at the breakpoints. A set of ascending breakpoints defines a so called knot vector
      <img style="float:center" src="https://static.igem.org/mediawiki/2019/6/6f/T--Marburg--knot_vectors.png
+
" alt="HTML IST SCHEI?E" class="center">
+
    </figure>
+
<p>
+
which determines the parametrization of the basis functions.
+
  
The role of these knots will be assumed by our coordinates in one axes.
+
              </p>
 +
              <figure style="float:center; width: 250px;"
 +
                class="center">
 +
                <img style="float:center"
 +
                  src="https://static.igem.org/mediawiki/2019/6/6f/T--Marburg--knot_vectors.png
 +
"
 +
                  alt="HTML IST SCHEI?E"
 +
                  class="center">
 +
              </figure>
 +
              <p>
 +
                which determines the parametrization of the basis functions.
  
Given the knot vector T, we can easily construct the associated B-spline basis function as follows:
+
                The role of these knots will be assumed by our coordinates in one axes.
</p>
+
  <figure style="float:center; width: 500px;" class="center">
+
      <img style="float:center" src="https://static.igem.org/mediawiki/2019/5/50/T--Marburg--recursive_formula_knutie.png
+
" alt="HTML IST SCHEI?E" class="center">
+
    </figure>
+
<p>
+
Among other nice properties like positivity, local support, partition of unity and continuity these basis functions allow for fast and easy recursion. (Hoschek et al., 1993)
+
  
We used these simple B-spline curves to construct a surface which will represent the light intensity for each point in our incubator setup.
+
                Given the knot vector T, we can easily construct the associated B-spline basis function as follows:
 +
              </p>
 +
              <figure style="float:center; width: 500px;"
 +
                class="center">
 +
                <img style="float:center"
 +
                  src="https://static.igem.org/mediawiki/2019/5/50/T--Marburg--recursive_formula_knutie.png
 +
"
 +
                  alt="HTML IST SCHEI?E"
 +
                  class="center">
 +
              </figure>
 +
              <p>
 +
                Among other nice properties like positivity, local support, partition of unity and continuity these
 +
                basis functions allow for fast and easy recursion. (Hoschek et al., 1993)
  
This B-spline surface is a tensor product surface defined by a topologically rectangular set of control points \alpha_{ij} and two knot vectors U and V associated with each coordinate x, y.
+
                We used these simple B-spline curves to construct a surface which will represent the light intensity for
(de Boor et al., 1980)
+
                each point in our incubator setup.
The corresponding B-spline surface is simply given by:
+
</p>
+
  <figure style="float:center; width: 500px;" class="center">
+
      <img style="float:center" src="https://static.igem.org/mediawiki/2019/6/66/T--Marburg--bsplines.png" alt="HTML IST SCHEI?E" class="center">
+
    </figure>
+
<p>
+
In order to check the accuracy of our model, we generated predictions for various random positions and checked them with our measuring device, yielding an incredible accuracy of ± 17 &#181;E.
+
In addition to the now accurate placement possibilities of each flask, the continuity of this method enabled us to generate specific contour lines which allowed us to position multiple flask at the same light intensity.
+
</p>
+
<br>
+
<div style="height: 400px;" >
+
    <figure style="float:center; width: 500px;" class="right">
+
        <img style="float:center" src="https://static.igem.org/mediawiki/2019/5/57/T--Marburg--wackelpudding_hoehenlinien.png
+
  " alt="HTML IST SCHEI?E" class="center">
+
        <figcaption style="float: right;"><b>Figure 3:</b> Top down view of the contour lines representing the light intensity.
+
  Depth and Width are measured in cm and represent the size of our incubator. The light intensity is measured in µE m^-2 s^-1. Warmer colors represent higher values, we move inwards at 100µE m^-2 s^-1 steps to a maximum value of 1800µE m^-2 s^-1. We see a surprisingly uneven distribution in light intensities and rapid increases in some areas.
+
  </a></figcaption>
+
      </figure>
+
  
    <figure style="float:center; width: 500px;" class="left">
+
                This B-spline surface is a tensor product surface defined by a topologically rectangular set of control
        <img style="float:center" src="https://static.igem.org/mediawiki/2019/1/14/T--Marburg--wackelpudding2.png
+
                points \alpha_{ij} and two knot vectors U and V associated with each coordinate x, y.
   " alt="HTML IST SCHEI?E" class="center">
+
                (de Boor et al., 1980)
        <figcaption style="float: right;"><b>Figure 4:</b> 3D View of our predicted B-Spline surface. Width and Depth represent the size of our Incubator in cm. The z-axes shows the light intensity measured in µE m^-2 s^-1. The red dots represent the measured data that are interpolated by our surface.</a></figcaption>
+
                The corresponding B-spline surface is simply given by:
      </figure>
+
              </p>
</div> 
+
              <figure style="float:center; width: 500px;"
<br>
+
                class="center">
<p>
+
                <img style="float:center"
Satisfied with these results, we have used this model as the basis for the subsequent growth curves and continuously checked it for accuracy.
+
                  src="https://static.igem.org/mediawiki/2019/6/66/T--Marburg--bsplines.png"
 +
                  alt="HTML IST SCHEI?E"
 +
                  class="center">
 +
              </figure>
 +
              <p>
 +
                In order to check the accuracy of our model, we generated predictions for various random positions and
 +
                checked them with our measuring device, yielding an incredible accuracy of ± 17 &#181;E.
 +
                In addition to the now accurate placement possibilities of each flask, the continuity of this method
 +
                enabled us to generate specific contour lines which allowed us to position multiple flask at the same
 +
                light intensity.
 +
              </p>
 +
              <br>
 +
              <div style="height: 400px;">
 +
                <figure style="float:center; width: 500px;"
 +
                  class="right">
 +
                  <img style="float:center"
 +
                    src="https://static.igem.org/mediawiki/2019/5/57/T--Marburg--wackelpudding_hoehenlinien.png
 +
   "
 +
                    alt="HTML IST SCHEI?E"
 +
                    class="center">
 +
                  <figcaption style="float: right;"><b>Figure 3:</b> Top down view of the contour lines representing the
 +
                    light intensity.
 +
                    Depth and Width are measured in cm and represent the size of our incubator. The light intensity is
 +
                    measured in µE m^-2 s^-1. Warmer colors represent higher values, we move inwards at 100µE m^-2 s^-1
 +
                    steps to a maximum value of 1800µE m^-2 s^-1. We see a surprisingly uneven distribution in light
 +
                    intensities and rapid increases in some areas.
 +
                    </a></figcaption>
 +
                </figure>
  
Due to the versatility of our model we hope that it will have a meaningful impact on future iGEM teams.
+
                <figure style="float:center; width: 500px;"
+
                  class="left">
</p>
+
                  <img style="float:center"
<br />
+
                    src="https://static.igem.org/mediawiki/2019/1/14/T--Marburg--wackelpudding2.png
<br>
+
  "
<br>
+
                    alt="HTML IST SCHEI?E"
<h2 class="subtitle">Early Growth Curves</h2>
+
                    class="center">
<p>
+
                  <figcaption style="float: right;"><b>Figure 4:</b> 3D View of our predicted B-Spline surface. Width
With the measurement question for light solved (for us) we started to do growth curves.
+
                    and Depth represent the size of our Incubator in cm. The z-axes shows the light intensity measured
Many of the publications that we used as templates for our growth curves used specialized cultivation systems that were not at our disposal.
+
                    in µE m^-2 s^-1. The red dots represent the measured data that are interpolated by our surface.</a>
With our chosen system (of erlenmeyer flasks in our incubator) there were many adjustable parameters that we stumbled upon once we wanted to do growth curves.  
+
                  </figcaption>
Many of these parameters were categorial variables, but there are also some that are numerical values.  
+
                </figure>
We decided to do comparative growth curves for these parameters to determine which combination of parameters allows for the best possible doubling time.
+
              </div>
</p>
+
              <br>
<h2 class="subtitle">Flask Geometry</h2>
+
              <p>
<p>
+
                Satisfied with these results, we have used this model as the basis for the subsequent growth curves and
This categorical variable was a major factor to us. Limited by available space in incubators our first growth curves were designed to evaluate which flask volume would provide best growing conditions. It turned out that small flasks with 50ml capacity supported a growth to a higher optical density. Indeed, at the same time cultures tend to faint into a green yellowish colour as compared to the firm green tone of healthy S. elongatus UTEX 2973 cultures. Flasks with much higher capacities were tested too, revealing that a high flask capacity slowed down culture growth. As cyanobacteria grow on CO<sub>2</sub> as their primary carbon source we speculated this could be due to worse gas exchange and lower light intensities towards the centre of the flask. From these experiments, we settled with a medium flask capacity of 250ml.
+
                continuously checked it for accuracy.
<br>
+
While speculating about gas exchange another geometrical flask variant came into our minds: flasks with baffles. They promised a high turbulence inside the flask providing higher nutrition and CO2 distribution within the fluid culture medium. However, we were concerned that to high velocities would lead to physical damage harming our cyanobacteria. Nevertheless, we conducted the experiments. The results are visualized in Figure 5 illustrating the positive influence of baffle flasks towards growth rates. Due to the limited availability of flasks with four baffles we continued to use 3 baffled flasks with a capacity of 250ml. Although they did not show much deviation from non-baffled flasks in our experiments, we were confident that baffles support better growth rates in the long run as indicated with smaller and therefore more CO2 restricting 100ml capacity flasks.
+
  
</p>
+
                Due to the versatility of our model we hope that it will have a meaningful impact on future iGEM teams.
  
 +
              </p>
 +
              <br />
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">Early Growth Curves</h2>
 +
              <p>
 +
                With the measurement question for light solved (for us) we started to do growth curves.
 +
                Many of the publications that we used as templates for our growth curves used specialized cultivation
 +
                systems that were not at our disposal.
 +
                With our chosen system (of erlenmeyer flasks in our incubator) there were many adjustable parameters
 +
                that we stumbled upon once we wanted to do growth curves.
 +
                Many of these parameters were categorial variables, but there are also some that are numerical values.
 +
                We decided to do comparative growth curves for these parameters to determine which combination of
 +
                parameters allows for the best possible doubling time.
 +
              </p>
 +
              <h2 class="subtitle">Flask Geometry</h2>
 +
              <p>
 +
                This categorical variable was a major factor to us. Limited by available space in incubators our first
 +
                growth curves were designed to evaluate which flask volume would provide best growing conditions. It
 +
                turned out that small flasks with 50ml capacity supported a growth to a higher optical density. Indeed,
 +
                at the same time cultures tend to faint into a green yellowish colour as compared to the firm green tone
 +
                of healthy S. elongatus UTEX 2973 cultures. Flasks with much higher capacities were tested too,
 +
                revealing that a high flask capacity slowed down culture growth. As cyanobacteria grow on CO<sub>2</sub>
 +
                as their primary carbon source we speculated this could be due to worse gas exchange and lower light
 +
                intensities towards the centre of the flask. From these experiments, we settled with a medium flask
 +
                capacity of 250ml.
 +
                <br>
 +
                While speculating about gas exchange another geometrical flask variant came into our minds: flasks with
 +
                baffles. They promised a high turbulence inside the flask providing higher nutrition and CO2
 +
                distribution within the fluid culture medium. However, we were concerned that to high velocities would
 +
                lead to physical damage harming our cyanobacteria. Nevertheless, we conducted the experiments. The
 +
                results are visualized in Figure 5 illustrating the positive influence of baffle flasks towards growth
 +
                rates. Due to the limited availability of flasks with four baffles we continued to use 3 baffled flasks
 +
                with a capacity of 250ml. Although they did not show much deviation from non-baffled flasks in our
 +
                experiments, we were confident that baffles support better growth rates in the long run as indicated
 +
                with smaller and therefore more CO2 restricting 100ml capacity flasks.
  
<h2 class="subtitle">Lid Types</h2>
+
              </p>
<p>
+
Then we had to figure out how to keep the culture safe from contamination but at the same way provide enough CO2, so that concentrations in the media could support the rapid growth of S. elongatus UTEX 2973. We took several approaches. Closing the flask opening tightly with gas permeable film under the sterile work bench seemed to us as the optimal solution. At the same time we tested foam material stuffing, rubber and transparent plastic lids (Figure 6). The rubber lid closes tightly while the plastic lid on the other hand is engineered to keep a small gap between glass and plastic allowing air to circulate. In the end we were quite surprised that the plastic lids did provide conditions that enabled the cyanobacteria to grow the fastest. Using the plastic lids was the best option for us because they not only ensured best growing conditions but also allowed for pretty easy handling of flasks when doing measurements.
+
</p>
+
<div style="height: 350px;">
+
  
      <figure style="float:center; width: 500px;" class="left">
 
        <img style="float:center" src="https://static.igem.org/mediawiki/2019/6/6d/T--Marburg--flask_geometry.png
 
  " alt="HTML IST SCHEI?E" class="center">
 
        <figcaption style="float: right;"><b>Figure 5:</b> Growth of S. elongatus UTEX 2973 influenced by flask geometry. Different geometries are given as flask capacity and amount of baffles.</a></figcaption>
 
      </figure>
 
  
 +
              <h2 class="subtitle">Lid Types</h2>
 +
              <p>
 +
                Then we had to figure out how to keep the culture safe from contamination but at the same way provide
 +
                enough CO2, so that concentrations in the media could support the rapid growth of S. elongatus UTEX
 +
                2973. We took several approaches. Closing the flask opening tightly with gas permeable film under the
 +
                sterile work bench seemed to us as the optimal solution. At the same time we tested foam material
 +
                stuffing, rubber and transparent plastic lids (Figure 6). The rubber lid closes tightly while the
 +
                plastic lid on the other hand is engineered to keep a small gap between glass and plastic allowing air
 +
                to circulate. In the end we were quite surprised that the plastic lids did provide conditions that
 +
                enabled the cyanobacteria to grow the fastest. Using the plastic lids was the best option for us because
 +
                they not only ensured best growing conditions but also allowed for pretty easy handling of flasks when
 +
                doing measurements.
 +
              </p>
 +
              <div style="height: 350px;">
  
    <figure style="float:right; width: 400px;" class="right">
+
                <figure style="float:center; width: 500px;"
        <img style="float:center" src="https://static.igem.org/mediawiki/2019/3/36/T--Marburg--flasks.png
+
                  class="left">
   " alt="HTML IST SCHEI?E" class="center">
+
                  <img style="float:center"
        <figcaption style="float: right;"><b>Figure 6:</b> Comparing the solid types of flask caps. From left to right: rubber lid, plastic lid and foam stuffing.</a></figcaption>
+
                    src="https://static.igem.org/mediawiki/2019/6/6d/T--Marburg--flask_geometry.png
      </figure>
+
   "
</div>
+
                    alt="HTML IST SCHEI?E"
 +
                    class="center">
 +
                  <figcaption style="float: right;"><b>Figure 5:</b> Growth of S. elongatus UTEX 2973 influenced by
 +
                    flask geometry. Different geometries are given as flask capacity and amount of baffles.</a>
 +
                  </figcaption>
 +
                </figure>
  
<h2 class="subtitle">Fill Volume</h2>
 
<p>
 
The fill volume had to be considered as well. Flask capacity and geometry are contributing to this factor, but we found 1/5 of the flask´s capacity the be the most feasible fill volume. Although lower fill volumes grew better based on optical density, we did not feel comfortable with these cultures because they mostly gained a yellowish tone and produced a lot of yellow foam on top when shook in the incubator. We considered the foam and the yellowish colour might be traced back to higher concentrations of cell fragments due to the fact that the turbulence seemed more violent in lower fill volumes. However, we never brought that speculation to testing. Therefore, in the future it might be interesting to assess the relation between optical density and living cell number in lower fill volumes compared to higher ones via Fluorescent activated Cell Sorting (FACS).
 
</p>
 
<h2 class="subtitle">Culture Media</h2>
 
<p>
 
Being in contact with the cyano-community, we soon realized that a culture medium in not a culture medium, even though one is speaking from the same medium. This is owed to the fact that different laboratories use different protocols when preparing them (<a href="https://2019.igem.org/Team:Marburg/Human_Practices">see link to IHP</a>). After gathering protocols, we decided on four promising ones and tested them we (Figure 7). Off those four media, the one supporting rapid growth the best was BGM, which was adopted as the main growth medium and replaced BG11 (<a href="https://2019.igem.org/Team:Marburg/Experiments">see link to protocols</a>). BGM conferred a twice as fast growth within 14h after inoculation to an optical density of around 10. During media preparation, all media were buffered to a neutral pH value of around 7. Measuring pH value after 840min of growth, a lower pH value could be linked to a lower growth rate/final optical density (table 1). In which way around pH value and growth effect each other could not be clarified.
 
</p>
 
<div style="height: 400px;">
 
    <figure style="float:left; width: 500px;" class="left">
 
        <img style="float:center" src="https://static.igem.org/mediawiki/2019/3/32/T--Marburg--media_growth.png
 
  " alt="HTML IST SCHEI?E" class="center">
 
        <figcaption style="float: right;"><b>Figure 7:</b> Influence of different media to the growth of S. elongatus UDAR 2973. See (<a href="https://2019.igem.org/Team:Marburg/Experiments">protocols</a>) for contents and preparation methods. </a></figcaption>
 
      </figure>
 
  
<table style="float:right">
+
                <figure style="float:right; width: 400px;"
      <caption>pH values of media after 14h/840min of growth. Media with a lower pH value seem to be connected to a lower growth rate.</caption>
+
                  class="right">
  <tr>
+
                  <img style="float:center"
    <th>Medium</th>
+
                    src="https://static.igem.org/mediawiki/2019/3/36/T--Marburg--flasks.png
    <th>pH value after growth of 14h</th>
+
  "
  </tr>
+
                    alt="HTML IST SCHEI?E"
  <tr>
+
                    class="center">
    <td>BGM</td>
+
                  <figcaption style="float: right;"><b>Figure 6:</b> Comparing the solid types of flask caps. From left
    <td>8.21</td>
+
                    to right: rubber lid, plastic lid and foam stuffing.</a></figcaption>
  </tr>
+
                </figure>
  <tr>
+
              </div>
    <td>BG11</td>
+
    <td>7.79</td>
+
  </tr>
+
  <tr>
+
    <td>Medium A</td>
+
    <td>8.57</td>
+
  </tr>
+
  <tr>
+
    <td>Medium B</td>
+
    <td>7.77</td>
+
  </tr>
+
</table>
+
</div>
+
</p>
+
<br>
+
<br>
+
<br>
+
<h2 class="subtitle">Growth Curves Development</h2>
+
<p>
+
Having resolved the first parameters to our growth curves many more detailed adjustments had to me made, being updated throughout the experimental phase. As we were aiming for doubling times under 2h we came back to literature to look for hints on how to push cyanobacterial growth rate and reproducibility.
+
<br>
+
The cultivation method has been found to be a key role in rapid cyanobacterial reproducibility. A semi-continuous cultivation was proposed, avoiding nutrient limitations concerning for example light CO2 and trace elements [<i>Tillich et al.</i>, 2014].
+
<br>
+
The culture is diluted at least once a day to keep optical density almost constant at reproducible conditions. As a result, growth rate increased. For this ment diluting our cultures before doing growth curves 2 times out of an exponentially growing preculture before inoculating the growth curve flasks.
+
Two inoculations were chosen as a compromise between a bearable amount of effort, as we aimed for inoculation every 8h to keep the cultures in their exponential phase, and cyanobacterial cultures being pushed towards rapid reproduction. A few growth curves, such as growth curves evaluated under proposed optimal conditions and FACS-counted, up to 8 precultures were made, each inoculated out of an exponential growing preculture.
+
Typically, we timed inoculation to be done when the precultures where at an optical density of 0.6 which was considered exponential.
+
Another way of providing substantial nutrients for growing with rapid doubling times was the use of modified media. BGM being modified BG11, which is used to grow fresh water strains of cyanobacteria, was our basis medium.
+
It contains phosphate and nitrate concentrations equal to MAD medium. During the last period of the project we used 5xBGM medium providing even more nutrients to the cultures.
+
Contrary to what has been publicized before [<i>Włodarczyk, Selão, Norling, & Nixon,</i> 2019] our cultures grew better on BGM than BG11 medium (see above). W
+
hen inoculating cultures and diluting them with new medium, we experienced that cooled medium does delay growth. To encounter this, we let the medium warm up to room temperature before inoculation.
+
<br>
+
The adaption to high light intensities, for instance when cultures were inoculated from plates which were grown on lower intensities, of 1000µE to about 1800MµE was another important factor. Before growth curves under high light conditions could be performed, the cultures were adapted to the desired intensities by increasing intensities through the precultures.
+
<br>
+
During growth curve measurements more precautions had to be considered. When sampling cultures volumes were taking not exceeding 0.25ml each sampling to minimize the reduction of culture throughout the experiment. To illustrate the amount of water evaporating over the time period of 36h, equivalent to an extended growth curve experiment we did analysis on evaporating water masses. At the same time, opening the incubator was reduced to a minimum as well while growth curves were conducted to exclude strong CO<sub>2</sub> deviation.
+
<br>
+
At last, to improve statistical rigidity, for every growth curve experiment with flasks two biological parallels, serving as the biological replicate, were cultivated. Of each biological replicate, two technical replicates were taken.
+
</p>
+
<br>
+
<br>
+
<br>
+
<h2 class="subtitle">Growth Curves Model</h2>
+
<p></p>
+
<br>
+
<br>
+
<br>
+
<h2 class="subtitle">Variables responsible for growth</h2>
+
<p>
+
As previously described, for categorial differences one can easily do growth curves with all levels of these categories (i.e. the different lids).
+
With this it is possible to determine, at least for the chosen parameters, which level of these categories allows for the fastest growth.
+
In reality, all parameters that play into the growth conditions of the cultures are interlinked and change when other parameters are changed.
+
However, for some parameters the assumption that they do not change upon changing other parameters is probably a fair approximation while drastically reducing the complexity of the investigated problem.
+
Some categorial variables (lid type, number of schikanen in the flask) are probably mostly uncorrelated with other heavily correlated parameters (light intensity, rpm, CO<sub>2</sub>, temperature) while there are others (total flask volume, filled flask volume, medium) that are more or less correlated with these parameters.
+
While we think that the assumption of no correlation is a fair approximation for the previously mentioned categorial variables, for the fill volume of the flask we do not think it is a good approximation.
+
This variable that as a further approximation we chose to look at as categorical has a big influence on the amount of oxygen and carbon dioxide in the flask.
+
However, since there were already alot of variables we had to take a look at and it is heavily correlated with the CO<sub>2</sub> percentage that we are also investigating later, we chose to fix this parameter.
+
This would introduce a (small) error into our model, but it would reduce the complexity and the parameters of oxygen and carbondioxide in our flask can be adjusted with the concentration of carbondioxide in the incubator.
+
For numerical parameters (light intesity, rpm, CO<sub>2</sub> %, temperature, filled flask volume) it would also be possible to measure certain values for each variable and use the one that fits best, but there is also the possibility to model the combined effect of these parameters on the doubling time.
+
We did the no correlation assumption of for the previously described categorial variables (lid types, flask geometry, fill volume) and developed based on biological criteria a measurement workflow for other parameters (i.e. how many precultures are used).
+
For four other numerical parameters (temperature, carbondioxide concentration, light intensity and shaker speed) we do think that they are heavily interlinked and decided to investigate them in conjunction with each other.
+
We used the previously established growth curve protocol and collected datapoints varying these four parameters.
+
Due to problems with the incubator and the time constraints going with it we were not able to collect as many datapoints as we would like.
+
</p>
+
<br>
+
<br>
+
<br>
+
<h2 class="subtitle">Importance of a mathematical model for growth curve prediction</h2>
+
<p>
+
The data collected is displayed in the following table:
+
</p>
+
<table align="center" >
+
  <thead>
+
    <tr style="text-align: center;">
+
      <th></th>
+
      <th>doubling_time [min] </th>
+
      <th>light_intensity [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </th>
+
      <th>shaking speed [rpm] </th>
+
      <th>CO<sub>2</sub> [%]</th>
+
      <th>temp [&#8451;] </th>
+
    </tr>
+
  </thead>
+
  <tbody>
+
    <tr>
+
      <th>0</th>
+
      <td>89.145</td>
+
      <td>1500</td>
+
      <td>130</td>
+
      <td>5</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>1</th>
+
      <td>100.014</td>
+
      <td>1000</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>2</th>
+
      <td>99.171</td>
+
      <td>1500</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>3</th>
+
      <td>96.956</td>
+
      <td>1800</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>4</th>
+
      <td>118.375</td>
+
      <td>1800</td>
+
      <td>130</td>
+
      <td>5</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>5</th>
+
      <td>113.305</td>
+
      <td>1000</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>38</td>
+
    </tr>
+
    <tr>
+
      <th>6</th>
+
      <td>117.254</td>
+
      <td>1500</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>38</td>
+
    </tr>
+
    <tr>
+
      <th>7</th>
+
      <td>122.141</td>
+
      <td>1800</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>38</td>
+
    </tr>
+
    <tr>
+
      <th>8</th>
+
      <td>77.047</td>
+
      <td>1000</td>
+
      <td>220</td>
+
      <td>3</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>9</th>
+
      <td>81.442</td>
+
      <td>1500</td>
+
      <td>220</td>
+
      <td>3</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>10</th>
+
      <td>104.293</td>
+
      <td>1000</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>43</td>
+
    </tr>
+
    <tr>
+
      <th>11</th>
+
      <td>96.914</td>
+
      <td>1500</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>43</td>
+
    </tr>
+
    <tr>
+
      <th>12</th>
+
      <td>97.678</td>
+
      <td>1800</td>
+
      <td>220</td>
+
      <td>5</td>
+
      <td>43</td>
+
    </tr>
+
    <tr>
+
      <th>13</th>
+
      <td>102.040</td>
+
      <td>1800</td>
+
      <td>220</td>
+
      <td>7</td>
+
      <td>41</td>
+
    </tr>
+
    <tr>
+
      <th>14</th>
+
      <td>110.560</td>
+
      <td>1500</td>
+
      <td>220</td>
+
      <td>7</td>
+
      <td>41</td>
+
    </tr>
+
  </tbody>
+
</table>
+
<p>
+
With this data alone we can highlight the importance to measure these parameters in conjunction with each other.
+
In Figure 8 there are the doubling times with three different light intensities displayed with either 38°C or 41°C as temperature.
+
While the doubling times for the lower temperature are smaller, also the trend for the light intensity is reverted.
+
For the high temperature the higher the intensity the lower the doubling time while for the low temperature the contrary is the case.
+
This shows that these parameters are not independent of each other and should also be investigated not on their own but in conjunction with each other.
+
</p>
+
<figure style="width: 70%;" class="center" class="wrapper">
+
    <div class="imageContainer2x2">
+
      <div><a><img src="https://static.igem.org/mediawiki/2019/3/3a/T--Marburg--model_comparison_lowtemp.png"></div></a>
+
      <div><a><img src="https://static.igem.org/mediawiki/2019/4/40/T--Marburg--model_comparison_normtemp.png"></div></a>
+
</div>  
+
  <figcaption class="horzcent"><b>Figure 8:</b> Comparison of different light intensities at 38 and 41 ° Celsius</figcaption>
+
</figure>
+
<p>
+
To investigate these parameters in conjunction with each other we decided to build a model that predicts the doubling time based on the investigated parameters.
+
</p>
+
<br>
+
<br>
+
<br>
+
<h2 class="subtitle">Boundary behaviour</h2>
+
<p>
+
Something that is not part of our data are the boundaries that naturally exist for growth curves of cyanobacteria.
+
These are partially given be the machines we are using (e.g. the maximal strength of the lamps, the maximum rpm of our shaker) and partially given by the constitution of the cyanobacteria  (e.g. the maximal/minimal temperature they can grow at).
+
With our knowledge acquired while handling this cyanobacteria, we decided on the following cutoffs:
+
  
</p>
+
              <h2 class="subtitle">Fill Volume</h2>
<table align="center">
+
              <p>
  <tr>
+
                The fill volume had to be considered as well. Flask capacity and geometry are contributing to this
    <th>Parameter</th>
+
                factor, but we found 1/5 of the flask´s capacity the be the most feasible fill volume. Although lower
    <th>Value</th>
+
                fill volumes grew better based on optical density, we did not feel comfortable with these cultures
  </tr>
+
                because they mostly gained a yellowish tone and produced a lot of yellow foam on top when shook in the
  <tr>
+
                incubator. We considered the foam and the yellowish colour might be traced back to higher concentrations
    <td>min light [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </td>
+
                of cell fragments due to the fact that the turbulence seemed more violent in lower fill volumes.
    <td>100</td>
+
                However, we never brought that speculation to testing. Therefore, in the future it might be interesting
  </tr>
+
                to assess the relation between optical density and living cell number in lower fill volumes compared to
  <tr>
+
                higher ones via Fluorescent activated Cell Sorting (FACS).
    <td>max light [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </td>
+
              </p>
    <td>3000</td>
+
              <h2 class="subtitle">Culture Media</h2>
  </tr>
+
              <p>
  <tr>
+
                Being in contact with the cyano-community, we soon realized that a culture medium in not a culture
    <td>min rpm</td>
+
                medium, even though one is speaking from the same medium. This is owed to the fact that different
    <td>30</td>
+
                laboratories use different protocols when preparing them (<a
  </tr>
+
                  href="https://2019.igem.org/Team:Marburg/Human_Practices">see link to IHP</a>). After gathering
  <tr>
+
                protocols, we decided on four promising ones and tested them we (Figure 7). Off those four media, the
    <td>max rpm</td>
+
                one supporting rapid growth the best was BGM, which was adopted as the main growth medium and replaced
    <td>260/300</td>
+
                BG11 (<a href="https://2019.igem.org/Team:Marburg/Experiments">see link to protocols</a>). BGM conferred
  </tr>
+
                a twice as fast growth within 14h after inoculation to an optical density of around 10. During media
  <tr>
+
                preparation, all media were buffered to a neutral pH value of around 7. Measuring pH value after 840min
    <td>min temperature</td>
+
                of growth, a lower pH value could be linked to a lower growth rate/final optical density (table 1). In
    <td>30 [&#8451;] </td>
+
                which way around pH value and growth effect each other could not be clarified.
  </tr>
+
              </p>
  <tr>
+
              <div style="height: 400px;">
    <td>max temperature</td>
+
                <figure style="float:left; width: 500px;"
    <td>50 [&#8451;] </td>
+
                  class="left">
  </tr>
+
                  <img style="float:center"
  <tr>
+
                    src="https://static.igem.org/mediawiki/2019/3/32/T--Marburg--media_growth.png
    <td>min CO<sub>2</sub></td>
+
   "
    <td>1</td>
+
                    alt="HTML IST SCHEI?E"
  </tr>
+
                    class="center">
   <tr>
+
                  <figcaption style="float: right;"><b>Figure 7:</b> Influence of different media to the growth of S.
    <td>max CO<sub>2</sub></td>
+
                    elongatus UDAR 2973. See (<a href="https://2019.igem.org/Team:Marburg/Experiments">protocols</a>)
    <td>10/20</td>
+
                    for contents and preparation methods. </a></figcaption>
  </tr>
+
                </figure>
</table>
+
<p>
+
For light and temperature and the lower boundaries of CO<sub>2</sub> and rpm we used cutoffs at which we are convinced that no proper growth is possible.
+
For the upper boundaries of CO<sub>2</sub> (10) and rpm (260) we used the highgest values that are possible due to the hardware used.
+
For these two boundaries we also tried to increase the values further to not punish the maximal possible values too much but still incentivize our model to not use the values near the booundaries.
+
We added one datapoint for each of these boundaries and used the most common values found in our model for the rest of the values.
+
As example, the datapoint added for the low light and low rpm values are shown in the following table:
+
  
</p>
+
                <table style="float:right">
<table align="center">
+
                  <caption>pH values of media after 14h/840min of growth. Media with a lower pH value seem to be
  <tr>
+
                    connected to a lower growth rate.</caption>
    <th></th>
+
                  <tr>
    <th>doubling time [min] </th>
+
                    <th>Medium</th>
    <th>light intensity [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </th>
+
                    <th>pH value after growth of 14h</th>
    <th>shaking speed [rpm]</th>
+
                  </tr>
    <th>CO<sub>2</sub> [%]</th>
+
                  <tr>
    <th>temperature [&#8451;] </th>
+
                    <td>BGM</td>
  </tr>
+
                    <td>8.21</td>
  <tr>
+
                  </tr>
    <td>min light</td>
+
                  <tr>
    <td>1000</td>
+
                    <td>BG11</td>
    <td>100</td>
+
                    <td>7.79</td>
    <td>220</td>
+
                  </tr>
    <td>5</td>
+
                  <tr>
    <td>41</td>
+
                    <td>Medium A</td>
  </tr>
+
                    <td>8.57</td>
  <tr>
+
                  </tr>
    <td>min rpm</td>
+
                  <tr>
    <td>1000</td>
+
                    <td>Medium B</td>
    <td>1500</td>
+
                    <td>7.77</td>
    <td>30</td>
+
                  </tr>
    <td>5</td>
+
                </table>
    <td>41</td>
+
              </div>
  </tr>
+
              </p>
</table>
+
              <br>
<p>
+
              <br>
We added a very high doubling time insted of a doubling time of 0 to ensure that our model has the correct behaviour in edge cases.  
+
              <br>
For example, that the model predict an increased doubling time the hotter the temperature gets insted of predicting very low doubling times for those edge cases because we fed it a doubling time of 0.  
+
              <h2 class="subtitle">Growth Curves Development</h2>
When we entered this data into our model, the performance was drastically reduced.  
+
              <p>
We even experimented with different doubling times that we entered for this sub dataset, but for all cases tried the performance of the model was still worse than without adding this dataset in the first place.
+
                Having resolved the first parameters to our growth curves many more detailed adjustments had to me made,
Again, due to the small amount of data that we have in the original dataset, if we add these 8 datapoints they have a huge effect on the model even outside of the boundary cases.  
+
                being updated throughout the experimental phase. As we were aiming for doubling times under 2h we came
Due to this decrease in performance we decided to not use this dataset, but we are still convinced that with enough data this would increase the accuracy of the model, especially in boundary cases.  
+
                back to literature to look for hints on how to push cyanobacterial growth rate and reproducibility.
</p>
+
                <br>
<br>
+
                The cultivation method has been found to be a key role in rapid cyanobacterial reproducibility. A
<br>
+
                semi-continuous cultivation was proposed, avoiding nutrient limitations concerning for example light CO2
<br>
+
                and trace elements [<i>Tillich et al.</i>, 2014].
<h2 class="subtitle">Modelling approach</h2>
+
                <br>
<p>
+
                The culture is diluted at least once a day to keep optical density almost constant at reproducible
Due to the small amount of data we were able to collect we decided to use a polynomial regression model instead of a more data demanding approach like k nearest neighbors, support vector machines or neural networks.  
+
                conditions. As a result, growth rate increased. For this ment diluting our cultures before doing growth
This regressional model was built using <a href="https://scikit-learn.org/stable/">scikit learn</a> [<i>Pedregose et.al.</i> 2011].  
+
                curves 2 times out of an exponentially growing preculture before inoculating the growth curve flasks.
Even with this approach, the amount of data we have at our disposal is not enough to deliver a model that we would describe as accurate within and especially not outside of our training data.  
+
                Two inoculations were chosen as a compromise between a bearable amount of effort, as we aimed for
Nevertheless, we think a model like this is the best way forward if we want to properly predict the doubling time and with more data a very accurate model can be built.  
+
                inoculation every 8h to keep the cultures in their exponential phase, and cyanobacterial cultures being
We used a common approach to polynomial regression models in that we performed a linear regression on nonlinear functions of the data.  
+
                pushed towards rapid reproduction. A few growth curves, such as growth curves evaluated under proposed
This means that we use the previously established variables (temp, rpm, light intensity, CO<sub>2</sub>) and construct the polynomial features of this dataset.  
+
                optimal conditions and FACS-counted, up to 8 precultures were made, each inoculated out of an
For two variables x1 and x2 and a polynomial with the degree 2 this would mean we have the following values as data : [1, x1, x2, x1*x2, x1*x1, x2*x2].  
+
                exponential growing preculture.
This is possible due to the fact that a linear model is not limited to a linear function but to linear parameters for the variables it builds on.  
+
                Typically, we timed inoculation to be done when the precultures where at an optical density of 0.6 which
The code used to build this model is shown here :  
+
                was considered exponential.
</p>
+
                Another way of providing substantial nutrients for growing with rapid doubling times was the use of
<div class="wrap-collabsible">
+
                modified media. BGM being modified BG11, which is used to grow fresh water strains of cyanobacteria, was
  <input id="model_code_poly" class="toggle" type="checkbox">
+
                our basis medium.
  <label for="model_code_poly" class="lbl-toggle">Code </label>
+
                It contains phosphate and nitrate concentrations equal to MAD medium. During the last period of the
  <div class="collapsible-content">
+
                project we used 5xBGM medium providing even more nutrients to the cultures.
    <div class="content-inner">
+
                Contrary to what has been publicized before [<i>Włodarczyk, Selão, Norling, & Nixon,</i> 2019] our
      <pre>
+
                cultures grew better on BGM than BG11 medium (see above). W
 +
                hen inoculating cultures and diluting them with new medium, we experienced that cooled medium does delay
 +
                growth. To encounter this, we let the medium warm up to room temperature before inoculation.
 +
                <br>
 +
                The adaption to high light intensities, for instance when cultures were inoculated from plates which
 +
                were grown on lower intensities, of 1000µE to about 1800MµE was another important factor. Before growth
 +
                curves under high light conditions could be performed, the cultures were adapted to the desired
 +
                intensities by increasing intensities through the precultures.
 +
                <br>
 +
                During growth curve measurements more precautions had to be considered. When sampling cultures volumes
 +
                were taking not exceeding 0.25ml each sampling to minimize the reduction of culture throughout the
 +
                experiment. To illustrate the amount of water evaporating over the time period of 36h, equivalent to an
 +
                extended growth curve experiment we did analysis on evaporating water masses. At the same time, opening
 +
                the incubator was reduced to a minimum as well while growth curves were conducted to exclude strong
 +
                CO<sub>2</sub> deviation.
 +
                <br>
 +
                At last, to improve statistical rigidity, for every growth curve experiment with flasks two biological
 +
                parallels, serving as the biological replicate, were cultivated. Of each biological replicate, two
 +
                technical replicates were taken.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">Growth Curves Model</h2>
 +
              <p></p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">Variables responsible for growth</h2>
 +
              <p>
 +
                As previously described, for categorial differences one can easily do growth curves with all levels of
 +
                these categories (i.e. the different lids).
 +
                With this it is possible to determine, at least for the chosen parameters, which level of these
 +
                categories allows for the fastest growth.
 +
                In reality, all parameters that play into the growth conditions of the cultures are interlinked and
 +
                change when other parameters are changed.
 +
                However, for some parameters the assumption that they do not change upon changing other parameters is
 +
                probably a fair approximation while drastically reducing the complexity of the investigated problem.
 +
                Some categorial variables (lid type, number of schikanen in the flask) are probably mostly uncorrelated
 +
                with other heavily correlated parameters (light intensity, rpm, CO<sub>2</sub>, temperature) while there
 +
                are others (total flask volume, filled flask volume, medium) that are more or less correlated with these
 +
                parameters.
 +
                While we think that the assumption of no correlation is a fair approximation for the previously
 +
                mentioned categorial variables, for the fill volume of the flask we do not think it is a good
 +
                approximation.
 +
                This variable that as a further approximation we chose to look at as categorical has a big influence on
 +
                the amount of oxygen and carbon dioxide in the flask.
 +
                However, since there were already alot of variables we had to take a look at and it is heavily
 +
                correlated with the CO<sub>2</sub> percentage that we are also investigating later, we chose to fix this
 +
                parameter.
 +
                This would introduce a (small) error into our model, but it would reduce the complexity and the
 +
                parameters of oxygen and carbondioxide in our flask can be adjusted with the concentration of
 +
                carbondioxide in the incubator.
 +
                For numerical parameters (light intesity, rpm, CO<sub>2</sub> %, temperature, filled flask volume) it
 +
                would also be possible to measure certain values for each variable and use the one that fits best, but
 +
                there is also the possibility to model the combined effect of these parameters on the doubling time.
 +
                We did the no correlation assumption of for the previously described categorial variables (lid types,
 +
                flask geometry, fill volume) and developed based on biological criteria a measurement workflow for other
 +
                parameters (i.e. how many precultures are used).
 +
                For four other numerical parameters (temperature, carbondioxide concentration, light intensity and
 +
                shaker speed) we do think that they are heavily interlinked and decided to investigate them in
 +
                conjunction with each other.
 +
                We used the previously established growth curve protocol and collected datapoints varying these four
 +
                parameters.
 +
                Due to problems with the incubator and the time constraints going with it we were not able to collect as
 +
                many datapoints as we would like.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">Importance of a mathematical model for growth curve prediction</h2>
 +
              <p>
 +
                The data collected is displayed in the following table:
 +
              </p>
 +
              <table align="center">
 +
                <thead>
 +
                  <tr style="text-align: center;">
 +
                    <th></th>
 +
                    <th>doubling_time [min] </th>
 +
                    <th>light_intensity [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </th>
 +
                    <th>shaking speed [rpm] </th>
 +
                    <th>CO<sub>2</sub> [%]</th>
 +
                    <th>temp [&#8451;] </th>
 +
                  </tr>
 +
                </thead>
 +
                <tbody>
 +
                  <tr>
 +
                    <th>0</th>
 +
                    <td>89.145</td>
 +
                    <td>1500</td>
 +
                    <td>130</td>
 +
                    <td>5</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>1</th>
 +
                    <td>100.014</td>
 +
                    <td>1000</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>2</th>
 +
                    <td>99.171</td>
 +
                    <td>1500</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>3</th>
 +
                    <td>96.956</td>
 +
                    <td>1800</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>4</th>
 +
                    <td>118.375</td>
 +
                    <td>1800</td>
 +
                    <td>130</td>
 +
                    <td>5</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>5</th>
 +
                    <td>113.305</td>
 +
                    <td>1000</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>38</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>6</th>
 +
                    <td>117.254</td>
 +
                    <td>1500</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>38</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>7</th>
 +
                    <td>122.141</td>
 +
                    <td>1800</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>38</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>8</th>
 +
                    <td>77.047</td>
 +
                    <td>1000</td>
 +
                    <td>220</td>
 +
                    <td>3</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>9</th>
 +
                    <td>81.442</td>
 +
                    <td>1500</td>
 +
                    <td>220</td>
 +
                    <td>3</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>10</th>
 +
                    <td>104.293</td>
 +
                    <td>1000</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>43</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>11</th>
 +
                    <td>96.914</td>
 +
                    <td>1500</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>43</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>12</th>
 +
                    <td>97.678</td>
 +
                    <td>1800</td>
 +
                    <td>220</td>
 +
                    <td>5</td>
 +
                    <td>43</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>13</th>
 +
                    <td>102.040</td>
 +
                    <td>1800</td>
 +
                    <td>220</td>
 +
                    <td>7</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                  <tr>
 +
                    <th>14</th>
 +
                    <td>110.560</td>
 +
                    <td>1500</td>
 +
                    <td>220</td>
 +
                    <td>7</td>
 +
                    <td>41</td>
 +
                  </tr>
 +
                </tbody>
 +
              </table>
 +
              <p>
 +
                With this data alone we can highlight the importance to measure these parameters in conjunction with
 +
                each other.
 +
                In Figure 8 there are the doubling times with three different light intensities displayed with either
 +
                38°C or 41°C as temperature.
 +
                While the doubling times for the lower temperature are smaller, also the trend for the light intensity
 +
                is reverted.
 +
                For the high temperature the higher the intensity the lower the doubling time while for the low
 +
                temperature the contrary is the case.
 +
                This shows that these parameters are not independent of each other and should also be investigated not
 +
                on their own but in conjunction with each other.
 +
              </p>
 +
              <figure style="width: 70%;"
 +
                class="center"
 +
                class="wrapper">
 +
                <div class="imageContainer2x2">
 +
                  <div><a><img src="https://static.igem.org/mediawiki/2019/3/3a/T--Marburg--model_comparison_lowtemp.png">
 +
                  </div></a>
 +
                  <div><a><img src="https://static.igem.org/mediawiki/2019/4/40/T--Marburg--model_comparison_normtemp.png">
 +
                  </div></a>
 +
                </div>
 +
                <figcaption class="horzcent"><b>Figure 8:</b> Comparison of different light intensities at 38 and 41 °
 +
                  Celsius</figcaption>
 +
              </figure>
 +
              <p>
 +
                To investigate these parameters in conjunction with each other we decided to build a model that predicts
 +
                the doubling time based on the investigated parameters.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">Boundary behaviour</h2>
 +
              <p>
 +
                Something that is not part of our data are the boundaries that naturally exist for growth curves of
 +
                cyanobacteria.
 +
                These are partially given be the machines we are using (e.g. the maximal strength of the lamps, the
 +
                maximum rpm of our shaker) and partially given by the constitution of the cyanobacteria (e.g. the
 +
                maximal/minimal temperature they can grow at).
 +
                With our knowledge acquired while handling this cyanobacteria, we decided on the following cutoffs:
 +
 
 +
              </p>
 +
              <table align="center">
 +
                <tr>
 +
                  <th>Parameter</th>
 +
                  <th>Value</th>
 +
                </tr>
 +
                <tr>
 +
                  <td>min light [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </td>
 +
                  <td>100</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>max light [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </td>
 +
                  <td>3000</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>min rpm</td>
 +
                  <td>30</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>max rpm</td>
 +
                  <td>260/300</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>min temperature</td>
 +
                  <td>30 [&#8451;] </td>
 +
                </tr>
 +
                <tr>
 +
                  <td>max temperature</td>
 +
                  <td>50 [&#8451;] </td>
 +
                </tr>
 +
                <tr>
 +
                  <td>min CO<sub>2</sub></td>
 +
                  <td>1</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>max CO<sub>2</sub></td>
 +
                  <td>10/20</td>
 +
                </tr>
 +
              </table>
 +
              <p>
 +
                For light and temperature and the lower boundaries of CO<sub>2</sub> and rpm we used cutoffs at which we
 +
                are convinced that no proper growth is possible.
 +
                For the upper boundaries of CO<sub>2</sub> (10) and rpm (260) we used the highgest values that are
 +
                possible due to the hardware used.
 +
                For these two boundaries we also tried to increase the values further to not punish the maximal possible
 +
                values too much but still incentivize our model to not use the values near the booundaries.
 +
                We added one datapoint for each of these boundaries and used the most common values found in our model
 +
                for the rest of the values.
 +
                As example, the datapoint added for the low light and low rpm values are shown in the following table:
 +
 
 +
              </p>
 +
              <table align="center">
 +
                <tr>
 +
                  <th></th>
 +
                  <th>doubling time [min] </th>
 +
                  <th>light intensity [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] </th>
 +
                  <th>shaking speed [rpm]</th>
 +
                  <th>CO<sub>2</sub> [%]</th>
 +
                  <th>temperature [&#8451;] </th>
 +
                </tr>
 +
                <tr>
 +
                  <td>min light</td>
 +
                  <td>1000</td>
 +
                  <td>100</td>
 +
                  <td>220</td>
 +
                  <td>5</td>
 +
                  <td>41</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>min rpm</td>
 +
                  <td>1000</td>
 +
                  <td>1500</td>
 +
                  <td>30</td>
 +
                  <td>5</td>
 +
                  <td>41</td>
 +
                </tr>
 +
              </table>
 +
              <p>
 +
                We added a very high doubling time insted of a doubling time of 0 to ensure that our model has the
 +
                correct behaviour in edge cases.
 +
                For example, that the model predict an increased doubling time the hotter the temperature gets insted of
 +
                predicting very low doubling times for those edge cases because we fed it a doubling time of 0.
 +
                When we entered this data into our model, the performance was drastically reduced.
 +
                We even experimented with different doubling times that we entered for this sub dataset, but for all
 +
                cases tried the performance of the model was still worse than without adding this dataset in the first
 +
                place.
 +
                Again, due to the small amount of data that we have in the original dataset, if we add these 8
 +
                datapoints they have a huge effect on the model even outside of the boundary cases.
 +
                Due to this decrease in performance we decided to not use this dataset, but we are still convinced that
 +
                with enough data this would increase the accuracy of the model, especially in boundary cases.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">Modelling approach</h2>
 +
              <p>
 +
                Due to the small amount of data we were able to collect we decided to use a polynomial regression model
 +
                instead of a more data demanding approach like k nearest neighbors, support vector machines or neural
 +
                networks.
 +
                This regressional model was built using <a href="https://scikit-learn.org/stable/">scikit learn</a>
 +
                [<i>Pedregose et.al.</i> 2011].
 +
                Even with this approach, the amount of data we have at our disposal is not enough to deliver a model
 +
                that we would describe as accurate within and especially not outside of our training data.
 +
                Nevertheless, we think a model like this is the best way forward if we want to properly predict the
 +
                doubling time and with more data a very accurate model can be built.
 +
                We used a common approach to polynomial regression models in that we performed a linear regression on
 +
                nonlinear functions of the data.
 +
                This means that we use the previously established variables (temp, rpm, light intensity, CO<sub>2</sub>)
 +
                and construct the polynomial features of this dataset.
 +
                For two variables x1 and x2 and a polynomial with the degree 2 this would mean we have the following
 +
                values as data : [1, x1, x2, x1*x2, x1*x1, x2*x2].
 +
                This is possible due to the fact that a linear model is not limited to a linear function but to linear
 +
                parameters for the variables it builds on.
 +
                The code used to build this model is shown here :
 +
              </p>
 +
              <div class="wrap-collabsible">
 +
                <input id="model_code_poly"
 +
                  class="toggle"
 +
                  type="checkbox">
 +
                <label for="model_code_poly"
 +
                  class="lbl-toggle">Code </label>
 +
                <div class="collapsible-content">
 +
                  <div class="content-inner">
 +
                    <pre>
 
           import numpy as np  
 
           import numpy as np  
 
           import pandas as pd  
 
           import pandas as pd  
Line 797: Line 1,066:
 
           #print(data_prep.to_html())
 
           #print(data_prep.to_html())
 
       </pre>
 
       </pre>
    </div>
+
                  </div>
  </div>
+
                </div>
</div>
+
              </div>
<p>
+
              <p>
Again due to the lack of data normal ways of benchmarking the model like train test splits and crossvalidation are not rationally possible.  
+
                Again due to the lack of data normal ways of benchmarking the model like train test splits and
If there would be more data we would use LASSO regression, because this would allow us to eliminate variables that are not useful and avoid a high variance mistake.  
+
                crossvalidation are not rationally possible.
 +
                If there would be more data we would use LASSO regression, because this would allow us to eliminate
 +
                variables that are not useful and avoid a high variance mistake.
  
To showcase how this model using our existing data predicts new data, we decided to predict and measure three new growth curves at unsampled regions within the boundaries of our measurement data.  
+
                To showcase how this model using our existing data predicts new data, we decided to predict and measure
We decided to not calculate the minima that our model predicts, but data that is inside the range of our existing data to properly estimate how well this suboptimal model is working.
+
                three new growth curves at unsampled regions within the boundaries of our measurement data.
 +
                We decided to not calculate the minima that our model predicts, but data that is inside the range of our
 +
                existing data to properly estimate how well this suboptimal model is working.
  
The predictions of different model versions different only in the degree of polynomials used and the measured doubling time is shown in Figure 9.  
+
                The predictions of different model versions different only in the degree of polynomials used and the
 +
                measured doubling time is shown in Figure 9.
  
  
</p>
+
              </p>
  <figure style="float:center; width: 500px;" class="right">
+
              <figure style="float:center; width: 500px;"
      <img style="float:center" src="https://static.igem.org/mediawiki/2019/b/b6/T--Marburg--model_comparison_predictions.png" alt="HTML IST SCHEI?E" class="center">
+
                class="right">
      <figcaption style="float: right;"><b>Figure 9:</b> Prediction of the model and measurement of the doubling time of four growth curves. Growth curves have been measured with 3.8 % CO<sub>2</sub>, 40.5 &#8451; and 147 rpm. Light intensity in [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] is color coded in the graph. X axis shows the complexity of the model (numbers indicate the degree of the polynomial used to fit) or m for measurement. Y axis shows the doubling time.</a></figcaption>
+
                <img style="float:center"
    </figure>
+
                  src="https://static.igem.org/mediawiki/2019/b/b6/T--Marburg--model_comparison_predictions.png"
<p>
+
                  alt="HTML IST SCHEI?E"
As we can see in Figure 9 the prediction quality of the model is poor.  
+
                  class="center">
The degree of the polynomial is influencing the performance of the model, but there is no clear trend visible.  
+
                <figcaption style="float: right;"><b>Figure 9:</b> Prediction of the model and measurement of the
The data for the polynomial degree 3 was excluded since the predictions were negative.  
+
                  doubling time of four growth curves. Growth curves have been measured with 3.8 % CO<sub>2</sub>, 40.5
The ranking of the different doubling times is the same in all model predictions except for degree 1, with the model predicting the growth curves with the higher light intensities to show a smaller doubling time.
+
                  &#8451; and 147 rpm. Light intensity in [&#181;mol Photons / m<sup>2</sup> * s 400-700 nm] is color
However, not only are the predicted doubling time values significantly different from the measured ones, the measured ones are also ranked in a different order (1388>1850>1541>1750).
+
                  coded in the graph. X axis shows the complexity of the model (numbers indicate the degree of the
In addition to that the spread of values is higher in the predicted doubling times compared to the measured ones.  
+
                  polynomial used to fit) or m for measurement. Y axis shows the doubling time.</a></figcaption>
As expected, the models performance is not good enough to get quantitatively or even qualitatively correct predictions.
+
              </figure>
</p>
+
              <p>
<br>
+
                As we can see in Figure 9 the prediction quality of the model is poor.
<br>
+
                The degree of the polynomial is influencing the performance of the model, but there is no clear trend
<br>
+
                visible.
<h2 class="subtitle">Summary and Outlook</h2>
+
                The data for the polynomial degree 3 was excluded since the predictions were negative.
<p>
+
                The ranking of the different doubling times is the same in all model predictions except for degree 1,
<br>
+
                with the model predicting the growth curves with the higher light intensities to show a smaller doubling
 +
                time.
 +
                However, not only are the predicted doubling time values significantly different from the measured ones,
 +
                the measured ones are also ranked in a different order (1388>1850>1541>1750).
 +
                In addition to that the spread of values is higher in the predicted doubling times compared to the
 +
                measured ones.
 +
                As expected, the models performance is not good enough to get quantitatively or even qualitatively
 +
                correct predictions.
 +
              </p>
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <h2 class="subtitle">Summary and Outlook</h2>
 +
              <p>
 +
                <br>
  
During this investigation into how to grow UTEX2973 in the optimal way we stumbled upon many things that we thought to be insufficiently documented or standardized.
+
                During this investigation into how to grow UTEX2973 in the optimal way we stumbled upon many things that
We investigated how to optimally measure light intensity and thought critically about the state of the art light units.
+
                we thought to be insufficiently documented or standardized.
To make it possible to grow cultures at specific light intensities as well as to make a model of the light intensity in our incubator to help in the everyday life of the wetlab team.  
+
                We investigated how to optimally measure light intensity and thought critically about the state of the
After investigating which wavelength to optimally measure the optical density of our cultures at we started to measure comparative growth curves and developed a reproducable growth curve protocol.  
+
                art light units.
For all parameters that had an effect on the growth curves of UTEX2973 we critically questioned if they could be approximated as independent from other parameters and decided to investigate the temperature, shaking speed, carbon dioxide concentration and light intensity in conjunction with each other.  
+
                To make it possible to grow cultures at specific light intensities as well as to make a model of the
Since the investigation of four or more different dependent parameters and their effect on the growth is not exhaustively possible for humans we built an easily extendable model that uses polynomial regression to predict the doubling time of various parametercombinations.  
+
                light intensity in our incubator to help in the everyday life of the wetlab team.
</p>
+
                After investigating which wavelength to optimally measure the optical density of our cultures at we
  <figure style="float:center; width: 500px;" class="left">
+
                started to measure comparative growth curves and developed a reproducable growth curve protocol.
      <img style="float:center" src="https://static.igem.org/mediawiki/2019/2/25/T--Marburg--gridbased_screening2.png" alt="HTML IST SCHEI?E" class="center">
+
                For all parameters that had an effect on the growth curves of UTEX2973 we critically questioned if they
      <figcaption style="float: right;"><b>Figure 10:</b>Visual representation of the datapoints we collected without CO<sub>2</sub> concentration. Doubling time is colorcoded. This graph highlights that we used a gridbased approach to collect data. This approach is very useful for humans to compare the different datapoints, but for models a more diverse dataset with many different values is preferable.</a></figcaption>
+
                could be approximated as independent from other parameters and decided to investigate the temperature,
    </figure>
+
                shaking speed, carbon dioxide concentration and light intensity in conjunction with each other.
<p>
+
                Since the investigation of four or more different dependent parameters and their effect on the growth is
 +
                not exhaustively possible for humans we built an easily extendable model that uses polynomial regression
 +
                to predict the doubling time of various parametercombinations.
 +
              </p>
 +
              <figure style="float:center; width: 500px;"
 +
                class="left">
 +
                <img style="float:center"
 +
                  src="https://static.igem.org/mediawiki/2019/2/25/T--Marburg--gridbased_screening2.png"
 +
                  alt="HTML IST SCHEI?E"
 +
                  class="center">
 +
                <figcaption style="float: right;"><b>Figure 10:</b>Visual representation of the datapoints we collected
 +
                  without CO<sub>2</sub> concentration. Doubling time is colorcoded. This graph highlights that we used
 +
                  a gridbased approach to collect data. This approach is very useful for humans to compare the different
 +
                  datapoints, but for models a more diverse dataset with many different values is preferable.</a>
 +
                </figcaption>
 +
              </figure>
 +
              <p>
  
However, since measuring a single (or more) doubling time(s) is a very time demanding process, we did not manage to collect a sufficient amount of data to train a model that is able to accurately predict doubling times.  
+
                However, since measuring a single (or more) doubling time(s) is a very time demanding process, we did
In addition to "just" supplying it with more data, if we have more data more steps can be done to increase the performance of the model.  
+
                not manage to collect a sufficient amount of data to train a model that is able to accurately predict
In addition to a train test split and cross validation to improve the perfomance and decrease the bias of the model towards new data, LASSO regression can be used which would allow to investigate easily how high dimensional the polynome the model is utilizing has to be.  
+
                doubling times.
The data we collected was collected only on a couple different levels for each parameter.  
+
                In addition to "just" supplying it with more data, if we have more data more steps can be done to
While this made it much easier for humans to analyse the data, for the model this drastically reduces its usefulness.
+
                increase the performance of the model.
If all datapoints were measured with more randomized values and all datapoints differ on all dimensions of the input data, the data samples the given range much more equally.  
+
                In addition to a train test split and cross validation to improve the perfomance and decrease the bias
With data like that a model can be built that is more robust due to the better sampling of the input space.  
+
                of the model towards new data, LASSO regression can be used which would allow to investigate easily how
A visual representation of the sampling in the rpm
+
                high dimensional the polynome the model is utilizing has to be.
However, for many of the parameters we cannot do that in one measurement, since the rpm, CO<sub>2</sub> concentration and temperature has to be identical.  
+
                The data we collected was collected only on a couple different levels for each parameter.
For the light intensity there could have been more sampling which would have improved the performance of the model.
+
                While this made it much easier for humans to analyse the data, for the model this drastically reduces
In addition to that, we used doubling times that we calculated by hand and by manually choosing datapoints for the calulations.  
+
                its usefulness.
This can also introduce an error.  
+
                If all datapoints were measured with more randomized values and all datapoints differ on all dimensions
By automating that process and maybe not only predicting doubling times but the optical densities at different timepoints this manual error could be circumvented.  
+
                of the input data, the data samples the given range much more equally.
However, the automated calculation of doubling times can be troublesome for some suboptimal growth curves, since the automatic definition of the exponential phase can be troublesome.  
+
                With data like that a model can be built that is more robust due to the better sampling of the input
If this problem would be solved, this would take all the manual work out of the process and further improve the model.  
+
                space.
 +
                A visual representation of the sampling in the rpm
 +
                However, for many of the parameters we cannot do that in one measurement, since the rpm, CO<sub>2</sub>
 +
                concentration and temperature has to be identical.
 +
                For the light intensity there could have been more sampling which would have improved the performance of
 +
                the model.
 +
                In addition to that, we used doubling times that we calculated by hand and by manually choosing
 +
                datapoints for the calulations.
 +
                This can also introduce an error.
 +
                By automating that process and maybe not only predicting doubling times but the optical densities at
 +
                different timepoints this manual error could be circumvented.
 +
                However, the automated calculation of doubling times can be troublesome for some suboptimal growth
 +
                curves, since the automatic definition of the exponential phase can be troublesome.
 +
                If this problem would be solved, this would take all the manual work out of the process and further
 +
                improve the model.
  
  
Line 865: Line 1,183:
  
  
<!--
+
                <!--
 
[<sup>&#181;mol Photons</sup>/<sub>m<sup>2</sup> * s</sub> 400-700 nm]
 
[<sup>&#181;mol Photons</sup>/<sub>m<sup>2</sup> * s</sub> 400-700 nm]
 
HERE ARE USEFUL THINGYS  
 
HERE ARE USEFUL THINGYS  
Line 873: Line 1,191:
 
CO2 in correct : CO<sub>2</sub>
 
CO2 in correct : CO<sub>2</sub>
 
-->
 
-->
<br>
+
                <br>
<br>
+
                <br>
<br>
+
                <br>
<br>
+
                <br>
<br>
+
                <br>
<br>
+
                <br>
<h1 class = "title">References</h1>
+
                <h1 class="title">References</h1>
Ungerer, J., Wendt, K. E., Hendry, J. I., Maranas, C. D., & Pakrasi, H. B. (2018). Comparative genomics reveals the molecular determinants of rapid growth of the cyanobacterium Synechococcus elongatus UTEX 2973. Proceedings of the National Academy of Sciences, 115(50), E11761-E11770.
+
                Ungerer, J., Wendt, K. E., Hendry, J. I., Maranas, C. D., & Pakrasi, H. B. (2018). Comparative genomics
<br>
+
                reveals the molecular determinants of rapid growth of the cyanobacterium Synechococcus elongatus UTEX
Russo, D. A., Zedler, J. A. Z., Wittmann, D. N., Möllers, B., Singh, R. K., Batth, T. S., ... & Jensen, P. E. (2019). Expression and secretion of a lytic polysaccharide monooxygenase by a fast-growing cyanobacterium. Biotechnology for biofuels, 12(1), 74.
+
                2973. Proceedings of the National Academy of Sciences, 115(50), E11761-E11770.
<br>
+
                <br>
Casteljau, P. (1963). Surfaces à pôles, INPI
+
                Russo, D. A., Zedler, J. A. Z., Wittmann, D. N., Möllers, B., Singh, R. K., Batth, T. S., ... & Jensen,
<br>
+
                P. E. (2019). Expression and secretion of a lytic polysaccharide monooxygenase by a fast-growing
Hoschek, J. & Lasser, D. (1993). Fundamentals of computer-aided geometric design. Wellesley, Mass: A.K. Peters.
+
                cyanobacterium. Biotechnology for biofuels, 12(1), 74.
<br>
+
                <br>
R., J., & de Boor, C. (1980). A Practical Guide to Splines. Mathematics of Computation, 34(149), 325.  
+
                Casteljau, P. (1963). Surfaces à pôles, INPI
<br>  
+
                <br>
Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O., ... & Vanderplas, J. (2011). Scikit-learn: Machine learning in Python. Journal of machine learning research, 12(Oct), 2825-2830.
+
                Hoschek, J. & Lasser, D. (1993). Fundamentals of computer-aided geometric design. Wellesley, Mass: A.K.
</p>
+
                Peters.
 +
                <br>
 +
                R., J., & de Boor, C. (1980). A Practical Guide to Splines. Mathematics of Computation, 34(149), 325.
 +
                <br>
 +
                Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O., ... & Vanderplas, J.
 +
                (2011). Scikit-learn: Machine learning in Python. Journal of machine learning research, 12(Oct),
 +
                2825-2830.
 +
              </p>
 
             </section>
 
             </section>
 
           </div>
 
           </div>
Line 906: Line 1,231:
 
           <hr>
 
           <hr>
 
         </div>
 
         </div>
         <div class="sub-content" style="justify-content: center;">
+
         <div class="sub-content"
 +
          style="justify-content: center;">
 
           <img src="https://static.igem.org/mediawiki/2019/e/e7/T--Marburg--anso_header.svg">
 
           <img src="https://static.igem.org/mediawiki/2019/e/e7/T--Marburg--anso_header.svg">
 
         </div>
 
         </div>
Line 915: Line 1,241:
 
           <div class="popup-header">
 
           <div class="popup-header">
 
             <h1 class="title">
 
             <h1 class="title">
               <!--Title inside popup-->
+
               Algorithm for identification of artificial Neutral integration Site options (aNSo)
 
             </h1>
 
             </h1>
 
             <button type="button"
 
             <button type="button"
Line 924: Line 1,250:
 
             <section class="section">
 
             <section class="section">
 
               <!--Content of popup-->
 
               <!--Content of popup-->
               <h1 class = "title">Algorithm for identification of artificial Neutral integration Site options (aNSo)</h1>
+
               <p>
                              <p>
+
                As conventional neutral integration sites for cyanobacteria affect cellular fitness by knocking out
                    As conventional neutral integration sites for cyanobacteria affect cellular fitness by knocking out
+
                existing genes (NSI: a knockout of a flotillin CDS locus tag in S. elongatus UTEX 2973: M744_RS03615
                    existing genes (NSI: a knockout of a flotillin CDS locus tag in S. elongatus UTEX 2973: M744_RS03615
+
                affecting cell growth and division https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3551649/), we sought
                    affecting cell growth and division https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3551649/), we sought
+
                to find new integration sites that are truly independent of the genomic and cellular context. The
                    to find new integration sites that are truly independent of the genomic and cellular context. The
+
                identification of potential artificial Neutral integration Site options (aNSo) in the genome of
                    identification of potential artificial Neutral integration Site options (aNSo) in the genome of
+
                Synechococcus elongatus UTEX 2973 is paramount for the integration of orthogonal circuits and
                    Synechococcus elongatus UTEX 2973 is paramount for the integration of orthogonal circuits and
+
                metabolic pathways. To address this issue we developed a custom algorithm based on the Python
                    metabolic pathways. To address this issue we developed a custom algorithm based on the Python
+
                language.<br>
                    language.<br>
+
                <br>
                    <br>
+
              </p>
                  </p>
+
              <figure style="text-align:center">
                    <figure style="text-align:center">
+
                <img style="height: 400px; width: 420px;"
                        <img style="height: 400px; width: 420px;" src="https://static.igem.org/mediawiki/2019/4/41/T--Marburg--Toolbox_Model_ANSOscreening.svg
+
                  src="https://static.igem.org/mediawiki/2019/4/41/T--Marburg--Toolbox_Model_ANSOscreening.svg
                       " alt="design build test cycle">
+
                       "
                        <figcaption style="max-width: 2400px; text-align: center">
+
                  alt="design build test cycle">
                            Fig.1 - Schematic workflow of the Python script to find artificial Neutral integration Site options
+
                <figcaption style="max-width: 2400px; text-align: center">
                        </figcaption>
+
                  Fig.1 - Schematic workflow of the Python script to find artificial Neutral integration Site options
                    </figure>
+
                </figcaption>
                    <p>
+
              </figure>
                    <br>
+
              <p>
                    We achieved this by processing the GenBank file (gbk) containing all of the annotated genes and
+
                <br>
                    transcription start sites (TSS) of the S. elongatus UTEX 2973 genome. All lines that contained the
+
                We achieved this by processing the GenBank file (gbk) containing all of the annotated genes and
                    word “gene” along with their corresponding genomic locational information, described by indices on
+
                transcription start sites (TSS) of the S. elongatus UTEX 2973 genome. All lines that contained the
                    the plus strand, were parsed. These indices provided information about the position of the first and
+
                word “gene” along with their corresponding genomic locational information, described by indices on
                    the last base of the gene, respectively. Therefore this allows all intergenic regions to be
+
                the plus strand, were parsed. These indices provided information about the position of the first and
                    described by the index of the last base of an upstream gene and the first base of the downstream
+
                the last base of the gene, respectively. Therefore this allows all intergenic regions to be
                    gene, independent on which strand the gene was located. These indices were then stored in a Python
+
                described by the index of the last base of an upstream gene and the first base of the downstream
                    tuple.<br>
+
                gene, independent on which strand the gene was located. These indices were then stored in a Python
                    <br>
+
                tuple.<br>
                    Subsequently, all intergenic regions shorter than 500 bp are filtered out; leaving us with eligible
+
                <br>
                    sites. This was accomplished by calculating differences between the index of the start of one gene
+
                Subsequently, all intergenic regions shorter than 500 bp are filtered out; leaving us with eligible
                    and the index of the end of the previous gene located upstream, resulting in 56 potential aNSo.<br>
+
                sites. This was accomplished by calculating differences between the index of the start of one gene
                    <br>
+
                and the index of the end of the previous gene located upstream, resulting in 56 potential aNSo.<br>
                    All these potential aNSos are subsequently packaged in the tuple form and translated into a
+
                <br>
                    sequence. To ensure homologous recombination, sequences with a length of at least 2500 bp were
+
                All these potential aNSos are subsequently packaged in the tuple form and translated into a
                    required. The missing number of nucleotides, which could not be covered by the intergenic region,
+
                sequence. To ensure homologous recombination, sequences with a length of at least 2500 bp were
                    had to be filled up with the sequence of the upstream and downstream located genes. For this, a
+
                required. The missing number of nucleotides, which could not be covered by the intergenic region,
                    FASTA file containing the genomic sequence of S. elongatus Utex 2973 (Yu et al., 2015) was read into
+
                had to be filled up with the sequence of the upstream and downstream located genes. For this, a
                    the environment and the potential intergenic sequences were extracted based on the indices +/- the
+
                FASTA file containing the genomic sequence of S. elongatus Utex 2973 (Yu et al., 2015) was read into
                    missing nucleotides and saved additionally in the tuple.<br>
+
                the environment and the potential intergenic sequences were extracted based on the indices +/- the
                    <br>
+
                missing nucleotides and saved additionally in the tuple.<br>
                    Subsequently, the number of potential aNSo was narrowed down by excluding all sequences that
+
                <br>
                    contained BsmBI and BsaI restriction sites. This was accomplished by eliminating all entries in the
+
                Subsequently, the number of potential aNSo was narrowed down by excluding all sequences that
                    tuple whose sequences contained the substrings "CGTCTC" or "GAGACG" for BsmBI restriction sites and
+
                contained BsmBI and BsaI restriction sites. This was accomplished by eliminating all entries in the
                    "GGTCTC" or "GAGACC" for BsaI restriction sites. Only 19 of 56 previously identified regions
+
                tuple whose sequences contained the substrings "CGTCTC" or "GAGACG" for BsmBI restriction sites and
                    fulfilled these criteria.<br>
+
                "GGTCTC" or "GAGACC" for BsaI restriction sites. Only 19 of 56 previously identified regions
                    <br>
+
                fulfilled these criteria.<br>
                    The final step of the identification of aNSo is comprised of eliminating all entries which included
+
                <br>
                    a TSS in the intergenic region. Using the gbk file comprising all TSS identified in a
+
                The final step of the identification of aNSo is comprised of eliminating all entries which included
                    transcriptomics study by (Tan et al., 2018) as input, the indices of TSSs in the genome were parsed
+
                a TSS in the intergenic region. Using the gbk file comprising all TSS identified in a
                    and defined in a list. Afterwards a set was created, containing all intergenic regions which
+
                transcriptomics study by (Tan et al., 2018) as input, the indices of TSSs in the genome were parsed
                    inherited a TSS, and the tuple containing all potential aNSo was transformed into a set as well. By
+
                and defined in a list. Afterwards a set was created, containing all intergenic regions which
                    subtracting the set of all TSS in intergenic regions from the set of all potential aNSo, a set was
+
                inherited a TSS, and the tuple containing all potential aNSo was transformed into a set as well. By
                    generated containing only information about intergenic regions that do not contain BsmBI and BsaI
+
                subtracting the set of all TSS in intergenic regions from the set of all potential aNSo, a set was
                    restriction sites and TSS. Of the previously identified 19 potential aNSo 17 contained a TSS,
+
                generated containing only information about intergenic regions that do not contain BsmBI and BsaI
                    leaving only two entries in the set of final aNSo fulfilling all of the required criteria. To make
+
                restriction sites and TSS. Of the previously identified 19 potential aNSo 17 contained a TSS,
                    the information of this final set easily accessible, a CSV file and additionally a FASTA file were
+
                leaving only two entries in the set of final aNSo fulfilling all of the required criteria. To make
                    generated.<br>
+
                the information of this final set easily accessible, a CSV file and additionally a FASTA file were
                    <br>
+
                generated.<br>
                    The Python script, required input files as well as the generated results can be found in our <a
+
                <br>
                        href="https://github.com/igemsoftware2019/iGemMarburg2019"> Github Repository </a><br>
+
                The Python script, required input files as well as the generated results can be found in our <a
                    <br>
+
                  href="https://github.com/igemsoftware2019/iGemMarburg2019"> Github Repository </a><br>
                    aNSo_1 BioBrick parts (<a href="http://parts.igem.org/Part:BBa_K3228000">BBa_K3228000</a>, <a href="http://parts.igem.org/Part:BBa_K3228002">BBa_K3228002</a>)
+
                <br>
                    <br>
+
                aNSo_1 BioBrick parts (<a href="http://parts.igem.org/Part:BBa_K3228000">BBa_K3228000</a>, <a
                  </p>
+
                  href="http://parts.igem.org/Part:BBa_K3228002">BBa_K3228002</a>)
                    <table class="table" style="width: 100%">
+
                <br>
                        <tbody>
+
              </p>
                          <tr>
+
              <table class="table"
                            <th>Gene 1 start</th>
+
                style="width: 100%">
                            <td>139038</td>
+
                <tbody>
                          </tr>
+
                  <tr>
                          <tr>
+
                    <th>Gene 1 start</th>
                            <th>Gene 1 end</th>
+
                    <td>139038</td>
                            <td>139727</td>
+
                  </tr>
                          </tr>
+
                  <tr>
                          <tr>
+
                    <th>Gene 1 end</th>
                            <th>Gene 2 start</th>
+
                    <td>139727</td>
                            <td>140309</td>
+
                  </tr>
                          </tr>
+
                  <tr>
                          <tr>
+
                    <th>Gene 2 start</th>
                            <th>Gene 2 end</th>
+
                    <td>140309</td>
                            <td>140875</td>
+
                  </tr>
                          </tr>
+
                  <tr>
                          <tr>
+
                    <th>Gene 2 end</th>
                            <th>Intergenic region length</th>
+
                    <td>140875</td>
                            <td>582</td>
+
                  </tr>
                          </tr>
+
                  <tr>
                          <tr>
+
                    <th>Intergenic region length</th>
                            <th>Sequence of aNSo_1 5’ to 3’</th>
+
                    <td>582</td>
                            <td style="overflow-wrap: break-word; max-width: 70vw;">
+
                  </tr>
                              TTCAAAATTTGGTGCGCTGGCAGGTCTGTGAACCGGAAACCGCGATCATGCTGGCGACCCTAGCACCTCTGCGGGCCTTGGGGGTGGATTGGTCGGATCCGCGTCTTCTCTATTTGTCCCGTCCCGTCTGTCAGCTGCTGCGCTGGCACCAGTCCGACACGGGAGAACTGACTTGGCAGAGGCTCTGCGAAAACGACGAATTACCGACTCCTACGTCGATCTAGGTCAGTCGGAATATTAGAATCGTCTGCGAAGATGCCGCCCTTGCCATGACAGCCCTCGACGACAAAACTATCGTTCGTGACTATTTCAACGCCACGGGCTTCGATCGCTGGAGCCGGATCTATGGCGATGGCGAGGTCAATTTCGTCCAGAAGAACATCCGCATTGGTCACCAGCGCACCGTCGACACCGTGCTGAGTTGGCTGGAAGCCGATGGCAATCTGAGCGATCGCAGCTTTTGTGATGCCGGCTGCGGTGTCGGCAGCCTCAGCTTACCCCTAGCACAGCGGGGGGCACAGGCCGTTTATGCCAGCGACATCTCCGCCAAGATGGTGGAAGAGGCTCGCGAGCGGGCCAGTCAGATCCCCAATTTGAACAACATTCAGCTCGAAGTTTCGGACCTTGCTTCTCTGAGCGGTCGCTACGACACCGTCATCTGTTTGGATGTGTTGATTCACTATCCAGAATCCGACGCGGCGGCCATGTTGAGCCATCTTTGCAGCTTAGCTGAGCAACGGGTTTTGGTGAGCTTCGCGCCCAAATCCCCTGTCTTGAATGTGCTCAAGCGCATTGGACAGTTCTTCCCGGGGGCCAGCAAAACGACCCGCGCATATCAGCACAGTGAAACCGCGATCGCAGCAGCCTTAGCGGCGAATGGCTTCCAAGTGCAACGTCGGGCCTTCAACAAAGCACCCTTCTATTTCTCACTTCTGCTCGAAGCTGTCCGAACTGCCTAATCAATTGTTGTTCGAGAGGTATCGCAGATTGAAGACTGAACTGGCATTTGCATTAATCAGCTGCAATCACCTCTCAGATTGACTAGACACTCAAGCATACTGAAGGTTTCAAACATCAGTAACAAGCAATAATTTTGAATTTCACAGCAACCTCAGGCGGTAGCATTGCTGCAATTAAATGGCATCTTTCGCCATACCATTCTCTACAGTTTAAGGATGTATTGTTAAATCTTTTTCTTGAGTATCGTGTATCTTCTGCATGGAATCGAATTAACTGATCAGCGATGCAAGCTGCTTCTTCTAAGAAGTAATTTTCTTGGCGTTCTTTCCGTTGTTGCTGCTTGAATATGGAAGGCCGATTATGAGGTGATTTAGGCCAAGAATTAAGTTTTTCCTTCAAGTTTTCTACTTCCCTGAGATGGCAATTAATTTTTTTGTTATCTTGGGCACGAAATAATAGGACTTGAGGATTAGGACAAGCAGTAACGGTTAAATGTGACTGCCCCCCTAAAATAGAGTATCTAGAAGAACTTTTCTTCCCCTGTTCTTTCCTAGAATCGGAGCCCGAGAGAAGAGGTGAACTACGTGGAGTAGGTAAAGTTGATCGTACCGGCAAAGACATCGAGATCAACTGCAGCTTGGCGGTTTTCTGGGGTATCTGCAGCACCACCAAGGAACCATAAAACATCTGCAGAGATACTGTAGTAGTCTTGGGTTCGTTGATAGATATCTGCAGCTTCAATTTTGGCAAGTTGACATTCACCAATAATTCGATAGCCCGTCGAGAAAACGACTGCAACATCTGCAATTCGACCATTCTTTCCAGCTTCTGAAATTGGATGTTCAATTTCAATAAACGCTTCTTGGGCATCAATCATCCCCTTATAAACTTCTTGAAAGTACTTACTGATTTCCAACTTTCCTTGCAAGTGCTCTGGAGATTCCGGATGATGTTCCATTACTGTGGTGCAAGGATGAGTATGAACAAAGTGCAATGAGGTATTTTGTCTCTTTCTGGGAAACATTAATGTTTGACAGAAAGGACAAAAAAGACTTCCTTTGGGAAAATTTTTTCTGATTTCAAGGACTGACTTAAAATCTGTCGCAAGGACTATGTTACCCTGTTGATCTTTTGCTTTGAAAGGCATGATCAAATCTATTCCTTTATTGATACTTCTCGTTTAGAGAGTCAGTATAGTCTTCTTGTAAATCCTGATCACTAGAAGTTGTTCCATGGCTTTTATCAATCCCCCCTAGTCCAGTCAACGTACCAAGAGTAATAGCCTATTTACGAGTTGGGGTCTGTTTTTGCTAAAGAAACACTGCAAAGTGCAGGATTTCATTGATCTCCTCTTCAGGTATTGTCTGGATCAGCTGATAGAGCTTTTCAGTAGCAGTCATAGATTGCAGCGCATAAGAGATCTATATTCTGAGCAATCTCGACGGATCAAGCGATTGAGCTATCGGCGGCGATGCTTGGGGGGATCGTGGCGATCGTAGAAATCGGGTGGATGGCGGCGTACCCATTTCAGAAAACGCTG<br>
+
                  <tr>
                            </td>
+
                    <th>Sequence of aNSo_1 5’ to 3’</th>
                          </tr>
+
                    <td style="overflow-wrap: break-word; max-width: 70vw;">
                        </tbody>
+
                      TTCAAAATTTGGTGCGCTGGCAGGTCTGTGAACCGGAAACCGCGATCATGCTGGCGACCCTAGCACCTCTGCGGGCCTTGGGGGTGGATTGGTCGGATCCGCGTCTTCTCTATTTGTCCCGTCCCGTCTGTCAGCTGCTGCGCTGGCACCAGTCCGACACGGGAGAACTGACTTGGCAGAGGCTCTGCGAAAACGACGAATTACCGACTCCTACGTCGATCTAGGTCAGTCGGAATATTAGAATCGTCTGCGAAGATGCCGCCCTTGCCATGACAGCCCTCGACGACAAAACTATCGTTCGTGACTATTTCAACGCCACGGGCTTCGATCGCTGGAGCCGGATCTATGGCGATGGCGAGGTCAATTTCGTCCAGAAGAACATCCGCATTGGTCACCAGCGCACCGTCGACACCGTGCTGAGTTGGCTGGAAGCCGATGGCAATCTGAGCGATCGCAGCTTTTGTGATGCCGGCTGCGGTGTCGGCAGCCTCAGCTTACCCCTAGCACAGCGGGGGGCACAGGCCGTTTATGCCAGCGACATCTCCGCCAAGATGGTGGAAGAGGCTCGCGAGCGGGCCAGTCAGATCCCCAATTTGAACAACATTCAGCTCGAAGTTTCGGACCTTGCTTCTCTGAGCGGTCGCTACGACACCGTCATCTGTTTGGATGTGTTGATTCACTATCCAGAATCCGACGCGGCGGCCATGTTGAGCCATCTTTGCAGCTTAGCTGAGCAACGGGTTTTGGTGAGCTTCGCGCCCAAATCCCCTGTCTTGAATGTGCTCAAGCGCATTGGACAGTTCTTCCCGGGGGCCAGCAAAACGACCCGCGCATATCAGCACAGTGAAACCGCGATCGCAGCAGCCTTAGCGGCGAATGGCTTCCAAGTGCAACGTCGGGCCTTCAACAAAGCACCCTTCTATTTCTCACTTCTGCTCGAAGCTGTCCGAACTGCCTAATCAATTGTTGTTCGAGAGGTATCGCAGATTGAAGACTGAACTGGCATTTGCATTAATCAGCTGCAATCACCTCTCAGATTGACTAGACACTCAAGCATACTGAAGGTTTCAAACATCAGTAACAAGCAATAATTTTGAATTTCACAGCAACCTCAGGCGGTAGCATTGCTGCAATTAAATGGCATCTTTCGCCATACCATTCTCTACAGTTTAAGGATGTATTGTTAAATCTTTTTCTTGAGTATCGTGTATCTTCTGCATGGAATCGAATTAACTGATCAGCGATGCAAGCTGCTTCTTCTAAGAAGTAATTTTCTTGGCGTTCTTTCCGTTGTTGCTGCTTGAATATGGAAGGCCGATTATGAGGTGATTTAGGCCAAGAATTAAGTTTTTCCTTCAAGTTTTCTACTTCCCTGAGATGGCAATTAATTTTTTTGTTATCTTGGGCACGAAATAATAGGACTTGAGGATTAGGACAAGCAGTAACGGTTAAATGTGACTGCCCCCCTAAAATAGAGTATCTAGAAGAACTTTTCTTCCCCTGTTCTTTCCTAGAATCGGAGCCCGAGAGAAGAGGTGAACTACGTGGAGTAGGTAAAGTTGATCGTACCGGCAAAGACATCGAGATCAACTGCAGCTTGGCGGTTTTCTGGGGTATCTGCAGCACCACCAAGGAACCATAAAACATCTGCAGAGATACTGTAGTAGTCTTGGGTTCGTTGATAGATATCTGCAGCTTCAATTTTGGCAAGTTGACATTCACCAATAATTCGATAGCCCGTCGAGAAAACGACTGCAACATCTGCAATTCGACCATTCTTTCCAGCTTCTGAAATTGGATGTTCAATTTCAATAAACGCTTCTTGGGCATCAATCATCCCCTTATAAACTTCTTGAAAGTACTTACTGATTTCCAACTTTCCTTGCAAGTGCTCTGGAGATTCCGGATGATGTTCCATTACTGTGGTGCAAGGATGAGTATGAACAAAGTGCAATGAGGTATTTTGTCTCTTTCTGGGAAACATTAATGTTTGACAGAAAGGACAAAAAAGACTTCCTTTGGGAAAATTTTTTCTGATTTCAAGGACTGACTTAAAATCTGTCGCAAGGACTATGTTACCCTGTTGATCTTTTGCTTTGAAAGGCATGATCAAATCTATTCCTTTATTGATACTTCTCGTTTAGAGAGTCAGTATAGTCTTCTTGTAAATCCTGATCACTAGAAGTTGTTCCATGGCTTTTATCAATCCCCCCTAGTCCAGTCAACGTACCAAGAGTAATAGCCTATTTACGAGTTGGGGTCTGTTTTTGCTAAAGAAACACTGCAAAGTGCAGGATTTCATTGATCTCCTCTTCAGGTATTGTCTGGATCAGCTGATAGAGCTTTTCAGTAGCAGTCATAGATTGCAGCGCATAAGAGATCTATATTCTGAGCAATCTCGACGGATCAAGCGATTGAGCTATCGGCGGCGATGCTTGGGGGGATCGTGGCGATCGTAGAAATCGGGTGGATGGCGGCGTACCCATTTCAGAAAACGCTG<br>
                      </table>
+
                    </td>
                      <br>
+
                  </tr>
                      <br>
+
                </tbody>
                    <p>  
+
              </table>
                    aNSo_2 BioBrick parts (<a href="http://parts.igem.org/Part:BBa_K3228001">BBa_K3228001</a>, <a href="http://parts.igem.org/Part:BBa_K3228003">BBa_K3228003</a>)
+
              <br>
                    </p>
+
              <br>
                    <br>
+
              <p>
                    <table class="table" style="width: 100%">
+
                aNSo_2 BioBrick parts (<a href="http://parts.igem.org/Part:BBa_K3228001">BBa_K3228001</a>, <a
                        <tbody>
+
                  href="http://parts.igem.org/Part:BBa_K3228003">BBa_K3228003</a>)
                          <tr>
+
              </p>
                            <th>Gene 1 start</th>
+
              <br>
                            <td>1744903</td>
+
              <table class="table"
                          </tr>
+
                style="width: 100%">
                          <tr>
+
                <tbody>
                            <th>Gene 1 end</th>
+
                  <tr>
                            <td>1745412</td>
+
                    <th>Gene 1 start</th>
                          </tr>
+
                    <td>1744903</td>
                          <tr>
+
                  </tr>
                            <th>Gene 2 start</th>
+
                  <tr>
                            <td>1746009</td>
+
                    <th>Gene 1 end</th>
                          </tr>
+
                    <td>1745412</td>
                          <tr>
+
                  </tr>
                            <th>Gene 2 end</th>
+
                  <tr>
                            <td>1746731</td>
+
                    <th>Gene 2 start</th>
                          </tr>
+
                    <td>1746009</td>
                          <tr>
+
                  </tr>
                            <th>Intergenic region length</th>
+
                  <tr>
                            <td>597</td>
+
                    <th>Gene 2 end</th>
                          </tr>
+
                    <td>1746731</td>
                          <tr>
+
                  </tr>
                            <th>Sequence of aNSo_2 5’ to 3’</th>
+
                  <tr>
                            <td style="overflow-wrap: break-word; max-width: 70vw;">
+
                    <th>Intergenic region length</th>
                              GTTAGTGCCTGCAGCCAAGCCCTAGAACTCCAGCCCAGCGCCGCGCGGGCTCGATATTTGCGGGCCTTGGCTTACTGGCAATTGCATCAGCCGCAAGCCGCGATCGCTGATTTACGACAAGCCTGTGATGCCTTTGCACAAGCTGGAGCAACGGTCCAACTCGATCGAGCCCGTCAGCTTCTGCAACACTGGCAGCAACAGTCCAGCCTCGTCGCCCAGGCTCCTCGCCTACAATCCAAGAACTGGCCTGGAGCTGTAACCTATGCAATGGATTTGGCGAACTGCCACGATCGCAGTCCTCTTAACGAGTTGGAGTTCTGCTGCGATCGCGCATTCCAACAATGCTGATGTCAATCAGTGTCATCACGATCGTCGCACCGGCGAATATCACTGCCACTAGGCCTGACAATAGAGTCGTTTTGATCTTTGCTGATTAGCTTCAATGATGCTTCCGACCCTGAGCACCCTGAAAACAGCGGTGCTCCTGCTTCCTTTGGCAATTCCAACGGCTGCTCTTGCCCTACCTCAAACCGCTGTTTGGCGACTGGCTGATGCTCAAAATCATCAGCACCAGAATCATCAACATCAAAGCGGGGCTGGCCATTCCCATGGCAGCTTGGCGGTGCCAACAGGCACTCCACAACCGACTGTCAATTTAGTGGTTGAACGCGACCGCAAAAGTGGTTGGAATCTCCGGCTAACTACCACTAACTTCCAGTTTGCCCCCGAGGAACTTGACAAAACAAATCGAGTTGATTCCGGGCATGCCCATTTGTTCCTTAATGGGAAAAAGATTGCGAGACTTTACGGACCTTGGTATCACTTGGCTTCGCTCCCAGCCGGGAAGCAGACTCTCATGGTGGAATTGACCAGCAATCAACACAATGTAATTACGGTTAATGGTCAACCTGTCATTGCCAAAGTGACTGTAGACGTTCCAGCGATGAAGTAATTTTCATACTGAGCTACTACGGTAGCCTCTGCCTCTCTTCCAGCAAATGGGGAGAGGCCTTGACAACTAACAGTGTTCAATCGACAGATTTTCAGACCTTGAACGATCGGATCGTAATCCTACCTGAGCGATCGTAAAATCTGTCACGGCAAAGGATATAAATACACTTGAGTTAAAGGTTTAATTCTCAGTCGCTACAGTTGTTTTTTGATTGACTGAATGAAGGTCAAGGAATCAGTTTTAGCGATAGCTTTTCAGTATTAATAATAGTAACCTTCATGCATCGGCCGTAGCTGAAAATGCAAAATAATACTTTGACTATCGTAGGCCAATATCGAGTGACTTATTGCCTGCTCTTAGTCAATGGAATAAATAAAATGCCCATCAAGCTGTCAGTGCTGGCTCGAAGCGATCTGAATCTTGTCCTAGTAGGCTAGCAAGATAATCTCGATGAGAAAAGCGATCGCCCTTAAACCAGATTTTTTGACTTTCTTGATCAATCTATTGTCCAAAAAGACCTAGGTGCGATAATTATAAAAACTATAATTCACTCTAGGGATAGAAGCTTGGCTTTGCACTCTCGTCGTTGGCTATTGATGGTGCTCACAAGCTGCTTCGCGACTAGCCTGTTCGCTAGACCTGCAATCGCTGCTGATGGCTGGTGGATCGATCAGTATGCGGTCATTCTCTTTACTGCCACGGGACGGCTCGATGCAGAACTGAAAGAAATGCGCATCGAAGGAGCCGATACGCTGCTCGTCCATGCGGATAGCCTGCCCCCACTGCTGCTACGTTGGGTTGCTTGGCGTGCCTCTCTACAGAATATGAAGTCAGTCGCCTGGGTTCAGCGTCCCACTCTCCAGCGACTCAAACATGCTAGCTCTCTCAATGGCTATGCTGCGTTGCAAGTGGATGATCACTTTTTTGCTGATCCCATTGTGAGCTTCAGTCAGCTGCGCCAAATGATTGGCAAGAAGCAGCTTTGGTGCTCTTTTCAACCGAATCAATTTTCGGAGTTTCTAGCGCGGAATTGTGATCATGTGGATGTACAAATCTACCGAATGAGTTGCCCTGCCACAATCGATTTAGCCGATAGATTGGGGTTGCTAGGTCGTCCTCAATCTGCGATCGCGGTCTATCATGATGGCACCTCTCAAGCCGATCGCGATCTCCAATGCTTCCGTCAAGCAGGTCGCGATGTTCGTAATTCAATCTTTGTTTTCAAATGGAAGAATCCAGGATCTGTCTTGTCGCGATTTTTGAAGCATCCATTAGTAGCACGACTGGAACGGATATATATTCAGCTATTTAAGGACTAGCGCTGAACTATAATCGAGCGATCAAATTTTATTGTCATCACTAAATTCTTGTGCAATTTCCCTCAAAAATTGGTTGATTTGTTGAGGCGATCGCAAATGGTAGACTTTGCGGTTTGTTCGAGCTGTCTCAATATACTCTCGATATTGAGGTGTTAATCGCTGGTGGCAAAGCCAAAGAACGCGGTAGCTACTCATTGAGCTTTTAAATAAAGGACTGTCCTCAGGCCAGC<br>
+
                    <td>597</td>
                            </td>
+
                  </tr>
                          </tr>
+
                  <tr>
                        </tbody>
+
                    <th>Sequence of aNSo_2 5’ to 3’</th>
                      </table>
+
                    <td style="overflow-wrap: break-word; max-width: 70vw;">
                      <p>
+
                      GTTAGTGCCTGCAGCCAAGCCCTAGAACTCCAGCCCAGCGCCGCGCGGGCTCGATATTTGCGGGCCTTGGCTTACTGGCAATTGCATCAGCCGCAAGCCGCGATCGCTGATTTACGACAAGCCTGTGATGCCTTTGCACAAGCTGGAGCAACGGTCCAACTCGATCGAGCCCGTCAGCTTCTGCAACACTGGCAGCAACAGTCCAGCCTCGTCGCCCAGGCTCCTCGCCTACAATCCAAGAACTGGCCTGGAGCTGTAACCTATGCAATGGATTTGGCGAACTGCCACGATCGCAGTCCTCTTAACGAGTTGGAGTTCTGCTGCGATCGCGCATTCCAACAATGCTGATGTCAATCAGTGTCATCACGATCGTCGCACCGGCGAATATCACTGCCACTAGGCCTGACAATAGAGTCGTTTTGATCTTTGCTGATTAGCTTCAATGATGCTTCCGACCCTGAGCACCCTGAAAACAGCGGTGCTCCTGCTTCCTTTGGCAATTCCAACGGCTGCTCTTGCCCTACCTCAAACCGCTGTTTGGCGACTGGCTGATGCTCAAAATCATCAGCACCAGAATCATCAACATCAAAGCGGGGCTGGCCATTCCCATGGCAGCTTGGCGGTGCCAACAGGCACTCCACAACCGACTGTCAATTTAGTGGTTGAACGCGACCGCAAAAGTGGTTGGAATCTCCGGCTAACTACCACTAACTTCCAGTTTGCCCCCGAGGAACTTGACAAAACAAATCGAGTTGATTCCGGGCATGCCCATTTGTTCCTTAATGGGAAAAAGATTGCGAGACTTTACGGACCTTGGTATCACTTGGCTTCGCTCCCAGCCGGGAAGCAGACTCTCATGGTGGAATTGACCAGCAATCAACACAATGTAATTACGGTTAATGGTCAACCTGTCATTGCCAAAGTGACTGTAGACGTTCCAGCGATGAAGTAATTTTCATACTGAGCTACTACGGTAGCCTCTGCCTCTCTTCCAGCAAATGGGGAGAGGCCTTGACAACTAACAGTGTTCAATCGACAGATTTTCAGACCTTGAACGATCGGATCGTAATCCTACCTGAGCGATCGTAAAATCTGTCACGGCAAAGGATATAAATACACTTGAGTTAAAGGTTTAATTCTCAGTCGCTACAGTTGTTTTTTGATTGACTGAATGAAGGTCAAGGAATCAGTTTTAGCGATAGCTTTTCAGTATTAATAATAGTAACCTTCATGCATCGGCCGTAGCTGAAAATGCAAAATAATACTTTGACTATCGTAGGCCAATATCGAGTGACTTATTGCCTGCTCTTAGTCAATGGAATAAATAAAATGCCCATCAAGCTGTCAGTGCTGGCTCGAAGCGATCTGAATCTTGTCCTAGTAGGCTAGCAAGATAATCTCGATGAGAAAAGCGATCGCCCTTAAACCAGATTTTTTGACTTTCTTGATCAATCTATTGTCCAAAAAGACCTAGGTGCGATAATTATAAAAACTATAATTCACTCTAGGGATAGAAGCTTGGCTTTGCACTCTCGTCGTTGGCTATTGATGGTGCTCACAAGCTGCTTCGCGACTAGCCTGTTCGCTAGACCTGCAATCGCTGCTGATGGCTGGTGGATCGATCAGTATGCGGTCATTCTCTTTACTGCCACGGGACGGCTCGATGCAGAACTGAAAGAAATGCGCATCGAAGGAGCCGATACGCTGCTCGTCCATGCGGATAGCCTGCCCCCACTGCTGCTACGTTGGGTTGCTTGGCGTGCCTCTCTACAGAATATGAAGTCAGTCGCCTGGGTTCAGCGTCCCACTCTCCAGCGACTCAAACATGCTAGCTCTCTCAATGGCTATGCTGCGTTGCAAGTGGATGATCACTTTTTTGCTGATCCCATTGTGAGCTTCAGTCAGCTGCGCCAAATGATTGGCAAGAAGCAGCTTTGGTGCTCTTTTCAACCGAATCAATTTTCGGAGTTTCTAGCGCGGAATTGTGATCATGTGGATGTACAAATCTACCGAATGAGTTGCCCTGCCACAATCGATTTAGCCGATAGATTGGGGTTGCTAGGTCGTCCTCAATCTGCGATCGCGGTCTATCATGATGGCACCTCTCAAGCCGATCGCGATCTCCAATGCTTCCGTCAAGCAGGTCGCGATGTTCGTAATTCAATCTTTGTTTTCAAATGGAAGAATCCAGGATCTGTCTTGTCGCGATTTTTGAAGCATCCATTAGTAGCACGACTGGAACGGATATATATTCAGCTATTTAAGGACTAGCGCTGAACTATAATCGAGCGATCAAATTTTATTGTCATCACTAAATTCTTGTGCAATTTCCCTCAAAAATTGGTTGATTTGTTGAGGCGATCGCAAATGGTAGACTTTGCGGTTTGTTCGAGCTGTCTCAATATACTCTCGATATTGAGGTGTTAATCGCTGGTGGCAAAGCCAAAGAACGCGGTAGCTACTCATTGAGCTTTTAAATAAAGGACTGTCCTCAGGCCAGC<br>
                    </p>  
+
                    </td>
 +
                  </tr>
 +
                </tbody>
 +
              </table>
 +
              <p>
 +
              </p>
 
             </section>
 
             </section>
 
           </div>
 
           </div>
Line 1,071: Line 1,402:
 
           <hr>
 
           <hr>
 
         </div>
 
         </div>
         <div class="sub-content" style="justify-content: center;">
+
         <div class="sub-content"
           <img src="https://static.igem.org/mediawiki/2019/f/f9/T--Marburg--terminator_abstract_pic.jpg" style="max-height: 100%;">
+
          style="justify-content: center;">
 +
           <img src="https://static.igem.org/mediawiki/2019/f/f9/T--Marburg--terminator_abstract_pic.jpg"
 +
            style="max-height: 100%;">
 
         </div>
 
         </div>
 
       </div>
 
       </div>
Line 1,080: Line 1,413:
 
           <div class="popup-header">
 
           <div class="popup-header">
 
             <h1 class="title">
 
             <h1 class="title">
               <!--Title inside popup-->
+
               Terminator Model
 
             </h1>
 
             </h1>
 
             <button type="button"
 
             <button type="button"
Line 1,088: Line 1,421:
 
             style="text-align: justify;">
 
             style="text-align: justify;">
 
             <section class="section">
 
             <section class="section">
               <!--Content of popup-->
+
               <p>
              <h1 class="title">Terminator Model </h1>
+
                Talking to numerous experts in the field of phototrophic research necessitated
 
+
                the need for strong transcriptional termination for large genetic engineering projects.
<p>
+
                <br>
  Talking to numerous experts in the field of phototrophic research necessitated  
+
                In bacteria, two processes are responsible for proper transcript termination: intrinsic Rho-independent
the need for strong transcriptional termination for large genetic engineering projects.
+
                terminators, generally low energy RNA hairpins; and Rho-dependent terminators, which rely on the binding
<br>
+
                of the Rho protein.
In bacteria, two processes are responsible for proper transcript termination: intrinsic Rho-independent terminators, generally low energy RNA hairpins; and Rho-dependent terminators, which rely on the binding of the Rho protein.
+
                The majority of bacteria have a homolog of the E. coli Rho protein, with a few exceptions such as our
The majority of bacteria have a homolog of the E. coli Rho protein, with a few exceptions such as our organism S. elongatus <a href="https://doi.org/10.1371/journal.pcbi.0010025">[<i>de Hoon et al.,</i> 2005]</a>.
+
                organism S. elongatus <a href="https://doi.org/10.1371/journal.pcbi.0010025">[<i>de Hoon et al.,</i>
 +
                  2005]</a>.
  
<br>
+
                <br>
We therefore first of all concentrated on the investigation of the natural intrinsic terminators of our strain UTEX 2973. To do this, we had to take a closer look at how these intrinsic terminators function. Rho-independent terminators typically consist of short, 7-20 base pairs long, mostly GC-rich hairpins. The loop structure is followed by a chain of uracil residues. A protein bound to the RNA polymerase then binds to the stem-loop tightly enough to cause the polymerase to temporarily stall. The pausing of the polymerase coincides with the transcription of the poly-uracil region. The weak Adenine-Uracil bonds then lower the energy of destabilization for the RNA-DNA duplex, allowing it to unwind and dissociate from the RNA polymerase [<i>Krebs et al.,</i> 2014].  
+
                We therefore first of all concentrated on the investigation of the natural intrinsic terminators of our
<br>
+
                strain UTEX 2973. To do this, we had to take a closer look at how these intrinsic terminators function.
It’s important to note that, especially in our organism S. elongatus, not all terminators cause complete termination. In some cases, these terminators are found in between ORFs inside the same operon and might be involved in creating complex transcription structures. From here on, however, our analysis will be mainly focused on the standard case.
+
                Rho-independent terminators typically consist of short, 7-20 base pairs long, mostly GC-rich hairpins.
<br>
+
                The loop structure is followed by a chain of uracil residues. A protein bound to the RNA polymerase then
Our first stage objective was to find promising natural terminators. In order to achieve this goal we applied several state-of-the-art bioinformatics tools to obtain a comprehensive overview of as many candidates as possible. The software we used were:
+
                binds to the stem-loop tightly enough to cause the polymerase to temporarily stall. The pausing of the
</p>
+
                polymerase coincides with the transcription of the poly-uracil region. The weak Adenine-Uracil bonds
<ol>
+
                then lower the energy of destabilization for the RNA-DNA duplex, allowing it to unwind and dissociate
  <li>ARNold, which in itselfs consist of two complementary programs: Erpin (<i>Gautheret et al.,</i> 2001); RNAmotif (<i>Macke et al.,</i> 2001).</li>
+
                from the RNA polymerase [<i>Krebs et al.,</i> 2014].
  <li>TransTermHP (<i>Kingsford et al.,</i> 2007)</li>
+
                <br>
  <li>FindTerm (<i>Solovyev et al.,</i> 2011)</li>
+
                It’s important to note that, especially in our organism S. elongatus, not all terminators cause complete
</ol>
+
                termination. In some cases, these terminators are found in between ORFs inside the same operon and might
<p>
+
                be involved in creating complex transcription structures. From here on, however, our analysis will be
 +
                mainly focused on the standard case.
 +
                <br>
 +
                Our first stage objective was to find promising natural terminators. In order to achieve this goal we
 +
                applied several state-of-the-art bioinformatics tools to obtain a comprehensive overview of as many
 +
                candidates as possible. The software we used were:
 +
              </p>
 +
              <ol>
 +
                <li>ARNold, which in itselfs consist of two complementary programs: Erpin (<i>Gautheret et al.,</i>
 +
                  2001); RNAmotif (<i>Macke et al.,</i> 2001).</li>
 +
                <li>TransTermHP (<i>Kingsford et al.,</i> 2007)</li>
 +
                <li>FindTerm (<i>Solovyev et al.,</i> 2011)</li>
 +
              </ol>
 +
              <p>
  
Due to its design the resulting list of 2113 sequences contained many false positive and duplicate terminator candidates.  
+
                Due to its design the resulting list of 2113 sequences contained many false positive and duplicate
<br>
+
                terminator candidates.
In order to analyze the data we split it into two and ordered the sequences according to its strand. The next step was to clear the list of possible duplicates. This was done by analyzing the intersection of the respective bp positions. If both the intersection and the symmetric difference of two seperate terminator candidates were non empty we expanded its definition by the difference. To redefine the selection we later on analyzed the secondary RNA structure via kinetic modeling.
+
                <br>
<br>
+
                In order to analyze the data we split it into two and ordered the sequences according to its strand. The
In order to filter out the misrecognized terminators from our list, we decided to use the much more detailed transcriptomics data of both UTEX 2973 and its closely related strain PCC 7942.
+
                next step was to clear the list of possible duplicates. This was done by analyzing the intersection of
Our approach was divided into two parts:
+
                the respective bp positions. If both the intersection and the symmetric difference of two seperate
</p>
+
                terminator candidates were non empty we expanded its definition by the difference. To redefine the
<ol>
+
                selection we later on analyzed the secondary RNA structure via kinetic modeling.
  <li>Identify if the sequence is contained inside an open reading frame.</li>
+
                <br>
  <li>Determine the approximate in vivo termination efficiency of each candidate.</li>
+
                In order to filter out the misrecognized terminators from our list, we decided to use the much more
</ol>
+
                detailed transcriptomics data of both UTEX 2973 and its closely related strain PCC 7942.
<p>
+
                Our approach was divided into two parts:
For the first part of this approach we’ve taken into account the Joint Genome Institute (JGI) predictions and transcriptionally identified ORFs. To make sure that we don’t consider wrong candidates we decided to remove any sequence whose intersection with an ORF exceeds a threshold of 15%.
+
              </p>
<br>
+
              <ol>
For the in vivo efficiency approximation of the sequences we calculated the relative decline in average base counts in 25-base windows before and after the terminator candidates (Creecy et al., 2015). Sequences which had an approximated efficiency below a high threshold of 80% were ignored for further consideration.
+
                <li>Identify if the sequence is contained inside an open reading frame.</li>
</p>
+
                <li>Determine the approximate in vivo termination efficiency of each candidate.</li>
 +
              </ol>
 +
              <p>
 +
                For the first part of this approach we’ve taken into account the Joint Genome Institute (JGI)
 +
                predictions and transcriptionally identified ORFs. To make sure that we don’t consider wrong candidates
 +
                we decided to remove any sequence whose intersection with an ORF exceeds a threshold of 15%.
 +
                <br>
 +
                For the in vivo efficiency approximation of the sequences we calculated the relative decline in average
 +
                base counts in 25-base windows before and after the terminator candidates (Creecy et al., 2015).
 +
                Sequences which had an approximated efficiency below a high threshold of 80% were ignored for further
 +
                consideration.
 +
              </p>
  
<figure>
+
              <figure>
  <img style="height: 400px;" src="https://static.igem.org/mediawiki/2019/3/35/T--Marburg--m_terminator_bpcount.jpg" alt="Placeholder image">
+
                <img style="height: 400px;"
  <figcaption>
+
                  src="https://static.igem.org/mediawiki/2019/3/35/T--Marburg--m_terminator_bpcount.jpg"
    Exemplary efficiency analysis of a predicted terminator on the sense strand. The x-axis is the nucleotide position on the genome, y axis the counts for the associated base. The predicted terminator is displayed in read, the 25 bases before and after the terminator sequence are colored blue.
+
                  alt="Placeholder image">
  </figcaption>
+
                <figcaption>
</figure>
+
                  Exemplary efficiency analysis of a predicted terminator on the sense strand. The x-axis is the
 +
                  nucleotide position on the genome, y axis the counts for the associated base. The predicted terminator
 +
                  is displayed in read, the 25 bases before and after the terminator sequence are colored blue.
 +
                </figcaption>
 +
              </figure>
  
<p>
+
              <p>
After the careful separation of the unsuitable candidates we were left with the most promising terminators. To further analyze the functions of these terminators a kinetic approach was indispensable.  
+
                After the careful separation of the unsuitable candidates we were left with the most promising
<br>
+
                terminators. To further analyze the functions of these terminators a kinetic approach was indispensable.
The RNA secondary structures were predicted using KineFold. To choose the most likely formation we performed multiple independent runs using different random seeds and chose the most frequent structure.
+
                <br>
</p>
+
                The RNA secondary structures were predicted using KineFold. To choose the most likely formation we
 +
                performed multiple independent runs using different random seeds and chose the most frequent structure.
 +
              </p>
  
<figure>
+
              <figure>
  <img style="height: 400px;" src="https://static.igem.org/mediawiki/2019/0/0f/T--Marburg--m_terminator_folding.jpg" alt="Placeholder image">
+
                <img style="height: 400px;"
  <figcaption>
+
                  src="https://static.igem.org/mediawiki/2019/0/0f/T--Marburg--m_terminator_folding.jpg"
    Example of a secondary structure prediction using MFOLD. We can clearly see that a poly(U) region is part of the hairpin. Additionally we can see the high GC content of the base, a typically small stem loop and the poly(A) region on the 5’ end.
+
                  alt="Placeholder image">
  </figcaption>
+
                <figcaption>
</figure>
+
                  Example of a secondary structure prediction using MFOLD. We can clearly see that a poly(U) region is
 +
                  part of the hairpin. Additionally we can see the high GC content of the base, a typically small stem
 +
                  loop and the poly(A) region on the 5’ end.
 +
                </figcaption>
 +
              </figure>
  
  
Based upon these results we were tasked with the correct identification of the U-tract, hairpin and the A-tract regions. The predicted secondary structures were often hairpins that extended beyond the terminator hairpin. The reason for this was the formation of base pairs between the upstream poly(A) sequences and the U-tract. For the precise identification of these regions it was important that the poly(U) region was part of the U-tract and not the hairpin. To correctly distinguish these two several steps had to be taken. Given a stem loop structure, we screened for possible U-tracts in the region between the sixth nucleotide in the 3’-arm of the stem loop and the eighth nucleotide after the stem by evaluating every 8 base pairs.
+
              Based upon these results we were tasked with the correct identification of the U-tract, hairpin and the
<br>
+
              A-tract regions. The predicted secondary structures were often hairpins that extended beyond the
For this we have calculated the Gibbs free energy of all possible U-tracts with the formula
+
              terminator hairpin. The reason for this was the formation of base pairs between the upstream poly(A)
<br>
+
              sequences and the U-tract. For the precise identification of these regions it was important that the
 +
              poly(U) region was part of the U-tract and not the hairpin. To correctly distinguish these two several
 +
              steps had to be taken. Given a stem loop structure, we screened for possible U-tracts in the region
 +
              between the sixth nucleotide in the 3’-arm of the stem loop and the eighth nucleotide after the stem by
 +
              evaluating every 8 base pairs.
 +
              <br>
 +
              For this we have calculated the Gibbs free energy of all possible U-tracts with the formula
 +
              <br>
  
<figure>
+
              <figure>
  <img style="height: 100px;" src="https://static.igem.org/mediawiki/2019/0/0b/T--Marburg--m_terminator_energy_gu.jpg" alt="Placeholder image">
+
                <img style="height: 100px;"
</figure>
+
                  src="https://static.igem.org/mediawiki/2019/0/0b/T--Marburg--m_terminator_energy_gu.jpg"
 +
                  alt="Placeholder image">
 +
              </figure>
  
<p>
+
              <p>
Where N_U = 8 is the length of the U-tract, Delta G_RNA:DNA is the free-energy contribution of the RNA:DNA hybridization from the two nucleotides pairs at position i and i+1.
+
                Where N_U = 8 is the length of the U-tract, Delta G_RNA:DNA is the free-energy contribution of the
 +
                RNA:DNA hybridization from the two nucleotides pairs at position i and i+1.
  
The hybridization were calculated using the nearest-neighbor thermodynamic parameters at the respective position (Sugimoto et al., 1996).  
+
                The hybridization were calculated using the nearest-neighbor thermodynamic parameters at the respective
The 8bp sequence with the highest Delta G_U value was then selected as the U-tract.
+
                position (Sugimoto et al., 1996).
 +
                The 8bp sequence with the highest Delta G_U value was then selected as the U-tract.
  
With the proper identification of the U-tract it was now possible for us to precisely define each region.
+
                With the proper identification of the U-tract it was now possible for us to precisely define each
<br>
+
                region.
 +
                <br>
  
<table class="table table-bordered table-hover table-condensed">
+
                <table class="table table-bordered table-hover table-condensed">
<thead><tr><th title="Field #1">ID</th>
+
                  <thead>
<th title="Field #2">Strand</th>
+
                    <tr>
<th title="Field #3">Starting Site</th>
+
                      <th title="Field #1">ID</th>
<th title="Field #4">End Site</th>
+
                      <th title="Field #2">Strand</th>
<th title="Field #5">Length</th>
+
                      <th title="Field #3">Starting Site</th>
<th title="Field #6">bp counts before</th>
+
                      <th title="Field #4">End Site</th>
<th title="Field #7">bp counts after</th>
+
                      <th title="Field #5">Length</th>
<th title="Field #8">read trough</th>
+
                      <th title="Field #6">bp counts before</th>
<th title="Field #9">A-tract</th>
+
                      <th title="Field #7">bp counts after</th>
<th title="Field #10">Hairpin</th>
+
                      <th title="Field #8">read trough</th>
<th title="Field #11">Loop</th>
+
                      <th title="Field #9">A-tract</th>
<th title="Field #12">U-Tract</th>
+
                      <th title="Field #10">Hairpin</th>
<th title="Field #13">Structure</th>
+
                      <th title="Field #11">Loop</th>
</tr></thead>
+
                      <th title="Field #12">U-Tract</th>
<tbody><tr>
+
                      <th title="Field #13">Structure</th>
<td align="right">1036</td>
+
                    </tr>
<td>+</td>
+
                  </thead>
<td align="right">166606</td>
+
                  <tbody>
<td align="right">166645</td>
+
                    <tr>
<td align="right">39</td>
+
                      <td align="right">1036</td>
<td align="right">2182747.4</td>
+
                      <td>+</td>
<td align="right">2.76</td>
+
                      <td align="right">166606</td>
<td align="right">1.26E-06</td>
+
                      <td align="right">166645</td>
<td>CAACUAAAGA</td>
+
                      <td align="right">39</td>
<td>GAGUCGCUCAGAGAGCGGCUC</td>
+
                      <td align="right">2182747.4</td>
<td>AGA</td>
+
                      <td align="right">2.76</td>
<td>UUUUUUGUUG</td>
+
                      <td align="right">1.26E-06</td>
<td>(((((((((...)))))))))</td>
+
                      <td>CAACUAAAGA</td>
</tr>
+
                      <td>GAGUCGCUCAGAGAGCGGCUC</td>
<tr>
+
                      <td>AGA</td>
<td align="right">1000</td>
+
                      <td>UUUUUUGUUG</td>
<td>+</td>
+
                      <td>(((((((((...)))))))))</td>
<td align="right">2622887</td>
+
                    </tr>
<td align="right">2622925</td>
+
                    <tr>
<td align="right">38</td>
+
                      <td align="right">1000</td>
<td align="right">295441.36</td>
+
                      <td>+</td>
<td align="right">0.76</td>
+
                      <td align="right">2622887</td>
<td align="right">2.57E-06</td>
+
                      <td align="right">2622925</td>
<td>UAAACAACCU</td>
+
                      <td align="right">38</td>
<td>CUUCAGUCACAGGACUGAGG</td>
+
                      <td align="right">295441.36</td>
<td>ACAG</td>
+
                      <td align="right">0.76</td>
<td>GUUUUGUUUU</td>
+
                      <td align="right">2.57E-06</td>
<td>((((((((....))))))))</td>
+
                      <td>UAAACAACCU</td>
</tr>
+
                      <td>CUUCAGUCACAGGACUGAGG</td>
<tr>
+
                      <td>ACAG</td>
<td align="right">904</td>
+
                      <td>GUUUUGUUUU</td>
<td>-</td>
+
                      <td>((((((((....))))))))</td>
<td align="right">2379456</td>
+
                    </tr>
<td align="right">2379414</td>
+
                    <tr>
<td align="right">42</td>
+
                      <td align="right">904</td>
<td align="right">585709.4</td>
+
                      <td>-</td>
<td align="right">3.08</td>
+
                      <td align="right">2379456</td>
<td align="right">5.26E-06</td>
+
                      <td align="right">2379414</td>
<td>AGCAAAAAGC</td>
+
                      <td align="right">42</td>
<td>CUGUCUAAGCAUUGUCUUGGACAG</td>
+
                      <td align="right">585709.4</td>
<td>CAUUGU</td>
+
                      <td align="right">3.08</td>
<td>GCUUUUUGCU</td>
+
                      <td align="right">5.26E-06</td>
<td>(((((((((......)))))))))</td>
+
                      <td>AGCAAAAAGC</td>
</tr>
+
                      <td>CUGUCUAAGCAUUGUCUUGGACAG</td>
<tr>
+
                      <td>CAUUGU</td>
<td align="right">743</td>
+
                      <td>GCUUUUUGCU</td>
<td>-</td>
+
                      <td>(((((((((......)))))))))</td>
<td align="right">1899716</td>
+
                    </tr>
<td align="right">1899683</td>
+
                    <tr>
<td align="right">33</td>
+
                      <td align="right">743</td>
<td align="right">23739.36</td>
+
                      <td>-</td>
<td align="right">0.16</td>
+
                      <td align="right">1899716</td>
<td align="right">6.74E-06</td>
+
                      <td align="right">1899683</td>
<td>UAAAAAACGC</td>
+
                      <td align="right">33</td>
<td>CCGGGCAACGCUCGG</td>
+
                      <td align="right">23739.36</td>
<td>AAC</td>
+
                      <td align="right">0.16</td>
<td>GCGUUUUUUA</td>
+
                      <td align="right">6.74E-06</td>
<td>((((((...))))))</td>
+
                      <td>UAAAAAACGC</td>
</tr>
+
                      <td>CCGGGCAACGCUCGG</td>
<tr>
+
                      <td>AAC</td>
<td align="right">279</td>
+
                      <td>GCGUUUUUUA</td>
<td>-</td>
+
                      <td>((((((...))))))</td>
<td align="right">709603</td>
+
                    </tr>
<td align="right">709570</td>
+
                    <tr>
<td align="right">33</td>
+
                      <td align="right">279</td>
<td align="right">437192.08</td>
+
                      <td>-</td>
<td align="right">12.24</td>
+
                      <td align="right">709603</td>
<td align="right">2.80E-05</td>
+
                      <td align="right">709570</td>
<td>CGAACCCCUA</td>
+
                      <td align="right">33</td>
<td>GUCAUCAAUGGUGAU</td>
+
                      <td align="right">437192.08</td>
<td>CAAUG</td>
+
                      <td align="right">12.24</td>
<td>AGGGGUUCGU</td>
+
                      <td align="right">2.80E-05</td>
<td>((((((...))))))</td>
+
                      <td>CGAACCCCUA</td>
</tr>
+
                      <td>GUCAUCAAUGGUGAU</td>
<tr>
+
                      <td>CAAUG</td>
<td align="right">1193</td>
+
                      <td>AGGGGUUCGU</td>
<td>-</td>
+
                      <td>((((((...))))))</td>
<td align="right">1170678</td>
+
                    </tr>
<td align="right">1170642</td>
+
                    <tr>
<td align="right">36</td>
+
                      <td align="right">1193</td>
<td align="right">69043.84</td>
+
                      <td>-</td>
<td align="right">7.96</td>
+
                      <td align="right">1170678</td>
<td align="right">0.000115289</td>
+
                      <td align="right">1170642</td>
<td>UAUCAGGAUG</td>
+
                      <td align="right">36</td>
<td>UGACUGAGAACUCAAUCA</td>
+
                      <td align="right">69043.84</td>
<td>GAAC</td>
+
                      <td align="right">7.96</td>
<td>UCCUGAUCGU</td>
+
                      <td align="right">0.000115289</td>
<td>(((.(((....))).)))</td>
+
                      <td>UAUCAGGAUG</td>
</tr>
+
                      <td>UGACUGAGAACUCAAUCA</td>
<tr>
+
                      <td>GAAC</td>
<td align="right">349</td>
+
                      <td>UCCUGAUCGU</td>
<td>+</td>
+
                      <td>(((.(((....))).)))</td>
<td align="right">908409</td>
+
                    </tr>
<td align="right">908444</td>
+
                    <tr>
<td align="right">35</td>
+
                      <td align="right">349</td>
<td align="right">73266.04</td>
+
                      <td>+</td>
<td align="right">10.08</td>
+
                      <td align="right">908409</td>
<td align="right">0.000137581</td>
+
                      <td align="right">908444</td>
<td>CAAACCCAGU</td>
+
                      <td align="right">35</td>
<td>GUCUUCUUGUUGGAGGC</td>
+
                      <td align="right">73266.04</td>
<td>UUGUU</td>
+
                      <td align="right">10.08</td>
<td>UGGGUUUUUG</td>
+
                      <td align="right">0.000137581</td>
<td>((((((.....))))))</td>
+
                      <td>CAAACCCAGU</td>
</tr>
+
                      <td>GUCUUCUUGUUGGAGGC</td>
<tr>
+
                      <td>UUGUU</td>
<td align="right">498</td>
+
                      <td>UGGGUUUUUG</td>
<td>+</td>
+
                      <td>((((((.....))))))</td>
<td align="right">1270707</td>
+
                    </tr>
<td align="right">1270744</td>
+
                    <tr>
<td align="right">37</td>
+
                      <td align="right">498</td>
<td align="right">134.76</td>
+
                      <td>+</td>
<td align="right">0.04</td>
+
                      <td align="right">1270707</td>
<td align="right">0.000296824</td>
+
                      <td align="right">1270744</td>
<td>GGCAUUUGGG</td>
+
                      <td align="right">37</td>
<td>GGGCGGCGGUGGGUCGCCC</td>
+
                      <td align="right">134.76</td>
<td>GGUGG</td>
+
                      <td align="right">0.04</td>
<td>UUUUUUUCUG</td>
+
                      <td align="right">0.000296824</td>
<td>(((((((.....)))))))</td>
+
                      <td>GGCAUUUGGG</td>
</tr>
+
                      <td>GGGCGGCGGUGGGUCGCCC</td>
<tr>
+
                      <td>GGUGG</td>
<td align="right">586</td>
+
                      <td>UUUUUUUCUG</td>
<td>+</td>
+
                      <td>(((((((.....)))))))</td>
<td align="right">1518890</td>
+
                    </tr>
<td align="right">1518927</td>
+
                    <tr>
<td align="right">37</td>
+
                      <td align="right">586</td>
<td align="right">683.16</td>
+
                      <td>+</td>
<td align="right">0.4</td>
+
                      <td align="right">1518890</td>
<td align="right">0.000585514</td>
+
                      <td align="right">1518927</td>
<td>CCACAUUAGC</td>
+
                      <td align="right">37</td>
<td>GCUCUCGCCUGUCGAGAGC</td>
+
                      <td align="right">683.16</td>
<td>CCUGU</td>
+
                      <td align="right">0.4</td>
<td>UUUUUUAUGC</td>
+
                      <td align="right">0.000585514</td>
<td>(((((((.....)))))))</td>
+
                      <td>CCACAUUAGC</td>
</tr>
+
                      <td>GCUCUCGCCUGUCGAGAGC</td>
<tr>
+
                      <td>CCUGU</td>
<td align="right">909</td>
+
                      <td>UUUUUUAUGC</td>
<td>+</td>
+
                      <td>(((((((.....)))))))</td>
<td align="right">2385885</td>
+
                    </tr>
<td align="right">2385928</td>
+
                    <tr>
<td align="right">43</td>
+
                      <td align="right">909</td>
<td align="right">731.4</td>
+
                      <td>+</td>
<td align="right">0.56</td>
+
                      <td align="right">2385885</td>
<td align="right">0.000765655</td>
+
                      <td align="right">2385928</td>
<td>GUCUAAAACC</td>
+
                      <td align="right">43</td>
<td>CCGCUGGUUCCCAGAGAGCUAGCGG</td>
+
                      <td align="right">731.4</td>
<td>CCAGA</td>
+
                      <td align="right">0.56</td>
<td>UUUUCCUUAU</td>
+
                      <td align="right">0.000765655</td>
<td>((((((((((.....))))))))))</td>
+
                      <td>GUCUAAAACC</td>
</tr>
+
                      <td>CCGCUGGUUCCCAGAGAGCUAGCGG</td>
</tbody></table>
+
                      <td>CCAGA</td>
 +
                      <td>UUUUCCUUAU</td>
 +
                      <td>((((((((((.....))))))))))</td>
 +
                    </tr>
 +
                  </tbody>
 +
                </table>
  
<br>
+
                <br>
We now wanted to use these records to analyze the impact of mutations in different terminator regions. In order to experimentally test this, we established a workflow that allows us to screen a huge combinatorial library of terminators.  
+
                We now wanted to use these records to analyze the impact of mutations in different terminator regions.
 +
                In order to experimentally test this, we established a workflow that allows us to screen a huge
 +
                combinatorial library of terminators.
  
For this we have selected 3 of the strongest terminators which have mutually distinct features such as different hairpin and loop length.  
+
                For this we have selected 3 of the strongest terminators which have mutually distinct features such as
Based on research experience we have decided to include mutations in the respective U and A-tracts. The synthetic library was ordered as degenerate oligos.  
+
                different hairpin and loop length.
 +
                Based on research experience we have decided to include mutations in the respective U and A-tracts. The
 +
                synthetic library was ordered as degenerate oligos.
  
To test the terminator efficiency in vivo we build a GoldenGate Lvl2 constructs with a terminator spaceholder surrounded by 2 fluorescent proteins.
+
                To test the terminator efficiency in vivo we build a GoldenGate Lvl2 constructs with a terminator
 +
                spaceholder surrounded by 2 fluorescent proteins.
  
<br>
+
                <br>
Because of the different emitting spectra of these fluorescent proteins we will be able to measure both independently which allows for indirect measurement of terminator strength.
+
                Because of the different emitting spectra of these fluorescent proteins we will be able to measure both
For this we calculate the ratio between induced mTurquoise and induced YFP normalized by control (plasmid with no terminator inserted).  
+
                independently which allows for indirect measurement of terminator strength.
 +
                For this we calculate the ratio between induced mTurquoise and induced YFP normalized by control
 +
                (plasmid with no terminator inserted).
  
With the help of FACS we will be able to systematically separate the different terminators and analyze the impact of different mutations.  
+
                With the help of FACS we will be able to systematically separate the different terminators and analyze
 +
                the impact of different mutations.
  
We hope that this approach will inspire other teams to build and screen large libraries of synthetic parts so that the scientific community can gain a deeper insight into the inner workings of elementary molecular building blocks.
+
                We hope that this approach will inspire other teams to build and screen large libraries of synthetic
 +
                parts so that the scientific community can gain a deeper insight into the inner workings of elementary
 +
                molecular building blocks.
  
<figure>
+
                <figure>
  <img style="height: 400px;" src="https://static.igem.org/mediawiki/2019/0/05/T--Marburg--terminator_construct_dunno.png" alt="Placeholder image">
+
                  <img style="height: 400px;"
</figure>
+
                    src="https://static.igem.org/mediawiki/2019/0/05/T--Marburg--terminator_construct_dunno.png"
 +
                    alt="Placeholder image">
 +
                </figure>
  
  
  
</p>
+
              </p>
  
<h2 class="subtitle">References</h2>
+
              <h2 class="subtitle">References</h2>
<p>
+
              <p>
  
  Chen, J., Morita, T., & Gottesman, S. (2019). Regulation of Transcription Termination of Small RNAs and by Small RNAs: Molecular Mechanisms and Biological Functions. Frontiers in Cellular and Infection Microbiology, 9. https://doi.org/10.3389/fcimb.2019.00201
+
                Chen, J., Morita, T., & Gottesman, S. (2019). Regulation of Transcription Termination of Small RNAs and
<br>
+
                by Small RNAs: Molecular Mechanisms and Biological Functions. Frontiers in Cellular and Infection
de Hoon, M. J. L., Makita, Y., Nakai, K., & Miyano, S. (2005). Prediction of Transcriptional Terminators in Bacillus subtilis and Related Species. PLoS Computational Biology, 1(3), e25. https://doi.org/10.1371/journal.pcbi.0010025
+
                Microbiology, 9. https://doi.org/10.3389/fcimb.2019.00201
<br>
+
                <br>
 +
                de Hoon, M. J. L., Makita, Y., Nakai, K., & Miyano, S. (2005). Prediction of Transcriptional Terminators
 +
                in Bacillus subtilis and Related Species. PLoS Computational Biology, 1(3), e25.
 +
                https://doi.org/10.1371/journal.pcbi.0010025
 +
                <br>
  
Krebs, J., Lewin, B., Kilpatrick, S. & Goldstein, E. (2014). Lewin's genes XI. Burlington, Mass: Jones & Bartlett Learning.
+
                Krebs, J., Lewin, B., Kilpatrick, S. & Goldstein, E. (2014). Lewin's genes XI. Burlington, Mass: Jones &
<br>
+
                Bartlett Learning.
 +
                <br>
  
Gautheret D, Lambert A. (2001) Direct RNA Motif Definition and Identification from Multiple Sequence Alignments using Secondary Structure Profiles. J Mol Biol. 313:1003–11 (abstract).
+
                Gautheret D, Lambert A. (2001) Direct RNA Motif Definition and Identification from Multiple Sequence
<br>
+
                Alignments using Secondary Structure Profiles. J Mol Biol. 313:1003–11 (abstract).
 +
                <br>
  
Macke T, Ecker D, Gutell R, Gautheret D, Case DA and Sampath R. (2001) RNAMotif – A new RNA secondary structure definition and discovery algorithm. Nucleic Acids Res. 29:4724–4735 (abstract).
+
                Macke T, Ecker D, Gutell R, Gautheret D, Case DA and Sampath R. (2001) RNAMotif – A new RNA secondary
<br>
+
                structure definition and discovery algorithm. Nucleic Acids Res. 29:4724–4735 (abstract).
 +
                <br>
  
Kingsford, C. L., Ayanbule, K., & Salzberg, S. L. (2007). Rapid, accurate, computational discovery of Rho-independent transcription terminators illuminates their relationship to DNA uptake. Genome Biology, 8(2), R22. https://doi.org/10.1186/gb-2007-8-2-r22
+
                Kingsford, C. L., Ayanbule, K., & Salzberg, S. L. (2007). Rapid, accurate, computational discovery of
<br>
+
                Rho-independent transcription terminators illuminates their relationship to DNA uptake. Genome Biology,
 +
                8(2), R22. https://doi.org/10.1186/gb-2007-8-2-r22
 +
                <br>
  
V. Solovyev, A Salamov (2011) Automatic Annotation of Microbial Genomes and Metagenomic Sequences. In Metagenomics and its Applications in Agriculture, Biomedicine and Environmental Studies (Ed. R.W. Li), Nova Science Publishers, p. 61-78
+
                V. Solovyev, A Salamov (2011) Automatic Annotation of Microbial Genomes and Metagenomic Sequences. In
<br>
+
                Metagenomics and its Applications in Agriculture, Biomedicine and Environmental Studies (Ed. R.W. Li),
 +
                Nova Science Publishers, p. 61-78
 +
                <br>
  
Chen, Y.-J., Liu, P., Nielsen, A. A. K., Brophy, J. A. N., Clancy, K., Peterson, T., & Voigt, C. A. (2013). Characterization of 582 natural and synthetic terminators and quantification of their design constraints. Nature Methods, 10(7), 659–664. https://doi.org/10.1038/nmeth.2515
+
                Chen, Y.-J., Liu, P., Nielsen, A. A. K., Brophy, J. A. N., Clancy, K., Peterson, T., & Voigt, C. A.
<br>
+
                (2013). Characterization of 582 natural and synthetic terminators and quantification of their design
 +
                constraints. Nature Methods, 10(7), 659–664. https://doi.org/10.1038/nmeth.2515
 +
                <br>
  
Tan, X., Hou, S., Song, K., Georg, J., Klähn, S., Lu, X., & Hess, W. R. (2018). The primary transcriptome of the fast-growing cyanobacterium Synechococcus elongatus UTEX 2973. Biotechnology for Biofuels, 11(1). https://doi.org/10.1186/s13068-018-1215-8
+
                Tan, X., Hou, S., Song, K., Georg, J., Klähn, S., Lu, X., & Hess, W. R. (2018). The primary
<br>
+
                transcriptome of the fast-growing cyanobacterium Synechococcus elongatus UTEX 2973. Biotechnology for
 +
                Biofuels, 11(1). https://doi.org/10.1186/s13068-018-1215-8
 +
                <br>
  
Vijayan, V., Jain, I. H., & O’Shea, E. K. (2011). A high resolution map of a cyanobacterial transcriptome. Genome Biology, 12(5), R47. https://doi.org/10.1186/gb-2011-12-5-r47
+
                Vijayan, V., Jain, I. H., & O’Shea, E. K. (2011). A high resolution map of a cyanobacterial
<br>
+
                transcriptome. Genome Biology, 12(5), R47. https://doi.org/10.1186/gb-2011-12-5-r47
 +
                <br>
  
Creecy, J. P., & Conway, T. (2015). Quantitative bacterial transcriptomics with RNA-seq. Current Opinion in Microbiology, 23, 133–140. https://doi.org/10.1016/j.mib.2014.11.011
+
                Creecy, J. P., & Conway, T. (2015). Quantitative bacterial transcriptomics with RNA-seq. Current Opinion
<br>
+
                in Microbiology, 23, 133–140. https://doi.org/10.1016/j.mib.2014.11.011
 +
                <br>
  
Sugimoto, N., Nakano, S. -i., Yoneyama, M., & Honda, K. -i. (1996). Improved Thermodynamic Parameters and Helix Initiation Factor to Predict Stability of DNA Duplexes. Nucleic Acids Research, 24(22), 4501–4505. https://doi.org/10.1093/nar/24.22.4501
+
                Sugimoto, N., Nakano, S. -i., Yoneyama, M., & Honda, K. -i. (1996). Improved Thermodynamic Parameters
 +
                and Helix Initiation Factor to Predict Stability of DNA Duplexes. Nucleic Acids Research, 24(22),
 +
                4501–4505. https://doi.org/10.1093/nar/24.22.4501
  
</p>
+
              </p>
  
  

Revision as of 12:07, 7 December 2019

M O D E L L I N G


This year we used our mathematical and programming background to look for artificial Neutral integration Site option (aNSo) and suitable terminators for our project. We took advantage of genome data bank of UTEX2973 and used bioinformatics tools to gain insights and implement it to our project. In addition to that, we designed a model to predict the doubling times of UTEX2973 that was only possible after a thorough investigation and standardization of the current state of the art methods. To achieve this level of standardization we also implemented a light model to properly predict light intensities for our cultures.


Growth Curve Model


artificial Neutral integration
Site options


Terminator Model