Difference between revisions of "Team:SCUT-ChinaA/Software"

 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 
{{SCUT-ChinaA/CSS}}
 
{{SCUT-ChinaA/CSS}}
{{SCUT-ChinaA/Nav}}
+
{{SCUT-ChinaA/T3}}
 
{{SCUT-ChinaA}}
 
{{SCUT-ChinaA}}
  
Line 8: Line 9:
 
<div class="clear"></div>
 
<div class="clear"></div>
 
<div class="igem_content_wrapper">
 
<div class="igem_content_wrapper">
 +
<img class="full_size_image" style="margin-top:-360px" src="https://static.igem.org/mediawiki/2018/7/70/T--SCUT-ChinaA--title3-2.png">
  
 +
<div class="column full_size">
 +
<p style="text-align: justify">
 +
As you can see in the model page, we have successfully used our model to help us design our experiment. If you are interested in our model, you can use our python software tool and even modify it if you like. You can find it on the GitHub.
 +
</p>
  
<img class="full_size_image" style="margin-top:-250px" src="https://static.igem.org/mediawiki/2018/3/3f/T--SCUT-ChinaA--mo.png">
 
  
<div class="column full_size">
+
<p style="text-align: justify"><a href="https://github.com/scutzhuzh/optool">Click Here!</a></p>
<h2 style="text-align: left">Abstract</h2>
+
</div>
  
<p>
+
<div class="column full_size">
To improve the efficiency of producing limonene, we build a model to help us design our genetic machine. We use flux balance analysis to simulate our system, with the matrix of the pathway and the  \(V_{max}\) (calculated by \(k_{cat}\) and \(E_t\) )  of each reactions. And, inspired of machine learning algorithms, we established an algorithm using gradient descent method to search for the optimal solution of \(E_t\). Finally, we got results that were close to the results on some published articles we read, and hence we decided to design our experiment based on the model. Also, while building our model, we have developed a software tool which may be helpful for those who need to optimize a pathway.
+
<h2 style="text-align: left">Input</h2>
 +
</div>
 +
<div class="column full_size">
 +
<p style="text-align: justify">
 +
What you need:
 
</p>
 
</p>
 +
<ul>
 +
<li>
 +
A complete metabolic pathway, and convert it into a mathematical form, a matrix \(S\) .
 +
</li>
 +
<li>
 +
The constants of the enzymes. Usually you need to put the \(k_{cat}\) and the \(E_t\) in.
 +
</li>
 +
</ul>
 +
<p>You can find more details on how to use this software tool on README.md</p>
 +
</div>
  
 +
 +
<div class="column full_size">
 +
<h2 style="text-align: left">Output</h2>
 +
 +
<p style="text-align: justify">
 +
What you will get is a figure like this:
 +
</p>
 +
</div>
 +
<div class="column half_size">
 +
<img  src="https://static.igem.org/mediawiki/2018/5/56/T--SCUT-ChinaA--modelresult.jpg">
 
</div>
 
</div>
  
 
<div class="column full_size">
 
<div class="column full_size">
<h2 style="text-align: left">Flux Balance Analysis</h2>
+
<p style="text-align: justify">
<p>
+
The ordinate indicates the multiple of the predicted product generation rate of the model, and the sequence below the abscissa indicates the priority of the enzymes (the left is the highest).
To improve the efficiency of producing limonene, we build a model to help us design our genetic machine. We use flux balance analysis to set up a relationship of input ( substrate ) and output (the produce rate of limonene), with the matrix of the pathway and the \(V_{max}\) (calculated by \(k_{cat}\) and \(E_t\) ) of each reactions. After we get the relationship we optimize the output by finding the best solution of \(E_t\) , using Newton method.
+
 
</p>
 
</p>
 
</div>
 
</div>
  
<div class="column two_thirds_size">
+
<div class="column full_size">
<table>  
+
<p style="text-align: justify">
<tr>
+
You can also watch the software tool running as the picture below shows, and at the end the software tool will predict the rate of producing your product:
<th> enzyme </th> <th> Substrate </th> <th> Turnover Number [1/s] </th> <th> KM Value [mM] </th>
+
</p>
</tr>  
+
</div>
<tr>  
+
<div class="column full_size">
<td> ERG10</td> <td>acetyl-CoA</td> <td>2.1</td> <td>0.33</td> </tr>
+
<img  src="https://static.igem.org/mediawiki/2018/1/16/T--SCUT-ChinaA--pythonjietu.png">
<tr>
+
<td> ERG13</td> <td>acetoacetyl-CoA, acetyl-CoA</td> <td>4.6</td> <td>acetoacetyl-CoA:0.0014, acetyl-CoA:0.05</td> </tr>
+
<tr>
+
<td> HMG1</td> <td>hydroxymethylglutaryl-CoA</td> <td>0.023</td> <td>0.045</td> </tr>
+
<tr>
+
<td>ERG12</td> <td>mevalonate</td> <td>2.36</td> <td>0.012</td> </tr>
+
<tr>
+
<td> ERG8</td> <td>phosphomevalonate</td> <td>3.4</td> <td>0.0042</td> </tr>
+
<tr>
+
<td>ERG19</td> <td>(R,S)-5-diphosphomevalonate</td> <td>5.9</td> <td>0.0091</td> </tr>
+
<tr>
+
<td> NDPS1</td> <td>isopentenyl diphosphate</td> <td>0.14</td> <td>0.047</td> </tr>
+
</table>
+
 
</div>
 
</div>
  
  
  
 +
 +
 +
 +
<div class="column full_size">
 +
<img class="full_size_image" style="margin-top:200px" src="https://static.igem.org/mediawiki/2018/0/0e/T--SCUT-ChinaA--bottom.png">
 +
</div>
  
 
</html>
 
</html>

Latest revision as of 00:49, 18 October 2018

SCUT-ChinaA

As you can see in the model page, we have successfully used our model to help us design our experiment. If you are interested in our model, you can use our python software tool and even modify it if you like. You can find it on the GitHub.

Click Here!

Input

What you need:

  • A complete metabolic pathway, and convert it into a mathematical form, a matrix \(S\) .
  • The constants of the enzymes. Usually you need to put the \(k_{cat}\) and the \(E_t\) in.

You can find more details on how to use this software tool on README.md

Output

What you will get is a figure like this:

The ordinate indicates the multiple of the predicted product generation rate of the model, and the sequence below the abscissa indicates the priority of the enzymes (the left is the highest).

You can also watch the software tool running as the picture below shows, and at the end the software tool will predict the rate of producing your product: