Difference between revisions of "Team:USTC-Software/Results"

(Prototype team page)
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{USTC-Software}}
+
{{USTC-Software/html/header}}
 
<html>
 
<html>
 +
<!--对应链接<li><a href="https://2019.igem.org/Team:USTC-Software/Collaborations">Collaborations</a></li>-->
 +
<link href="https://2019.igem.org/Template:USTC-Software/css/default?action=raw&ctype=text/css" rel="stylesheet"
 +
      type="text/css"/>
 +
<link href="https://2019.igem.org/Template:USTC-Software/css/bootstrap?action=raw&ctype=text/css" rel="stylesheet"
 +
      type="text/css"/>
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/jquery?action=raw&ctype=text/javascript"
 +
        type="text/javascript"></script>
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/popper?action=raw&ctype=text/javascript"
 +
        type="text/javascript"></script>
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/bootstrap?action=raw&ctype=text/javascript"
 +
        type="text/javascript"></script>
 +
<div class="autoMenu2" id="autoMenu2"></div>
 +
<div class="container">
 +
  <div class="row">
 +
    <!-- <div class="col-lg-2 col-md-0">
 +
      <div class="autoMenu d-none d-lg-block" data-autoMenu id="autoMenu"></div>
 +
    </div> -->
 +
    <div class="col-lg-12 col-md-12">
 +
      <div class="card page-content">
 +
        <div class="card-body">
 +
          <h1 class="text-center">Results</h1>
 +
          <div class="passage">
 +
            After several months of hard work by all team members, we built the model and completed the whole project.
 +
            And then, we successfully verified several ideas mentioned in some papers, which proves that our tool can
 +
            works correctly as we thought. It turns that our project is useful.
 +
            Biology students and some of the professors mentioned that it's hard for them to know what will happen
 +
            precisely in a cell if they edit genes.
 +
            They don't know whether adding or knocking out a gene will influence other reactions in the cell, thus
 +
            reducing the production of the objective metabolite. Of course, they can cultivate certain strains to
 +
            examine the production rate. But the whole process would be complicated and time-wasted. Our project can
 +
            precisely predict which gene is unnecessary by in silico flux analysis.
 +
          </div>
  
  
<div class="column full_size">
+
          <h3>Specific features</h3>
<h1>Results</h1>
+
          <h4>Accurate recommendation</h4>
<p>Here you can describe the results of your project and your future plans. </p>
+
          <div class="passage">
</div>
+
            If synthetic biologists want to increase the production of particular metabolites, here comes some
 +
            questions: what types of genes should be knocked out? What kinds of genes should be overexpressed? If they
 +
            knock out a gene, will it influence the growth and survival of the microorganism? Due to the different
 +
            culture conditions and many uncertain factors, it's nearly impossible to predict the precise production of
 +
            specific metabolites. However, we can precisely predict what genes will possibly influence the objective
 +
            metabolite through in silico simulation. More surprisingly, our software can recommend genes the biologists
 +
            to overexpress or knock out to achieve their goals. Through calculation, our tool will precisely minimize
 +
            the range of genes that may have a positive effect on your goals. After calculation, we can present several
 +
            clear tables to show the results. So it's likely for them to spend less time finding a proper gene, which
 +
            will significantly reduce the workload of synthetic biologists.
 +
          </div>
  
 +
          <h4>Precise prediction</h4>
 +
          <div class="passage">
 +
            Before the synthetic biologists begin their experiments, our software can simulate the process and precisely
 +
            predict how the flux of all metabolites, especially coenzymes, will change. For example, if they know the
 +
            flux of ATP will probably reduce significantly, they might improve the culture condition or change some
 +
            promoters to achieve their goals.
 +
          </div>
  
<div class="column third_size" >
+
          <br><br>
  
<h3>What should this page contain?</h3>
+
          <h3>Prediction reliability</h3>
<ul>
+
          <div class="passage">
<li> Clearly and objectively describe the results of your work.</li>
+
            Our project has many attractive features that distinguish it from others, and we have used many experiments
<li> Future plans for the project. </li>
+
            data to validate each of them. We testify the reliability of the prediction through three perspectives:
<li> Considerations for replicating the experiments. </li>
+
          </div>
</ul>
+
          <br><br>
</div>
+
          <h4>influence of gene deletion on the growth of microorganisms</h4>
 +
          <div class="passage">
 +
            The Escherichia coli MG1655 in silico metabolic genotype: its definition, characteristics, and capabilities,
 +
            compared the predicted mutant growth characteristics from the gene deletion study to published experimental
 +
            results with single mutants. Since one of the functions of our software is giving the gene knockout strategy
 +
            that can enhance the production of some specific metabolites or the biomass, we tried to recurrent the
 +
            calculation process to get similar results, which proved that our software did well in this kind of
 +
            prediction.
 +
            We imported the same model, E.coli MG1655, in our program. Then we just set the mode as default, namely,
 +
            strategy to search for the maximum biomass and the environment it gave. When we deleted the gene
 +
            individually, ForeSyn gave us answers immediately. 
 +
          </div>
  
  
 +
          <div class="passage">
 +
            <b>Step 1. Search the gene ID in ForeSyn</b><br>
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/1/18/T--USTC-Software--results1.png">
 +
              <p>Search the gene ID in ForeSyn</p>
 +
            </div>
 +
            <b>Step 2. Delete the gene respectively in the e.coli core model.</b>
 +
            We can see the flux of objective reaction(biomass) is corresponding with what has been showed in the table
 +
            in the paper.
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/1/14/T--USTC-Software--results2.png">
 +
              <p>Delete the gene respectively in the e.coli core model - 1</p>
 +
            </div>
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/4/46/T--USTC-Software--results3.png">
 +
              <p>Delete the gene respectively in the e.coli core model - 2</p>
 +
            </div>
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/3/38/T--USTC-Software--results4.png">
 +
              <p>Delete the gene respectively in the e.coli core model - 3</p>
 +
            </div>
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/8/80/T--USTC-Software--results5.png">
 +
              <p>Delete the gene respectively in the e.coli core model - 4</p>
 +
            </div>
 +
            As is clearly shown, after some of the gene knockout, such as pfkAB and gapA, the biomass declined. We can
 +
            quickly indicate that to optimize the biomass. We'd better think twice before operating with such genes. So
 +
            it's time to review the paper and try to check if our result is right.
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/6/6c/T--USTC-Software--results6.png">
 +
              <p>Biomass declined</p>
 +
            </div>
 +
            When it deletes the genes that have just mentioned, the maximum biomass reduces, and gapA even fell to zero.
 +
            We're pleased that such experimental results fit well with our in-silico results.
  
 
+
          </div>
<div class="column two_thirds_size" >
+
          <h4>How the deletion of genes will affect the objective product?</h4>
<h3>Describe what your results mean </h3>
+
          <div class="passage">
<ul>
+
            In Genetic engineering of Escherichia coli to enhance production of L-tryptophan, the biologists do some
<li> Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for. </li>
+
            researches on how to improve the production of L-tryptophan. Through their experiments, they find out the
<li> Show data, but remember <b>all measurement and characterization data must also be on the part's Main Page on the Registry.</b> Otherwise these data will not be in consideration for any medals or part awards! </li>
+
            deletion of several specific genes can increase the flux of L-tryptophan. They figured out that two pathways
<li> Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project. </li>
+
            involving phosphotransacetylase-acetate kinase (Pta-AckA) and pyruvate oxidase(PoxB) contribute to acetate
