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

 
(16 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">
+
 
 +
<p style="text-align: justify"><a href="https://github.com/scutzhuzh/optool">Click Here!</a></p>
 +
</div>
  
 
<div class="column full_size">
 
<div class="column full_size">
<h2 style="text-align: left">Abstract</h2>
+
<h2 style="text-align: left">Input</h2>
 +
</div>
 +
<div class="column full_size">
 +
<p style="text-align: justify">
 +
What you need:
 +
</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>
  
<p>
 
  
While building our model, we developed a software tool to help us find the optimal solution. After we finished, we modified the software and made it universal, which means it can be used by other researchers.
+
<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>
 
</p>
 +
</div>
 +
<div class="column half_size">
 +
<img  src="https://static.igem.org/mediawiki/2018/5/56/T--SCUT-ChinaA--modelresult.jpg">
 +
</div>
  
 +
<div class="column full_size">
 +
<p style="text-align: justify">
 +
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).
 +
</p>
 
</div>
 
</div>
  
 +
<div class="column full_size">
 +
<p style="text-align: justify">
 +
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:
 +
</p>
 +
</div>
 +
<div class="column full_size">
 +
<img  src="https://static.igem.org/mediawiki/2018/1/16/T--SCUT-ChinaA--pythonjietu.png">
 +
</div>
  
<div class="column two_thirds_size">
+
 
<table>
+
 
<tr>
+
 
<th> enzyme </th> <th> Substrate </th> <th> Turnover Number [1/s] </th> <th> KM Value [mM] </th>
+
 
</tr>
+
 
<tr>
+
<div class="column full_size">
<td> ERG10</td> <td>acetyl-CoA</td> <td>2.1</td> <td>0.33</td> </tr>
+
<img class="full_size_image" style="margin-top:200px" src="https://static.igem.org/mediawiki/2018/0/0e/T--SCUT-ChinaA--bottom.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>
  
<p>
 
While building our model, we developed a software with python to help us find the optimal solution. After we finished, we modified the software and made it universal, which means it can be used by other researchers. The software is tiny and very easy to use, and even those who are not familiar with python can use it, for we have written a detailed document to tell people how to use it and put it on the Github with the software tool. The software has showed its power in our project, thus we think that more researchers may benefit from it. What's more, the code of the software is commented and easy to understand, which means you can modify it to do more things as well. So, we think this software should be considered and it worths a prize.
 
</p>
 
 
</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: