Difference between revisions of "Team:Imperial College/Model"

Line 108: Line 108:
 
     <img src="https://static.igem.org/mediawiki/2018/5/59/T--Imperial_College--modelling.png" alt="" width="24%"; >
 
     <img src="https://static.igem.org/mediawiki/2018/5/59/T--Imperial_College--modelling.png" alt="" width="24%"; >
 
   </div>
 
   </div>
 +
 +
      <div class="what">
 +
          <h3>What is Modelling?</h3>
 +
          <p2>Constructing and manipulating abstract (mathematical and/or graphical) representations of economic, engineering, manufacturing, social, and other types of situations and natural phenomenon, simulated with the help of a computer system. Also called computer simulation.
 +
        </p2>
 +
        <br/>
 +
        <br/>
 +
        </div>
 +
    <div class="why">
 +
        <h3>Why is Modelling important in biological studies?</h3>
 +
        <p2>Computer modeling simulates the interaction among many different variables to provide scientists with a general idea of how a biological system may work.</p2>
 +
        </div>
  
 
  <!--Start Experiment 1-->
 
  <!--Start Experiment 1-->
Line 125: Line 137:
 
                 <div class="description">
 
                 <div class="description">
 
                     <p> The PixCell Construct consists of a repurposed version of the soxRS regulon from E. coli, consisting of SoxR and GFP being expressed from either side of the pSoxR/pSoxS bidirectional promoter. pSoxR provides constitutive expression of SoxR. When oxidised, either directly by redox-cycling molecule or by oxidative stress, SoxR binds and activates transcription of GFP downstream of pSoxS.</p>
 
                     <p> The PixCell Construct consists of a repurposed version of the soxRS regulon from E. coli, consisting of SoxR and GFP being expressed from either side of the pSoxR/pSoxS bidirectional promoter. pSoxR provides constitutive expression of SoxR. When oxidised, either directly by redox-cycling molecule or by oxidative stress, SoxR binds and activates transcription of GFP downstream of pSoxS.</p>
             <img class="center" src="https://static.igem.org/mediawiki/2018/6/6d/T--Imperial_College--PixcellConstructResults.png" alt="" width="50%";>
+
             <img class="center" src="" alt="" width="50%";>
 
        
 
        
 
             <div class="caption">
 
             <div class="caption">
Line 144: Line 156:
 
   <div class="panel expt1p" style="transition:max-height 1s ease-in-out;">
 
   <div class="panel expt1p" style="transition:max-height 1s ease-in-out;">
 
       <p> Using the Golden Gate assembly method, with two inserts; the SOXRS regulon and GFP, which were originally amplified out from the E. coli genome and a storage vector respectively, the construct was assembled. Gel electrophoresis showed that a construct of approximately the right length was produced and the construct was then sequence verified. </p>
 
       <p> Using the Golden Gate assembly method, with two inserts; the SOXRS regulon and GFP, which were originally amplified out from the E. coli genome and a storage vector respectively, the construct was assembled. Gel electrophoresis showed that a construct of approximately the right length was produced and the construct was then sequence verified. </p>
       <img class="figure" src="https://static.igem.org/mediawiki/2018/b/b3/T--Imperial_College--PixcellConstructGel.png">
+
        
 
        
 
        
 
        
 
        
Line 174: Line 186:
  
 
          
 
          
      <div class="what">
+
 
          <h3>What is Modelling?</h3>
+
          <p2>Constructing and manipulating abstract (mathematical and/or graphical) representations of economic, engineering, manufacturing, social, and other types of situations and natural phenomenon, simulated with the help of a computer system. Also called computer simulation.
+
        </p2>
+
        <br/>
+
        <br/>
+
        </div>
+
    <div class="why">
+
        <h3>Why is Modelling important in biological studies?</h3>
+
        <p2>Computer modeling simulates the interaction among many different variables to provide scientists with a general idea of how a biological system may work.</p2>
+
        </div>
+
 
      
 
      
  
    <div class="accordion">
 
    <h3>Our Computer Models</h3>
 
   
 
    <button class="collapsible" type="button">Electrochemical Model</button>
 
<div class="drop">
 
  <p2>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p2>
 
</div>
 
    <button class="collapsible">Biological Model</button>
 
<div class="drop">
 
    <h4>1 state patterning</h4>
 
<p2>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p2>
 
    <h4>2 state patterning</h4>
 
<p2>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p2>
 
    <h4>3 state patterning</h4>
 
<p2>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p2>
 
</div>
 
    <button class="collapsible">Integrated Model</button>
 
    <div class="drop">
 
            <p2>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p2>
 
          </div>
 
    <button class="collapsible">Pixcell Modelling Guide</button>
 
<div class="drop">
 
<iframe src="Modelling_Guide.pdf"></iframe>
 
</div>
 
 
        
 
        
 
    
 
    
 
<script>
 
<script>
    var coll = document.getElementsByClassName("collapsible");
 
    var i;
 
   
 
    for (i = 0; i < coll.length; i++) {
 
        coll[i].addEventListener("click", function() {
 
            this.classList.toggle("active");
 
            var drop = this.nextElementSibling;
 
            if (drop.style.display === "block") {
 
                drop.style.display = "none";
 
            } else {
 
              drop.style.display = "block";
 
            }
 
        });
 
    }
 
  
 
                         var acc = document.getElementsByClassName("accordion");
 
                         var acc = document.getElementsByClassName("accordion");

Revision as of 21:50, 16 October 2018

Modelling



What is Modelling?

Constructing and manipulating abstract (mathematical and/or graphical) representations of economic, engineering, manufacturing, social, and other types of situations and natural phenomenon, simulated with the help of a computer system. Also called computer simulation.

Why is Modelling important in biological studies?

Computer modeling simulates the interaction among many different variables to provide scientists with a general idea of how a biological system may work.

Assembling the Pixcell Constructs

Access All

Description

The PixCell Construct consists of a repurposed version of the soxRS regulon from E. coli, consisting of SoxR and GFP being expressed from either side of the pSoxR/pSoxS bidirectional promoter. pSoxR provides constitutive expression of SoxR. When oxidised, either directly by redox-cycling molecule or by oxidative stress, SoxR binds and activates transcription of GFP downstream of pSoxS.

Figure 1. Illustration of the PixCell Construct

Relevance

The Pixcell construct was designed to test whether we could control the expression of GFP by controlling the oxidation state of SoxR through our electrochemical set up.

Results

Using the Golden Gate assembly method, with two inserts; the SOXRS regulon and GFP, which were originally amplified out from the E. coli genome and a storage vector respectively, the construct was assembled. Gel electrophoresis showed that a construct of approximately the right length was produced and the construct was then sequence verified.

Figure 1. PCR results from the amplification of the entire construct

In order to lower the basal level of GFP expression a degradation tag was added. Therefore, any increase in GFP expression induced by the oxidation of SoxR would be more predominant.

Figure 1. Illustration of the PixCell Construct DegTag

Summary

The Pixcell construct enables us to test whether we can control gene expression by controlling the oxidation state of soxR. The Pixcell construct DegTag enables the system to be more dynamic in that seeing the system switch from on to off is quicker.