</ul>
+
            synthesis at the beginning of overflow metabolism, which will affect the production of L-tryptophan as
 +
            expected.
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/2/27/T--USTC-Software--results7.png">
 +
              <p>Knock out 3 genes related together</p>
 +
            </div>
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/6/60/T--USTC-Software--results8.png">
 +
              <p>The left column represents the flux after we knock genes. The right column is the original flux of trp</p>
 +
            </div>
 +
          </div>
 +
          <h4>Whether we can recommend the correct gene which should be knocked out or overexpressed</h4>
 +
          <div class="passage">
 +
            When we want to optimize the objective reaction, we need to increase the fluxes of specific reactions or
 +
            activities by directly overexpressing the corresponding genes. Also, we need to knock out some genes so that
 +
            the metabolites in critical pathways won't be overused. <br><br>
 +
            Through the data we searched online, Metabolic engineering of Escherichia coli for direct production of 1,
 +
            4-butanediol, some papers mentioned they edit some essential genes and successfully construct a
 +
            Thr-overproducing E.coli strain.We use our tool to simulate the same model, and it turns out we can
 +
            precisely predict what genes should be removed and what genes should be overexpressed. <br><br>
 +
            The model used in the paper is E.coli MBEL979, which is a slightly modified network of iJR904. So we use
 +
            iJR904 as our model because E.coli MBEL979 is not included in cobra. <br><br>
 +
            The paper shows that the deletion of lysA and metA will increase the production of Threonine because the
 +
            expression of them will consume the necessary precursors of Theronine—Aspartate, and Homeserine.br
 +
            <br><br>
 +
            So we edit the iJR904 model by set THRS, a critical reaction to synthesize Theronine, as the maximized
 +
            reaction.
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/b/b2/T--USTC-Software--results9.png">
 +
              <p>Set THRS as the objective reaction to optimize</p>
 +
            </div>
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/c/ca/T--USTC-Software--results10.png">
 +
              <p>The change of reaction flux by set THRS as the objective reaction</p>
 +
            </div>
 +
            Through the comparison above, we can know that the flux of DAPDC and HSST both reduce from a specific number
 +
            to zero after we set THRS as the optimized reaction. The flux changes to zero suggests that the reaction is
 +
            not included in the best solution space, so we can knock it out to increase the production of Threonine.
 +
            <br><br>
 +
            What's more, we can see the flux of PPC is increased after we set the objective reaction as THRS. And it is
 +
            corresponding with what is mentioned in the paper that overexpression of PPC can increase the production of
 +
            Therorine, which is because it can directly produce Oxaloacetate, a precursor of Threonine. Therefore, it
 +
            proves that it can precisely recommend which gene should be overexpressed.
 +
            <div class="psgImg">
 +
              <img alt="" src="https://static.igem.org/mediawiki/2019/2/2b/T--USTC-Software--results11.png">
 +
              <p>Gene should be overexpressed</p>
 +
            </div>
 +
          </div>
 +
          <h2  class="ref">References</h2>
 +
          <div class="ref-list">
 +
            <ul>
 +
              <li>1. Edwards J S, Palsson B O. The Escherichia coli MG1655 in silico metabolic genotype: its definition,
 +
                characteristics, and capabilities[J]. Proceedings of the National Academy of Sciences, 2000, 97(10):
 +
                5528-5533.
 +
                https://www.pnas.org/content/97/10/5528.short
 +
              </li>
 +
              <li>2. Wang J, Cheng L K, Wang J, et al. Genetic engineering of Escherichia coli to enhance production of
 +
                L-tryptophan[J]. Applied microbiology and biotechnology, 2013, 97(17): 7587-7596.
 +
              </li>
 +
              <li>3. Yim H, Haselbeck R, Niu W, et al. Metabolic engineering of Escherichia coli for direct production
 +
                of 1, 4-butanediol[J]. Nature chemical biology, 2011, 7(7): 445.
 +
                https://www.nature.com/articles/nchembio.580
 +
              </li>
 +
            </ul>
 +
          </div>
 +
        </div>
 +
      </div>
 +
    </div>
 +
  </div>
 
</div>
 
</div>
  
 +
<!--autoMenu css and js files, generate Menu of each article-->
 +
<!--<link href="https://2019.igem.org/Template:USTC-Software/css/autoMenu?action=raw&ctype=text/css" rel="stylesheet">-->
 +
<!--<script src="https://2019.igem.org/Template:USTC-Software/js/autoMenu?action=raw&ctype=text/javascript"></script>-->
  
<div class="clear extra_space"></div>
+
<!--autoMenu css and js files, generate Menu of each article-->
 +
<link href="https://2019.igem.org/Template:USTC-Software/css/autoMenu2?action=raw&ctype=text/css" rel="stylesheet">
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/autoMenu2_copy?action=raw&ctype=text/javascript"></script>
  
 +
<!--scrollBar js. when scroll down, a cat will be there-->
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/addScrollBar?action=raw&ctype=text/javascript"></script>
  
 +
<!-- make content Menu fixed-->
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/makeIndexFixed?action=raw&ctype=text/javascript"></script>
  
<div class="column two_thirds_size" >
+
<!--add background-->
<h3> Project Achievements </h3>
+
<script src="https://2019.igem.org/Template:USTC-Software/js/addBackground?action=raw&ctype=text/javascript"></script>
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
<link href="https://2019.igem.org/Template:USTC-Software/css/pageContent?action=raw&ctype=text/css" rel="stylesheet">
  
<ul>
+
<!--add figure <index>-->
<li>A list of linked bullet points of the successful results during your project</li>
+
<script src="https://2019.igem.org/Template:USTC-Software/js/insertNumForPics?action=raw&ctype=text/javascript"></script>
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</ul>
+
 
+
</div>
+
 
+
 
+
 
+
<div class="column third_size" >
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p>See how other teams presented their results.</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</ul>
+
</div>
+
</div>
+
  
  
Line 67: Line 220:
  
 
</html>
 
</html>
 +
{{USTC-Software/html/footer}}

Latest revision as of 03:41, 22 October 2019

Results

After several months of hard work by all team members, we built the model and completed the whole project. And then, we successfully verified several ideas mentioned in some papers, which proves that our tool can works correctly as we thought. It turns that our project is useful. Biology students and some of the professors mentioned that it's hard for them to know what will happen precisely in a cell if they edit genes. They don't know whether adding or knocking out a gene will influence other reactions in the cell, thus reducing the production of the objective metabolite. Of course, they can cultivate certain strains to examine the production rate. But the whole process would be complicated and time-wasted. Our project can precisely predict which gene is unnecessary by in silico flux analysis.

Specific features

Accurate recommendation

If synthetic biologists want to increase the production of particular metabolites, here comes some questions: what types of genes should be knocked out? What kinds of genes should be overexpressed? If they knock out a gene, will it influence the growth and survival of the microorganism? Due to the different culture conditions and many uncertain factors, it's nearly impossible to predict the precise production of specific metabolites. However, we can precisely predict what genes will possibly influence the objective metabolite through in silico simulation. More surprisingly, our software can recommend genes the biologists to overexpress or knock out to achieve their goals. Through calculation, our tool will precisely minimize the range of genes that may have a positive effect on your goals. After calculation, we can present several clear tables to show the results. So it's likely for them to spend less time finding a proper gene, which will significantly reduce the workload of synthetic biologists.

Precise prediction

Before the synthetic biologists begin their experiments, our software can simulate the process and precisely predict how the flux of all metabolites, especially coenzymes, will change. For example, if they know the flux of ATP will probably reduce significantly, they might improve the culture condition or change some promoters to achieve their goals.


Prediction reliability

Our project has many attractive features that distinguish it from others, and we have used many experiments data to validate each of them. We testify the reliability of the prediction through three perspectives:


influence of gene deletion on the growth of microorganisms

The Escherichia coli MG1655 in silico metabolic genotype: its definition, characteristics, and capabilities, compared the predicted mutant growth characteristics from the gene deletion study to published experimental results with single mutants. Since one of the functions of our software is giving the gene knockout strategy that can enhance the production of some specific metabolites or the biomass, we tried to recurrent the calculation process to get similar results, which proved that our software did well in this kind of prediction. We imported the same model, E.coli MG1655, in our program. Then we just set the mode as default, namely, strategy to search for the maximum biomass and the environment it gave. When we deleted the gene individually, ForeSyn gave us answers immediately. 
Step 1. Search the gene ID in ForeSyn

