Difference between revisions of "Team:UFSCar-Brasil/part1.html"

 
(32 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
<div class="ui hidden divider"></div>
 
<div class="ui hidden divider"></div>
  
    <div class="ui blue vertical center aligned inverted segment">
+
<div class="ui vertical center aligned inverted segment">
      <div class="ui fluid container">
+
  <div class="ui fluid container">
  
        <div class="ui hidden divider"></div>
+
    <div class="ui hidden divider"></div>
  
        <div class="ui text container">
+
    <div class="ui text container">
          <h1 class="ui inverted header">
+
      <h1 class="ui teal header">
          Plasmolysis Modeling
+
        Plasmolysis
          </h1>
+
      </h1>
          <h2 class="ui header">How Bug Shoo works</h2>
+
      <h2 class="ui teal header">How long Bug Shoo could be stored?</h2>
        </div>
+
        <div class="spacer"></div>
+
      </div>
+
 
     </div>
 
     </div>
 +
    <div class="spacer"></div>
 +
  </div>
 +
</div>
  
    <div class="ui vertical stripe segment">
+
<div class="ui vertical stripe segment stackable container">
      <div class="ui middle aligned stackable container">
+
  <h3 class="ui header" id="overview">Fitting Data</h3>
        <div class="row">
+
  <p> Starting from the experimental data presented in Table 1 in the appendix, a 3D graph (Figure 1) was constructed. It was used to better system understanding, which is the relationship between absorbance, time and PEG 6000 concentration.</p>
          <h3 class="ui header" id="overview">Fitting Data</h3>
+
          <p> From the experimental data presented in Table 1 on the appendix, we constructed a 3D graph (as shown in Figure 1) to better understanding of the system, which is the relationship between absorbance, time and PEG concentration.</p>
+
  
<img class="ui centered 400x400 image" src="https://static.igem.org/mediawiki/2015/8/87/UFSCar-Brasil_abs_t_peg.jpg">
+
  <img class="ui centered image" src="https://static.igem.org/mediawiki/2015/8/87/UFSCar-Brasil_abs_t_peg.jpg">
  
<h6 class="ui center aligned header"><b>Graph 1: Experimental dots of absorbance versus time versus PEG concentration</b>.</h6>
+
  <h6 class="ui center aligned header"><b>Figure 1</b>: Experimental plots of absorbance versus time versus PEG concentration.</h6>
  
<p>With the graph in hand, our next step was to find the surface that best fits the experimental points. For this we use the parameter r² , because that shows us the percentage of points that fit a certain curve, in other words,  what is the best curve that most closely approximates the behavior of the data. And thus, we conclude that this was:</p>
+
  <p>This graph was used to find best-fitted surface to experimental points. To this, parameter r² was used, because it shows the percentage of points that fit in a certain curve. Thus, we observed the following equation to explain this behaviour:</p>
  
<h4 class="ui center aligned header"><b>z= \(z_0\)+ax+by+cx²+dy²+fxy</b>.</h4>                                                 
+
  $$z = z_0+ax+by+cx²+dy²+fxy$$
  
<p>This curve obtained r² = 0.95457, what means that 95% of data points are modeled by this function. Using the <b>MatLab</b> software to fitting the function, we also finds the value of the constants, which can be seen in Table 2 of the appendix.</p>
+
  <p>This curve obtained r² = 0.95457, which means that more than 95% of data are modeled by this function. Using the <b>MatLab</b> software to function fitting. We also find the value of equation constants (Appendix Table 2).</p>
<b> The surface equation is: </b>
+
  <p>The surface equation is:</p>
<p>z=1.07+0.06x-0.044y-0.04x²+0.0009y²+0.003xy</p>
+
<p>From the known curve was possible to simulate the surface that models the most likely behavior of the three variables in question.</p>
+
<img class="ui centered  400x400 image" src="https://static.igem.org/mediawiki/2015/1/16/UFSCar-Brasil_Fitted_surface.png">
+
<h6 class="ui  big center aligned header"><b>Graph 2: Fitted surface obtained using the expression (1)</b>.</h6>
+
  
 +
  $$z = 1.07+0.06x-0.044y-0.04x²+0.0009y²+0.003xy \tag{1}$$
  
</div>
+
  <p>Where, X means time and Y means PEG concentration. From known curve was possible to simulate a surface that models most likely behavior of the three variables in question.</p>
      </div>
+
  <img class="ui centered image" src="https://static.igem.org/mediawiki/2015/1/16/UFSCar-Brasil_Fitted_surface.png">
    </div>
+
  <h6 class="ui big center aligned header"><b>Figure 2</b>: Fitted surface obtained using the Eq. 1.</h6>
  
  
<div class="ui vertical stripe segment">
+
</div>
      <div class="ui middle aligned stackable grid container">
+
        <div class="row">
+
          <h3 class="ui header" id="overview">Results and Discussion</h3>
+
<p>With the ultimate goal to find the main points of the system, meaning those points where his plane tangent in the surface has gradient value null. But first, we analyzed (using the Hessian matrix) on these important points to make possible to know whether these are the maximum points, minimum or saddle point of the function.</p>
+
<p>The calculation of the Hessian matrix is given by:</p>
+
$$ H[z(x,y)] = \begin{bmatrix} \frac{\partial^2 z}{\partial x^2} & \frac{\partial^2 z}{\partial z,\partial y} \\ \frac{\partial^2 z}{\partial z,\partial y} & \frac{\partial^2 z}{\partial y^2} \end{bmatrix} $$
+
<p>thus to find the value of the Hessian of z(x,y) we obtained the partial derivatives of the second order, whose values are below:</p>
+
(3) $$ \frac{\partial^2 z}{\partial x^2} = 2c = - 0,08774 $$
+
(4) $$ \frac{\partial^2 z}{\partial y^2} = 2d = - 0,00178 $$
+
(5) $$ \frac{\partial^2 z}{\partial x,\partial y} = \frac{\partial^2 z}{\partial y,\partial x} = f = 0,00319 $$
+
<p>with the known partial derivatives, we have the Hessian:</p>
+
(6) $$ H[z(x,y)]=(-0,08774)(0,00178)-(0,00319)^2=-0,0001663533 $$
+
<p>As H[f(x,y)]<0, we know that in this function there is a saddle point and there are no minimum or maximum values (Guidorizzi, 1997). Saddle point is understood as the point where the slope is zero, but it is not a maximum or minimum value. In it there is the highest elevation in one direction and lowest in the perpendicular direction.</p>
+
<p>Now, known the point we want to find, we take the partial derivatives of the first order function and made them equal to zero. To know:</p>
+
(7) $$ \frac{dz}{dx}=a+2cx+fy=0 $$
+
(8) $$ \frac{dz}{dy}=b+2dy+fx=0 $$
+
<p>Therefore:</p>
+
(9) $$ -\frac{a+2cx}{f}=y=\frac{-b+fx}{2d} $$
+
<p>replacing the values that are found in Table 2 of the appendix, we have that x=(2da-bf)/(f²-4cd)=1,5 and thus y=22.2 and z=0.63 . Then it is possible to concluded that for optimal absorbance point (z = 0.63), we know that it is necessary  22.2% PEG where it gets 1.5 weeks of plasmolysis. </p>
+
<img class="ui centered  400x400 image" src="https://static.igem.org/mediawiki/2015/f/f4/UFSCar-Brasil_fitted.jpg">
+
<h6 class="ui  big center aligned header"><b>Graph 3: Extrapolated fitted surface for extreme values of PEG concentrations and time.</b>.</h6>
+
<b>Is possible to observe that for very long time values the absorbance decrease for zero very fast and the time do not pass longer than 8 weeks. The PEG concentrations also increase the absorbance values for both extreme concentrations, when approximate of zero and pass of 30% of PEG the absorbance value explodes.</b>
+
  
</div>
+
<div class="ui vertical stripe segment stackable container">
      </div>
+
  <h3 class="ui header" id="overview">Results and Discussion</h3>
     </div>
+
  <p>Our goal to find main points of system, meaning those points where plane tangent in surface has a null gradient value. First, it was analyzed (using a Hessian matrix) on these important points to make possible to know if these are the maximum points,
 +
     minimum or saddle points of the function.</p>
 +
  <p>The calculation of the Hessian matrix is given by:</p>
  
 +
  $$ H[z(x,y)] = \begin{bmatrix} \frac{\partial^2 z}{\partial x^2} & \frac{\partial^2 z}{\partial z,\partial y} \\ \frac{\partial^2 z}{\partial z,\partial y} & \frac{\partial^2 z}{\partial y^2} \end{bmatrix} $$
  
 +
  <p>thus to find the value of the Hessian of z(x,y) we obtained the partial derivatives of the second order, whose values are below:</p>
  
<div class="ui vertical stripe segment">
+
$$ \frac{\partial^2 z}{\partial x^2} = 2c = - 0,08774 $$
      <div class="ui middle aligned stackable grid container">
+
  $$ \frac{\partial^2 z}{\partial y^2} = 2d = - 0,00178 $$
        <div class="row">
+
  $$ \frac{\partial^2 z}{\partial x,\partial y} = \frac{\partial^2 z}{\partial y,\partial x} = f = 0,00319 $$
          <h3 class="ui header" id="overview">Conclusions</h3>
+
<p>Through these analyzes we could first find one function that suited in r² = 95%, which is very satisfactory, and validates our whole discussion about the obtained surface.</p>
+
<p>Then, through the Hessian we found a saddle point, which is also particularly relevant biologically. Because the absorbance measures the metabolic activity of bacteria, and how we want that they are plasmolysed, this value should be low, but not zero, because if so, they would be dead and would not serve for our propose. As it is a saddle point, we know that it is not null. Finally, the point was found through gradient of the function and we concluded that for the minimum value of absorbance the best PEG concentration is 22,2%.</p>
+
  
<div class="ui vertical stripe segment">
+
  <p>with the known partial derivatives, we have the Hessian:</p>
       <div class="ui middle aligned stackable container">
+
  $$ H[z(x,y)]=(-0,08774)(0,00178)-(0,00319)^2=-0,0001663533 $$
         <div class="row">
+
  <p>As H[f(x,y)]<0, we know that this function posses a saddle point and there are no minimum or maximum values (Guidorizzi, 1997). Saddle point is understood as the point where the slope is zero, but it is not a maximum or minimum value. In it there is the highest elevation
          <h3 class="ui header" id="overview">Appendix</h3><br>
+
    in one direction and lowest in the perpendicular direction.</p>
<p> List of tables</p><br>
+
       <p>Now, known the point we want to find, we take the partial derivatives of the first order function and made them equal to zero. To know:</p>
<p> Table 1: Experimental dates obtained in microbiology lab</p>
+
      $$ \frac{dz}{dx}=a+2cx+fy=0 $$
 +
      $$ \frac{dz}{dy}=b+2dy+fx=0 $$
 +
      <p>Therefore:</p>
 +
      $$ -\frac{a+2cx}{f}=y=\frac{-b+fx}{2d} $$
 +
      <p>replacing the values that are found in Table 2 of the appendix, we have that $$x=\frac{(2{da}-bf)} {(f²-4cd)}=1,5$$
 +
         <p>And thus y=22.2 and z=0.63 . Then it is possible to concluded that for optimal absorbance point (z = 0.63), it is necessary 22.2% PEG 6000 where it gets 1.5 weeks of plasmolysis (Figure 3). </p>
 +
        <img class="ui centered  400x400 image" src="https://static.igem.org/mediawiki/2015/f/f4/UFSCar-Brasil_fitted.jpg">
 +
        <h6 class="ui  big center aligned header"><b>Figure 3:</b> Extrapolated fitted surface for extreme values of PEG concentrations and time.</h6>
 +
        <p>It is possible to observe that for very long time values the absorbance decrease to zero very fast and the time do not surpass 8 weeks. The PEG concentrations also increase the absorbance values for both extreme concentrations, when approximate
 +
          of zero and pass of 30% of PEG 6000 the absorbance value explodes. Despite mathematically valid, biologically this means that near to zero there will be no control of cell division, and for values near to 30% of PEG 6000, culture reach a plateau
 +
          of minimum cell division, followed by a decreasing function.</p>
  
 +
</div>
  
  
<h3 class="ui center aligned header">Our amazing sponsors!</h3>
+
 
 +
<div class="ui vertical stripe segment stackable container">
 +
  <h3 class="ui header" id="overview">Conclusions</h3>
 +
  <p>Through these analyzes we could first find one function that suited in r² = 95%, which is very satisfactory, and validates our whole discussion about the obtained surface. Then, using Hessian matrix, we found a saddle point, which is particularly biologically
 +
    relevant. The variation of absorbance along time indicates two things to us: first, cell numbers, and second, the metabolic activity of cells, since they are active, they should divide increasing absorbance. Due to its plasmolysed state, variation
 +
    rates of absorbance values should be low, but not zero, because if so, they would be dead and would not serve for our propose. As it is a saddle point, we know that it is not null. Finally, the point was found through gradient of the function and
 +
    we concluded that for the minimum value of absorbance the best PEG concentration is 22,2% with a maximum time of 8 weeks of storage.</p>
 +
</div>
 +
<div class="ui vertical stripe segment stackable container">
 +
  <h3 class="ui header" id="overview">Appendix</h3>
 +
  <br>
 +
  <p> Table 1: Experimental data obtained in microbiology lab</p>
 +
  <table class="ui celled table">
 +
    <thead>
 +
      <tr>
 +
        <th>Time</th>
 +
        <th>PEG</th>
 +
        <th>Absorbance</th>
 +
      </tr>
 +
    </thead>
 +
    <tbody>
 +
      <tr>
 +
        <td>Weeks</td>
 +
        <td>%</td>
 +
        <td>OD</td>
 +
      </tr>
 +
      <tr>
 +
        <td>24h</td>
 +
        <td>0</td>
 +
        <td>1,111</td>
 +
      </tr>
 +
      <tr>
 +
        <td>1</td>
 +
        <td>0</td>
 +
        <td>1,114</td>
 +
      </tr>
 +
      <tr>
 +
        <td>2</td>
 +
        <td>0</td>
 +
        <td>1,057</td>
 +
      </tr>
 +
      <tr>
 +
        <td>24h</td>
 +
        <td>5</td>
 +
        <td>0,854</td>
 +
      </tr>
 +
      <tr>
 +
        <td>1</td>
 +
        <td>5</td>
 +
        <td>0,845</td>
 +
      </tr>
 +
      <tr>
 +
        <td>2</td>
 +
        <td>5</td>
 +
        <td>0,813</td>
 +
      </tr>
 +
      <tr>
 +
        <td>24h</td>
 +
        <td>10</td>
 +
        <td>0,729</td>
 +
      </tr>
 +
      <tr>
 +
        <td>1</td>
 +
        <td>10</td>
 +
        <td>0,779</td>
 +
      </tr>
 +
      <tr>
 +
        <td>2</td>
 +
        <td>10</td>
 +
        <td>0,725</td>
 +
      </tr>
 +
      <tr>
 +
        <td>24h</td>
 +
        <td>15</td>
 +
        <td>0,675</td>
 +
      </tr>
 +
      <tr>
 +
        <td>1</td>
 +
        <td>15</td>
 +
        <td>0,694</td>
 +
      </tr>
 +
      <tr>
 +
        <td>2</td>
 +
        <td>15</td>
 +
        <td>0,714</td>
 +
      </tr>
 +
      <tr>
 +
        <td>24h</td>
 +
        <td>20</td>
 +
        <td>0,532</td>
 +
      </tr>
 +
      <tr>
 +
        <td>1</td>
 +
        <td>20</td>
 +
        <td>0,635</td>
 +
      </tr>
 +
      <tr>
 +
        <td>2</td>
 +
        <td>20</td>
 +
        <td>0,609</td>
 +
      </tr>
 +
      <tr>
 +
        <td>24h</td>
 +
        <td>25</td>
 +
        <td>0,532</td>
 +
      </tr>
 +
      <tr>
 +
        <td>1</td>
 +
        <td>25</td>
 +
        <td>0,635</td>
 +
      </tr>
 +
      <tr>
 +
        <td>2</td>
 +
        <td>25</td>
 +
        <td>0,609</td>
 +
      </tr>
 +
    </tbody>
 +
  </table>
 
    
 
    
<img class="ui centered massive image" src="https://static.igem.org/mediawiki/2015/archive/0/0e/20150908223157!UFSCar-Brasil_logos.png">
+
  <p> Table 2: Constants values of the expression fitted:</p>
 
+
  
      
+
  <table class="ui celled table">
         </div>
+
     <thead>
       </div>
+
      <tr>
     </div>
+
         <th></th>
 +
        <th>Value</th>
 +
        <th>Error</th>
 +
       </tr>
 +
     </thead>
 +
    <tbody>
 +
      <tr>
 +
        <td>z0</td>
 +
        <td>1,07642</td>
 +
        <td>0,03278</td>
 +
      </tr>
 +
      <tr>
 +
        <td>a</td>
 +
        <td>0,06261</td>
 +
        <td>0,05302</td>
 +
      </tr>
 +
      <tr>
 +
        <td>b</td>
 +
        <td>-0,04442</td>
 +
        <td>0,00406</td>
 +
      </tr>
 +
      <tr>
 +
        <td>c </td>
 +
        <td>-0,04387</td>
 +
        <td>0,02244</td>
 +
      </tr>
 +
      <tr>
 +
        <td>d </td>
 +
        <td>8,90E-04</td>
 +
        <td>1,45E-04</td>
 +
      </tr>
 +
      <tr>
 +
        <td>f</td>
 +
        <td>0,00319</td>
 +
        <td>0,0014</td>
 +
      </tr>
 +
    </tbody>
 +
  </table>
 +
 
 +
</div>
  
 
</html>
 
</html>
 
{{:Team:UFSCar-Brasil/Templates/Footer}}
 
{{:Team:UFSCar-Brasil/Templates/Footer}}

Latest revision as of 18:59, 18 September 2015

Plasmolysis

How long Bug Shoo could be stored?

Fitting Data

Starting from the experimental data presented in Table 1 in the appendix, a 3D graph (Figure 1) was constructed. It was used to better system understanding, which is the relationship between absorbance, time and PEG 6000 concentration.

Figure 1: Experimental plots of absorbance versus time versus PEG concentration.

This graph was used to find best-fitted surface to experimental points. To this, parameter r² was used, because it shows the percentage of points that fit in a certain curve. Thus, we observed the following equation to explain this behaviour:

$$z = z_0+ax+by+cx²+dy²+fxy$$

This curve obtained r² = 0.95457, which means that more than 95% of data are modeled by this function. Using the MatLab software to function fitting. We also find the value of equation constants (Appendix Table 2).

The surface equation is:

$$z = 1.07+0.06x-0.044y-0.04x²+0.0009y²+0.003xy \tag{1}$$

Where, X means time and Y means PEG concentration. From known curve was possible to simulate a surface that models most likely behavior of the three variables in question.

Figure 2: Fitted surface obtained using the Eq. 1.

Results and Discussion

Our goal to find main points of system, meaning those points where plane tangent in surface has a null gradient value. First, it was analyzed (using a Hessian matrix) on these important points to make possible to know if these are the maximum points, minimum or saddle points of the function.

The calculation of the Hessian matrix is given by:

$$ H[z(x,y)] = \begin{bmatrix} \frac{\partial^2 z}{\partial x^2} & \frac{\partial^2 z}{\partial z,\partial y} \\ \frac{\partial^2 z}{\partial z,\partial y} & \frac{\partial^2 z}{\partial y^2} \end{bmatrix} $$

thus to find the value of the Hessian of z(x,y) we obtained the partial derivatives of the second order, whose values are below:

$$ \frac{\partial^2 z}{\partial x^2} = 2c = - 0,08774 $$ $$ \frac{\partial^2 z}{\partial y^2} = 2d = - 0,00178 $$ $$ \frac{\partial^2 z}{\partial x,\partial y} = \frac{\partial^2 z}{\partial y,\partial x} = f = 0,00319 $$

with the known partial derivatives, we have the Hessian:

$$ H[z(x,y)]=(-0,08774)(0,00178)-(0,00319)^2=-0,0001663533 $$

As H[f(x,y)]<0, we know that this function posses a saddle point and there are no minimum or maximum values (Guidorizzi, 1997). Saddle point is understood as the point where the slope is zero, but it is not a maximum or minimum value. In it there is the highest elevation in one direction and lowest in the perpendicular direction.

Now, known the point we want to find, we take the partial derivatives of the first order function and made them equal to zero. To know:

$$ \frac{dz}{dx}=a+2cx+fy=0 $$ $$ \frac{dz}{dy}=b+2dy+fx=0 $$

Therefore:

$$ -\frac{a+2cx}{f}=y=\frac{-b+fx}{2d} $$

replacing the values that are found in Table 2 of the appendix, we have that $$x=\frac{(2{da}-bf)} {(f²-4cd)}=1,5$$

And thus y=22.2 and z=0.63 . Then it is possible to concluded that for optimal absorbance point (z = 0.63), it is necessary 22.2% PEG 6000 where it gets 1.5 weeks of plasmolysis (Figure 3).

Figure 3: Extrapolated fitted surface for extreme values of PEG concentrations and time.

It is possible to observe that for very long time values the absorbance decrease to zero very fast and the time do not surpass 8 weeks. The PEG concentrations also increase the absorbance values for both extreme concentrations, when approximate of zero and pass of 30% of PEG 6000 the absorbance value explodes. Despite mathematically valid, biologically this means that near to zero there will be no control of cell division, and for values near to 30% of PEG 6000, culture reach a plateau of minimum cell division, followed by a decreasing function.

Conclusions

Through these analyzes we could first find one function that suited in r² = 95%, which is very satisfactory, and validates our whole discussion about the obtained surface. Then, using Hessian matrix, we found a saddle point, which is particularly biologically relevant. The variation of absorbance along time indicates two things to us: first, cell numbers, and second, the metabolic activity of cells, since they are active, they should divide increasing absorbance. Due to its plasmolysed state, variation rates of absorbance values should be low, but not zero, because if so, they would be dead and would not serve for our propose. As it is a saddle point, we know that it is not null. Finally, the point was found through gradient of the function and we concluded that for the minimum value of absorbance the best PEG concentration is 22,2% with a maximum time of 8 weeks of storage.

Appendix


Table 1: Experimental data obtained in microbiology lab

Time PEG Absorbance
Weeks % OD
24h 0 1,111
1 0 1,114
2 0 1,057
24h 5 0,854
1 5 0,845
2 5 0,813
24h 10 0,729
1 10 0,779
2 10 0,725
24h 15 0,675
1 15 0,694
2 15 0,714
24h 20 0,532
1 20 0,635
2 20 0,609
24h 25 0,532
1 25 0,635
2 25 0,609

Table 2: Constants values of the expression fitted:

Value Error
z0 1,07642 0,03278
a 0,06261 0,05302
b -0,04442 0,00406
c -0,04387 0,02244
d 8,90E-04 1,45E-04
f 0,00319 0,0014

Our amazing sponsors!