(71 intermediate revisions by 5 users not shown) | |||
Line 8: | Line 8: | ||
top:7em; | top:7em; | ||
} | } | ||
− | + | .f_mh{ | |
+ | width:8.5em; | ||
+ | } | ||
+ | .mythree tbody tr:first-child th{ | ||
+ | border-top: 2px solid #000000; | ||
+ | border-bottom: 1px solid #000000; | ||
+ | } | ||
+ | .mythree tbody tr:last-child th{ | ||
+ | border-bottom: 2px solid #000000; | ||
+ | } | ||
+ | .mythree tbody tr th{ | ||
+ | border: 0; | ||
+ | } | ||
th{ | th{ | ||
font-weight: 400; | font-weight: 400; | ||
Line 18: | Line 30: | ||
color:black; | color:black; | ||
font-weight:600; | font-weight:600; | ||
+ | } | ||
+ | h2{ | ||
+ | font-weight:600; | ||
} | } | ||
</style> | </style> | ||
Line 25: | Line 40: | ||
<div class="firstless" > | <div class="firstless" > | ||
<ul class="f_mh mya" style="display:none;margin-left:5px"> | <ul class="f_mh mya" style="display:none;margin-left:5px"> | ||
− | <li class="active"><a href="#title_1"> | + | <li class="active"><a href="#title_1">Overview</a></li> |
<li ><a href="#title_2">Goals</a></li> | <li ><a href="#title_2">Goals</a></li> | ||
<li ><a href="#title_3">Factor screening</a></li> | <li ><a href="#title_3">Factor screening</a></li> | ||
<li ><a href="#title_4">Experiment design</a></li> | <li ><a href="#title_4">Experiment design</a></li> | ||
− | + | <li ><a href="#title_5">Optimal solution</a></li> | |
− | + | <li ><a href="#title_6">References</a></li> | |
</ul> | </ul> | ||
<a href="#"> <img class="up" src="https://static.igem.org/mediawiki/2019/7/7d/T--UESTC-China--up.png" alt="logo" width="100%"> </a> </div> | <a href="#"> <img class="up" src="https://static.igem.org/mediawiki/2019/7/7d/T--UESTC-China--up.png" alt="logo" width="100%"> </a> </div> | ||
− | <div class="container col- | + | <div class="container col-65"> |
<div class="col-fmh" > | <div class="col-fmh" > | ||
<div class="part"> | <div class="part"> | ||
Line 40: | Line 55: | ||
<p>Overview</p> | <p>Overview</p> | ||
</div> | </div> | ||
− | <div class="mainbody | + | |
+ | <div class="mainbody"> | ||
+ | In order to find the optimal degradation conditions for engineered <i>E.coli</i>, we found the main factors affecting the degradation rate from the related paper[1]. Firstly, we used the Plackett-Burman design to screen factors. In the future we can get the important factors by experimental data. Secondly, the Box-Behnken design was used in the experimental design to reflect objective reality with fewer experiments. According to the experimental results, the response surface equation can be obtained, and optimal degradation conditions can be found. Finally, after obtaining the extreme value of the equation (optimal degradation conditions), it can be verified by experiments in the future.</div> | ||
</div> | </div> | ||
Line 50: | Line 67: | ||
<div class="mainbody"> | <div class="mainbody"> | ||
1. Screen all factors to obtain important factors affecting the degradation rate of CrpP enzyme<br> | 1. Screen all factors to obtain important factors affecting the degradation rate of CrpP enzyme<br> | ||
− | 2. Find the optimal working conditions for engineered E. coli<br> | + | 2. Find the optimal working conditions for engineered <i>E.coli</i><br> |
− | 3. | + | 3. To achieve the optimal CIP degradation rate with as little experimental cost as possible. |
− | + | ||
</div> | </div> | ||
+ | </div> | ||
+ | |||
<div class="part"> | <div class="part"> | ||
<div class="bigtitle" id="title_3"> | <div class="bigtitle" id="title_3"> | ||
<p>Factor screening</p> | <p>Factor screening</p> | ||
</div> | </div> | ||
− | + | ||
− | <div class="mainbody | + | <div class="mainbody"> |
In the process of degrading ciprofloxacin, we found several factors affecting the degradation rate of CrpP enzyme (y) such as PH (x<sub>1</sub>), temperature (x<sub>2</sub>), ATP concentration (x<sub>3</sub>), Mg<sup>2+</sup> concentration (x<sub>4</sub>), CIP concentration (x<sub>5</sub>)[1]. We chose the Plackett-Burman design to screen the main factors that have significant effects on the degradation rate of the enzyme, and then we will use the important factors to find the optimal combination of degradation rate. | In the process of degrading ciprofloxacin, we found several factors affecting the degradation rate of CrpP enzyme (y) such as PH (x<sub>1</sub>), temperature (x<sub>2</sub>), ATP concentration (x<sub>3</sub>), Mg<sup>2+</sup> concentration (x<sub>4</sub>), CIP concentration (x<sub>5</sub>)[1]. We chose the Plackett-Burman design to screen the main factors that have significant effects on the degradation rate of the enzyme, and then we will use the important factors to find the optimal combination of degradation rate. | ||
</div> | </div> | ||
− | <div class="mainbody | + | <div class="mainbody"> |
− | Based on the range of variables provided by the paper and our experimental conditions, we have determined the range of the five independent variables. The variation range and normalized value of x<sub>1</sub>、x<sub>2</sub>、x<sub>3</sub>、x<sub>4</sub>、x<sub>5</sub> are as follows: | + | Based on the range of variables provided by the related paper and our experimental conditions, we have determined the range of the five independent variables. The variation range and normalized value of x<sub>1</sub>、x<sub>2</sub>、x<sub>3</sub>、x<sub>4</sub>、x<sub>5</sub> are as follows: |
</div> | </div> | ||
<div class="mainbody"> | <div class="mainbody"> | ||
Line 118: | Line 136: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="mainbody | + | <div class="mainbody"> |
− | The Plackett-Burman design with N=12 is shown in Table 2 and the experimental data are | + | The Plackett-Burman design with N=12 is shown in Table 2 and the experimental data are not shown in Table 2. Due to the limited and urgent time, we do not have enough experimental data at present. But we will continue to improve this model later. |
</div> | </div> | ||
<div class="mainbody"> | <div class="mainbody"> | ||
Line 133: | Line 151: | ||
<th>x<sub>4</sub></th> | <th>x<sub>4</sub></th> | ||
<th>x<sub>5</sub></th> | <th>x<sub>5</sub></th> | ||
− | + | ||
</tr> | </tr> | ||
Line 143: | Line 161: | ||
<th>1</th> | <th>1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 152: | Line 170: | ||
<th>1</th> | <th>1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 161: | Line 179: | ||
<th>-1</th> | <th>-1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 170: | Line 188: | ||
<th>1</th> | <th>1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 179: | Line 197: | ||
<th>-1</th> | <th>-1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 188: | Line 206: | ||
<th>-1</th> | <th>-1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 197: | Line 215: | ||
<th>-1</th> | <th>-1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 206: | Line 224: | ||
<th>1</th> | <th>1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 215: | Line 233: | ||
<th>-1</th> | <th>-1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 224: | Line 242: | ||
<th>1</th> | <th>1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 233: | Line 251: | ||
<th>-1</th> | <th>-1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 242: | Line 260: | ||
<th>1</th> | <th>1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
</tbody> | </tbody> | ||
Line 248: | Line 266: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="mainbody | + | <div class="mainbody"> |
We can analyze five variables by ANOVA and observe their p-values to determine their degree of effect on the experimental index y. If the p value of a variable is greater than 0.05, the effect of this variable on y is not significant. Based on this way, we can screen out the important factors, and then carry out the Box-Behnken design on the selected factors to find the optimal external factors. | We can analyze five variables by ANOVA and observe their p-values to determine their degree of effect on the experimental index y. If the p value of a variable is greater than 0.05, the effect of this variable on y is not significant. Based on this way, we can screen out the important factors, and then carry out the Box-Behnken design on the selected factors to find the optimal external factors. | ||
</div> | </div> | ||
− | <div class="mainbody | + | <div class="mainbody"> |
Plackett-Burman design and analysis is to judge the importance of factors by analyzing the experimental data of the design. | Plackett-Burman design and analysis is to judge the importance of factors by analyzing the experimental data of the design. | ||
</div> | </div> | ||
− | + | ||
− | + | <div class="bigtitle" id="title_4"> | |
− | + | ||
− | + | ||
<p>Experiment design</p> | <p>Experiment design</p> | ||
+ | </div> | ||
+ | |||
+ | <div class="mainbody"> | ||
+ | Since we have not implemented all the experiments yet, we have not been able to screen all the factors for the time being. Here we assume that three factors are selected: pH, temperature and ATP concentration, then we perform the following process. | ||
</div> | </div> | ||
− | + | <div class="mainbody"> | |
− | + | ||
− | + | ||
− | <div class="mainbody | + | |
In order to find the optimal external conditions in the degradation process and reduce the number of experiments to save costs, we used Box-Behnken design to arrange experiments. | In order to find the optimal external conditions in the degradation process and reduce the number of experiments to save costs, we used Box-Behnken design to arrange experiments. | ||
</div> | </div> | ||
− | <div class="mainbody | + | <div class="mainbody"> |
Firstly, we need to find quantitative relationship between Ciprofloxacin degradation rate(y) and initial pH (x<sub>1</sub>), temperature (x<sub>2</sub>) and ATP concentration (x<sub>3</sub>). Quantitative relationships can be expressed as: | Firstly, we need to find quantitative relationship between Ciprofloxacin degradation rate(y) and initial pH (x<sub>1</sub>), temperature (x<sub>2</sub>) and ATP concentration (x<sub>3</sub>). Quantitative relationships can be expressed as: | ||
\[ | \[ | ||
Line 273: | Line 290: | ||
\] | \] | ||
</div> | </div> | ||
− | <div class="mainbody | + | <div class="mainbody"> |
− | \( y=f(x_{1},x_{2},x_{3})\) is unknown, so we need several experiments to estimate \( y=f(x_{1},x_{2},x_{3})\),using the data from the finite experiment .The test point arrangement is shown in | + | \( y=f(x_{1},x_{2},x_{3})\) is unknown, so we need several experiments to estimate \( y=f(x_{1},x_{2},x_{3})\),using the data from the finite experiment. The test point arrangement is shown in Fig. 1[2]. |
</div> | </div> | ||
<div class="picture"><img src="https://static.igem.org/mediawiki/2019/1/17/T--UESTC-China--model2_1.png" alt="logo" width="80%"></div> | <div class="picture"><img src="https://static.igem.org/mediawiki/2019/1/17/T--UESTC-China--model2_1.png" alt="logo" width="80%"></div> | ||
− | <div class="words">Fig.1 (a)test points for Box-Behnken design (b)test points projection on z<sub>1</sub>, z<sub>2</sub> plane</div> | + | <div class="words">Fig. 1. (a)test points for Box-Behnken design (b)test points projection on z<sub>1</sub>, z<sub>2</sub> plane</div> |
− | <div class="mainbody | + | <div class="mainbody"> |
The maximum and minimum values of x<sub>1</sub>, x<sub>2</sub>, x<sub>3</sub> are called upper levels and lower levels and the average of upper levels and lower levels is zero levels. Taking into account the limitations of actual factors, the variation range is as follows. | The maximum and minimum values of x<sub>1</sub>, x<sub>2</sub>, x<sub>3</sub> are called upper levels and lower levels and the average of upper levels and lower levels is zero levels. Taking into account the limitations of actual factors, the variation range is as follows. | ||
</div> | </div> | ||
Line 320: | Line 337: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="mainbody | + | <div class="mainbody"> |
− | The test points of the Box-Behnken design | + | The test points of the Box-Behnken design is shown in the following table: |
</div> | </div> | ||
<div class="mainbody"> | <div class="mainbody"> | ||
Line 333: | Line 350: | ||
<th>x<sub>2</sub></th> | <th>x<sub>2</sub></th> | ||
<th>x<sub>3</sub></th> | <th>x<sub>3</sub></th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 340: | Line 357: | ||
<th>1</th> | <th>1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 347: | Line 364: | ||
<th>1</th> | <th>1</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 354: | Line 371: | ||
<th>-1</th> | <th>-1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 361: | Line 378: | ||
<th>0</th> | <th>0</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 368: | Line 385: | ||
<th>1</th> | <th>1</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 375: | Line 392: | ||
<th>0</th> | <th>0</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 382: | Line 399: | ||
<th>-1</th> | <th>-1</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 389: | Line 406: | ||
<th>0</th> | <th>0</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 396: | Line 413: | ||
<th>1</th> | <th>1</th> | ||
<th>1</th> | <th>1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 403: | Line 420: | ||
<th>0</th> | <th>0</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 410: | Line 427: | ||
<th>0</th> | <th>0</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 417: | Line 434: | ||
<th>0</th> | <th>0</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 424: | Line 441: | ||
<th>-1</th> | <th>-1</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 431: | Line 448: | ||
<th>0</th> | <th>0</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 438: | Line 455: | ||
<th>0</th> | <th>0</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 445: | Line 462: | ||
<th>0</th> | <th>0</th> | ||
<th>0</th> | <th>0</th> | ||
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 452: | Line 469: | ||
<th>-1</th> | <th>-1</th> | ||
<th>-1</th> | <th>-1</th> | ||
− | + | ||
</tr> | </tr> | ||
</tbody> | </tbody> | ||
Line 459: | Line 476: | ||
</div> | </div> | ||
− | + | ||
− | + | ||
− | + | <div class="mainbody"> | |
− | + | After we get the experimental data, we can analyze the experimental data to get the best external degradation conditions. Finally, we can find the optimal conditions with low experimental cost. | |
</div> | </div> | ||
− | + | <div class="bigtitle" id="title_5"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<p>Optimal solution</p> | <p>Optimal solution</p> | ||
− | </div> | + | </div> |
− | <div class="mainbody | + | <div class="mainbody"> |
− | Based on the experimental data, we can obtain the regression equation analysis table and get response surface equation using Design Expert 10. Then We will get the partial derivative of the equation and make the derivative zero. By solving the equations, the optimal | + | Based on the experimental data, we can obtain the regression equation analysis table and get response surface equation using Design Expert 10. Then We will get the partial derivative of the equation and make the derivative zero. By solving the equations, the optimal degradation conditions can be obtained. In order to verify the effectiveness of the optimization results, we should conduct experiments again under the optimal conditions. If the results are consistent with our expectation, we find the best external conditions within the experimental range. |
</div> | </div> | ||
</div> | </div> | ||
Line 482: | Line 494: | ||
</div> | </div> | ||
<div class="mainbody"> | <div class="mainbody"> | ||
− | [1] Chávez-Jacobo, V. M., Hernández-Ramírez, K. C., | + | [1] Chávez-Jacobo, V. M., Hernández-Ramírez, K. C., et.al. (2018). CrpP is a novel ciprofloxacin-modifying enzyme encoded by the Pseudomonas aeruginosa pUM505 plasmid. <p style="display:inline;font-style:italic">Antimicrobial agents and chemotherapy, 62</p>(6), e02629-17.<br>[2] Xu X. H. & He M. Z. (2010). Test design, Design-Expert and SPSS application. <i>Beijing: Science Press</i>. |
</div> | </div> |
Latest revision as of 12:54, 21 October 2019
Overview
In order to find the optimal degradation conditions for engineered E.coli, we found the main factors affecting the degradation rate from the related paper[1]. Firstly, we used the Plackett-Burman design to screen factors. In the future we can get the important factors by experimental data. Secondly, the Box-Behnken design was used in the experimental design to reflect objective reality with fewer experiments. According to the experimental results, the response surface equation can be obtained, and optimal degradation conditions can be found. Finally, after obtaining the extreme value of the equation (optimal degradation conditions), it can be verified by experiments in the future.
Goals
1. Screen all factors to obtain important factors affecting the degradation rate of CrpP enzyme
2. Find the optimal working conditions for engineered E.coli
3. To achieve the optimal CIP degradation rate with as little experimental cost as possible.
2. Find the optimal working conditions for engineered E.coli
3. To achieve the optimal CIP degradation rate with as little experimental cost as possible.
Factor screening
In the process of degrading ciprofloxacin, we found several factors affecting the degradation rate of CrpP enzyme (y) such as PH (x1), temperature (x2), ATP concentration (x3), Mg2+ concentration (x4), CIP concentration (x5)[1]. We chose the Plackett-Burman design to screen the main factors that have significant effects on the degradation rate of the enzyme, and then we will use the important factors to find the optimal combination of degradation rate.
Based on the range of variables provided by the related paper and our experimental conditions, we have determined the range of the five independent variables. The variation range and normalized value of x1、x2、x3、x4、x5 are as follows:
Name | Variable | Low level(-1) | Zero level(0) | High level(1) |
---|---|---|---|---|
x1 | Initial pH | 6 | 7 | 8 |
x2 | Temperature(℃) | 31 | 34 | 37 |
x3 | ATP concentration(mmol/L) | 1.7 | 2 | 2.3 |
x4 | Mg2+concentration(mmol/L) | 8 | 10 | 12 |
x5 | CIP concentration(μg/ml) | 0.5 | 1 | 1.5 |
The Plackett-Burman design with N=12 is shown in Table 2 and the experimental data are not shown in Table 2. Due to the limited and urgent time, we do not have enough experimental data at present. But we will continue to improve this model later.
Test number | x1 | x2 | x3 | x4 | x5 |
---|---|---|---|---|---|
1 | -1 | 1 | -1 | 1 | 1 |
2 | -1 | -1 | -1 | 1 | -1 |
3 | -1 | 1 | 1 | -1 | 1 |
4 | 1 | -1 | 1 | 1 | 1 |
5 | 1 | 1 | -1 | -1 | -1 |
6 | 1 | 1 | 1 | -1 | -1 |
7 | 1 | -1 | -1 | -1 | 1 |
8 | -1 | 1 | 1 | 1 | -1 |
9 | -1 | -1 | 1 | -1 | 1 |
10 | 1 | 1 | -1 | 1 | 1 |
11 | -1 | -1 | -1 | -1 | -1 |
12 | 1 | -1 | 1 | 1 | -1 |
We can analyze five variables by ANOVA and observe their p-values to determine their degree of effect on the experimental index y. If the p value of a variable is greater than 0.05, the effect of this variable on y is not significant. Based on this way, we can screen out the important factors, and then carry out the Box-Behnken design on the selected factors to find the optimal external factors.
Plackett-Burman design and analysis is to judge the importance of factors by analyzing the experimental data of the design.
Experiment design
Since we have not implemented all the experiments yet, we have not been able to screen all the factors for the time being. Here we assume that three factors are selected: pH, temperature and ATP concentration, then we perform the following process.
In order to find the optimal external conditions in the degradation process and reduce the number of experiments to save costs, we used Box-Behnken design to arrange experiments.
Firstly, we need to find quantitative relationship between Ciprofloxacin degradation rate(y) and initial pH (x1), temperature (x2) and ATP concentration (x3). Quantitative relationships can be expressed as:
\[
y=f(x_{1},x_{2},x_{3})
\]
\( y=f(x_{1},x_{2},x_{3})\) is unknown, so we need several experiments to estimate \( y=f(x_{1},x_{2},x_{3})\),using the data from the finite experiment. The test point arrangement is shown in Fig. 1[2].
Fig. 1. (a)test points for Box-Behnken design (b)test points projection on z1, z2 plane
The maximum and minimum values of x1, x2, x3 are called upper levels and lower levels and the average of upper levels and lower levels is zero levels. Taking into account the limitations of actual factors, the variation range is as follows.
Name | Variable | Low level(-1) | Zero level(0) | High level(1) |
---|---|---|---|---|
x1 | Initial pH | 6 | 7 | 8 |
x2 | Temperature(℃) | 31 | 34 | 37 |
x3 | ATP concentration(mmol/L) | 1.7 | 2 | 2.3 |
The test points of the Box-Behnken design is shown in the following table:
Test number | x1 | x2 | x3 |
---|---|---|---|
1 | 0 | 1 | -1 |
2 | -1 | 1 | 0 |
3 | 0 | -1 | 1 |
4 | -1 | 0 | 1 |
5 | 1 | 1 | 0 |
6 | 1 | 0 | 1 |
7 | 1 | -1 | 0 |
8 | 0 | 0 | 0 |
9 | 0 | 1 | 1 |
10 | 1 | 0 | -1 |
11 | -1 | 0 | -1 |
12 | 0 | 0 | 0 |
13 | -1 | -1 | 0 |
14 | 0 | 0 | 0 |
15 | 0 | 0 | 0 |
16 | 0 | 0 | 0 |
17 | 0 | -1 | -1 |
After we get the experimental data, we can analyze the experimental data to get the best external degradation conditions. Finally, we can find the optimal conditions with low experimental cost.
Optimal solution
Based on the experimental data, we can obtain the regression equation analysis table and get response surface equation using Design Expert 10. Then We will get the partial derivative of the equation and make the derivative zero. By solving the equations, the optimal degradation conditions can be obtained. In order to verify the effectiveness of the optimization results, we should conduct experiments again under the optimal conditions. If the results are consistent with our expectation, we find the best external conditions within the experimental range.
References
[1] Chávez-Jacobo, V. M., Hernández-Ramírez, K. C., et.al. (2018). CrpP is a novel ciprofloxacin-modifying enzyme encoded by the Pseudomonas aeruginosa pUM505 plasmid.
[2] Xu X. H. & He M. Z. (2010). Test design, Design-Expert and SPSS application. Beijing: Science Press.
Antimicrobial agents and chemotherapy, 62
(6), e02629-17.[2] Xu X. H. & He M. Z. (2010). Test design, Design-Expert and SPSS application. Beijing: Science Press.