Search the gene ID in ForeSyn

Step 2. Delete the gene respectively in the e.coli core model. We can see the flux of objective reaction(biomass) is corresponding with what has been showed in the table in the paper.

Delete the gene respectively in the e.coli core model - 1

Delete the gene respectively in the e.coli core model - 2

Delete the gene respectively in the e.coli core model - 3

Delete the gene respectively in the e.coli core model - 4

As is clearly shown, after some of the gene knockout, such as pfkAB and gapA, the biomass declined. We can quickly indicate that to optimize the biomass. We'd better think twice before operating with such genes. So it's time to review the paper and try to check if our result is right.

Biomass declined

When it deletes the genes that have just mentioned, the maximum biomass reduces, and gapA even fell to zero. We're pleased that such experimental results fit well with our in-silico results.

How the deletion of genes will affect the objective product?

In Genetic engineering of Escherichia coli to enhance production of L-tryptophan, the biologists do some researches on how to improve the production of L-tryptophan. Through their experiments, they find out the deletion of several specific genes can increase the flux of L-tryptophan. They figured out that two pathways involving phosphotransacetylase-acetate kinase (Pta-AckA) and pyruvate oxidase(PoxB) contribute to acetate synthesis at the beginning of overflow metabolism, which will affect the production of L-tryptophan as expected.

Knock out 3 genes related together

The left column represents the flux after we knock genes. The right column is the original flux of trp

Whether we can recommend the correct gene which should be knocked out or overexpressed

When we want to optimize the objective reaction, we need to increase the fluxes of specific reactions or activities by directly overexpressing the corresponding genes. Also, we need to knock out some genes so that the metabolites in critical pathways won't be overused. 

Through the data we searched online, Metabolic engineering of Escherichia coli for direct production of 1, 4-butanediol, some papers mentioned they edit some essential genes and successfully construct a Thr-overproducing E.coli strain.We use our tool to simulate the same model, and it turns out we can precisely predict what genes should be removed and what genes should be overexpressed. 

The model used in the paper is E.coli MBEL979, which is a slightly modified network of iJR904. So we use iJR904 as our model because E.coli MBEL979 is not included in cobra. 

The paper shows that the deletion of lysA and metA will increase the production of Threonine because the expression of them will consume the necessary precursors of Theronine—Aspartate, and Homeserine.br

So we edit the iJR904 model by set THRS, a critical reaction to synthesize Theronine, as the maximized reaction.

Set THRS as the objective reaction to optimize

The change of reaction flux by set THRS as the objective reaction

Through the comparison above, we can know that the flux of DAPDC and HSST both reduce from a specific number to zero after we set THRS as the optimized reaction. The flux changes to zero suggests that the reaction is not included in the best solution space, so we can knock it out to increase the production of Threonine.

What's more, we can see the flux of PPC is increased after we set the objective reaction as THRS. And it is corresponding with what is mentioned in the paper that overexpression of PPC can increase the production of Therorine, which is because it can directly produce Oxaloacetate, a precursor of Threonine. Therefore, it proves that it can precisely recommend which gene should be overexpressed.

Gene should be overexpressed

References

  • 1. Edwards J S, Palsson B O. The Escherichia coli MG1655 in silico metabolic genotype: its definition, characteristics, and capabilities[J]. Proceedings of the National Academy of Sciences, 2000, 97(10): 5528-5533. https://www.pnas.org/content/97/10/5528.short
  • 2. Wang J, Cheng L K, Wang J, et al. Genetic engineering of Escherichia coli to enhance production of L-tryptophan[J]. Applied microbiology and biotechnology, 2013, 97(17): 7587-7596.
  • 3. Yim H, Haselbeck R, Niu W, et al. Metabolic engineering of Escherichia coli for direct production of 1, 4-butanediol[J]. Nature chemical biology, 2011, 7(7): 445. https://www.nature.com/articles/nchembio.580