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

(Prototype team page)
 
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
{{SCUT-ChinaA/CSS}}
 +
{{SCUT-ChinaA/T3}}
 
{{SCUT-ChinaA}}
 
{{SCUT-ChinaA}}
 +
 
<html>
 
<html>
  
  
<div class="column full_size judges-will-not-evaluate">
+
<div class="clear"></div>
<h3>★  ALERT! </h3>
+
<div class="igem_content_wrapper">
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
+
<img class="full_size_image" style="margin-top:-360px" src="https://static.igem.org/mediawiki/2018/7/70/T--SCUT-ChinaA--title3-2.png">
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
  
 +
<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>
  
<div class="clear"></div>
 
  
 +
<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">
<h1>Software</h1>
+
<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>
 
</div>
<div class="column two_thirds_size">
 
<h3>Best Software Tool Special Prize</h3>
 
<p>Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honor such "nuggets" of computational work.
 
  
  
<br><br>
+
<div class="column full_size">
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Software Tool prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>.
+
<h2 style="text-align: left">Output</h2>
<br><br>
+
 
You must also delete the message box on the top of this page to be eligible for this prize.
+
<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 third_size">
+
<div class="column full_size">
<div class="highlight decoration_A_full">
+
<p style="text-align: justify">
<h3> Inspiration </h3>
+
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>
+
Here are a few examples from previous teams:
+
 
</p>
 
</p>
<ul>
 
<li><a href="https://2016.igem.org/Team:BostonU_HW">2016 BostonU HW</a></li>
 
<li><a href="https://2016.igem.org/Team:Valencia_UPV">2016 Valencia UPV</a></li>
 
<li><a href="https://2014.igem.org/Team:Heidelberg/Software">2014 Heidelberg</a></li>
 
<li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">2014 Aachen</a></li>
 
</ul>
 
 
</div>
 
</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 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>
 
</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: