Line 4: | Line 4: | ||
<head> | <head> | ||
− | <title>Team:XJTU-China/ | + | <title>Team:XJTU-China/Proof_Of_Concept</title> |
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<meta name="keywords" content="iGEM,Xi'an Jiaotong University,XJTU-China,Tryptophan, | <meta name="keywords" content="iGEM,Xi'an Jiaotong University,XJTU-China,Tryptophan, | ||
Trp,Biosynthesis,E.coli"> | Trp,Biosynthesis,E.coli"> | ||
<meta name="description" | <meta name="description" | ||
− | + | content="Welcome to 2021 XJTU-China. Please check our recent work on tryptophan biosynthesis via E.coli"> | |
<meta name="viewport" | <meta name="viewport" | ||
− | + | content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" /> | |
<link rel="stylesheet" type="text/css" | <link rel="stylesheet" type="text/css" | ||
− | + | href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China&action=raw&ctype=text/css" /> | |
<link rel="stylesheet" type="text/css" | <link rel="stylesheet" type="text/css" | ||
− | + | href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/font_awesome_min&action=raw&ctype=text/css" /> | |
<link rel="stylesheet" type="text/css" | <link rel="stylesheet" type="text/css" | ||
− | + | href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/bootstrap&action=raw&ctype=text/css" /> | |
<!-- <link rel="stylesheet" type="text/css" | <!-- <link rel="stylesheet" type="text/css" | ||
href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/youtube&action=raw&ctype=text/css" /> --> | href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/youtube&action=raw&ctype=text/css" /> --> | ||
Line 24: | Line 24: | ||
<body> | <body> | ||
− | + | <!--banner--> | |
− | + | <section> | |
− | + | <div class="container row fixedBackground"> | |
− | + | <div class="fixedBackgroundImg" | |
− | + | style="background-image: url(https://static.igem.org/mediawiki/2021/f/fd/T--XJTU-China--bg.jpg);"> | |
+ | </div> | ||
+ | <div class="pageHeadline"><span>Proof of Concept</span></div> | ||
+ | </div> | ||
+ | </section> | ||
+ | <!--main--> | ||
+ | <section class="main"> | ||
+ | <div class="container mainBox" id="mainBox"> | ||
+ | <div class="row" id="container"> | ||
+ | <div class="side col-lg-3"> | ||
+ | <nav class="dr-menu"> | ||
+ | <h3>POC</h3> | ||
+ | <ul> | ||
+ | <li><a class="fa fa-plug" href="#1"> Design</a> | ||
+ | <ul> | ||
+ | <li><a href="#1-1">Overview</a></li> | ||
+ | <li><a href="#1-2">Experiment design</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a class="fa fa-plug" href="#2"> Result</a> | ||
+ | <ul> | ||
+ | <li><a href="#2-1">Verification of aroG-S211F</a></li> | ||
+ | <li><a href="#2-2">Verification of toggle-switch circuit</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a class="fa fa-plug" href="#3"> Conclusion</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="page xjtuText col-lg-8 col-12 justify-content-center"> |
+ | <a class="anchor" id="1"></a> | ||
+ | <h1 class="mt-5">Design</h1> | ||
+ | |||
+ | <a class="anchor" id="1-1"></a> | ||
+ | <h2 class="mt-5">Overview</h2> | ||
+ | <p>In our project, we plan to realize the efficiently production of tryptophan in E.coli. Based on the | ||
+ | biosynthesis pathway of tryptophan, aroG(encoding 3-deoxy-7-phosphoheptulonate synthase) and trpBA | ||
+ | (encoding tryptophan synthase) were used to improve the yield of tryptophan (Fig.1.1). aroG can | ||
+ | divert the intermediate products of glycolysis into the chorismate synthesis pathway, while trpBA | ||
+ | can synthesize the precursor chorismate into tryptophan. </p> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/3/33/T--XJTU-China--POC-Fig1-1.png" | ||
+ | alt="Fig.1.1" width="70%"> | ||
+ | <span class="description">Fig.1.1</span> | ||
+ | </div> | ||
+ | <p>We consider that excessive tryptophan production could interfere the proliferation of E.coli, for | ||
+ | over-expressed aroG will competitive inhibit the glycolysis pathway while large amount of ATP and | ||
+ | NADPH are consumed during the synthesis. Therefore, a toggle-switch circuit are used to reconciling | ||
+ | the contradiction between cell proliferation and tryptophan production. In one of the bistable | ||
+ | state, over expression of pykA(encoding pyruvate kinase II) is used to eliminate the competitive | ||
+ | inhibition of aroG, reducing the production process and enabling a rapid cell proliferation. When | ||
+ | cells reach a high density, they can be induced into another state where aroG and trpBA are | ||
+ | expressed to product tryptophan efficiently (Fig.1.2).</p> | ||
+ | <p>Here two types of inducible promoter, Pλ promoter and lacUV5 promoter ,are used, which can be induced | ||
+ | by heat (>42℃) and IPTG respectively. When lacUV5 promoter activated by IPTG, the cells will enter | ||
+ | the “proliferation” state; while Pλ promoter is activated by heat, they will turn into the | ||
+ | “production” state for expression of aroG and trpBA.</p> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/d/dc/T--XJTU-China--POC-Fig1-2.png" | ||
+ | alt="Fig.1.2" width="70%"> | ||
+ | <span class="description">Fig.1.2</span> | ||
+ | </div> | ||
+ | <p>In order to realize the family application of our project and the automatic control of production | ||
+ | conditions, we have designed a cultivation device. It contains controlling, detecting and | ||
+ | cultivating modules (Fig.1.3). The equipment can monitor the cell growth and tryptophan production | ||
+ | while conducting fermentation culture, and control the induction culture conditions through | ||
+ | singlechip at different stages with this signal, so as to activate the expression of specific | ||
+ | genes in the gene circuit, controlling the cells into “proliferation/production” state.</p> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/3/30/T--XJTU-China--POC-Fig1-3.jpeg" | ||
+ | alt="Fig.1.3" width="70%"> | ||
+ | <span class="description">Fig.1.3</span> | ||
+ | </div> | ||
+ | <p>Considering it is difficult to realize real-time detection of tryptophan concentration by chemical | ||
+ | method in hardware, we also have designed a detecting circuit which can sense the concentration of | ||
+ | tryptophan and report green fluorescence of different light intensities (inversely proportional to | ||
+ | the concentration of tryptophan) (Fig.1.4). By introducing this circuit into the engineered | ||
+ | bacteria, the concentration of tryptophan in culture medium can be converted into light intensity | ||
+ | that can be detected by hardware.</p> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/f/f2/T--XJTU-China--POC-Fig1-4.png" | ||
+ | alt="Fig.1.4" width="70%"> | ||
+ | <span class="description">Fig.1.4</span> | ||
+ | </div> | ||
+ | <p>Through the interaction of hardware circuit and gene circuit, we can achieve both the automatic | ||
+ | control and the high production, giving a full play to the advantages and potential of Synthetic | ||
+ | Biology.</p> | ||
+ | |||
+ | <a class="anchor" id="1-2"></a> | ||
+ | <h2 class="mt-5">Experiment design</h2> | ||
+ | <p>We designed and construct two circuits to verify the function of aroG and toggle-switch circuit | ||
+ | respectively as first step. </p> | ||
+ | <p><b>aroG</b></p> | ||
+ | <p>To release the feedback inhibition of phenylalanine on aroG and improve the catalytic efficiency, we | ||
+ | mutated serine at site 211 of aroG into phenylalanine to obtain its mutant, aroG-S211F | ||
+ | (Part:BBa_3832000). </p> | ||
+ | <p>We have constructed a circuit (Part:BBa_K3832008) for verifying function of aroG-S211F (Fig.2.1). | ||
+ | lacUV5 promoter is used to make the expression of aroG-S211F inducible, which facilitates our | ||
+ | measurement. </p> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/f/fe/T--XJTU-China--POC-Fig2-1.png" | ||
+ | alt="Fig.1.5" width="70%"> | ||
+ | <span class="description">Fig.1.5</span> | ||
+ | </div> | ||
+ | <p><b>Toggle-switch</b></p> | ||
+ | <p>GFP and RFP are used to help us detect and check whether our design of toggle-switch circuit will | ||
+ | work properly (Fig.2.4). Each promoter downstream follows another promoter's repressor gene and a | ||
+ | fluorescent protein in different color. By detecting the relative fluorescence intensity under | ||
+ | different inducing conditions, we can get information about the intensity of each promoter in | ||
+ | different states and whether they can function as we designed.</p> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/a/a6/T--XJTU-China--POC-Fig2-4.png" | ||
+ | alt="Fig.1.6" width="70%"> | ||
+ | <span class="description">Fig.1.6</span> | ||
+ | </div> | ||
+ | |||
+ | <a class="anchor" id="2"></a> | ||
+ | <h1 class="mt-5">Result</h1> | ||
+ | |||
+ | |||
+ | <a class="anchor" id="2-1"></a> | ||
+ | <h2 class="mt-5">Verification of aroG-S211F</h2> | ||
+ | <p>We have measured the yield of tryptophan and proliferation rate in the chassis, E.coli DH5alpha, | ||
+ | containing this circuit, and by comparing with corresponding control groups (without aroG-S211F or | ||
+ | not induced by IPTG), we have successfully verified its function of promoting tryptophan production | ||
+ | and inhibition effect on cell proliferation (Fig.2.2 & Fig.2.3).</p> | ||
+ | <div class="row"> | ||
+ | <div class="col-6"> | ||
+ | <br> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/0/0d/T--XJTU-China--POC-Fig2-2.png" | ||
+ | alt="Fig.2.1" width="90%"> | ||
+ | <span class="description">Fig.2.1</span> | ||
+ | </div> | ||
+ | <br><br><br> | ||
+ | <p>More details for the experiment design and result of aroG:<br> | ||
+ | <a><b>Improvement: aroG-S211F</b></a> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="col-6"> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/f/f2/T--XJTU-China--POC-Fig2-3.png" | ||
+ | alt="Fig.2.2" width="90%"> | ||
+ | <span class="description">Fig.2.2</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <a class="anchor" id="2-2"></a> | ||
+ | <h2 class="mt-5">Verification of toggle-switch circuit</h2> | ||
+ | <p>Our experiment result have confirmed the feasibility of our design. As shown in Fig.2.5, we | ||
+ | successfully achieved bistable protein expression under different induction conditions. The | ||
+ | relative expression levels of GFP and RFP were significantly reversed with the change of inducting | ||
+ | conditions, indicating that the circuit design can be used to switch cell states between | ||
+ | “proliferation” and “production”.</p> | ||
+ | <div class="imgWrapper centerize"> | ||
+ | <img src="https://static.igem.org/mediawiki/2021/3/37/T--XJTU-China--POC-Fig2-5.png" | ||
+ | alt="Fig.2.3" width="70%"> | ||
+ | <span class="description">Fig.2.3</span> | ||
+ | </div> | ||
+ | <p>More details for the experiment design and result of toggle-switch circuit:<br> | ||
+ | <a><b>Engineering Success: toggle-switch circui</b></a> | ||
+ | </p> | ||
+ | |||
+ | <a class="anchor" id="3"></a> | ||
+ | <h1 class="mt-5">Conclusion</h1> | ||
+ | <p>By detecting the functions of aroG and toggle-Switch circuits respectively, we verified the | ||
+ | feasibility of our general design. We confirmed that the expression of exogenous aroG-S211F can | ||
+ | significantly promote the production of tryptophan and observed its inhibitory effect on cell | ||
+ | proliferation. Meanwhile, for the control circuit, two groups of promoter-repressor systems and | ||
+ | RBS with corresponding strength we used can achieve bistable state under different induction | ||
+ | conditions. </p> | ||
+ | <p>Although we did not verify the performance of aroG-S211F, trpBA and pykA genes in toggle switch | ||
+ | circuit, based on the data obtained in the experiment, we also confirmed its feasibility through | ||
+ | modeling (View results on our <a href="https://2021.igem.org/Team:XJTU-China/Model">Modelling</a> page). Furthermore, we predict the best time to change the | ||
+ | induction condition when the tryptophan production reaches the maximum, so as to provide suitable | ||
+ | parameters for automatic control of hardware.</p> | ||
+ | |||
+ | </div> | ||
+ | <div class="col-lg-1"></div> | ||
</div> | </div> | ||
− | </section> | + | </div> |
+ | </section> | ||
− | + | <!--JS--> | |
− | + | <script type="text/javascript" | |
src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/jquery&action=raw&ctype=text/javascript"></script> | src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/jquery&action=raw&ctype=text/javascript"></script> | ||
− | + | <script type="text/javascript" | |
src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/bootstrapJS&action=raw&ctype=text/javascript"></script> | src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/bootstrapJS&action=raw&ctype=text/javascript"></script> | ||
− | + | <script type="text/javascript" | |
src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/lottie&action=raw&ctype=text/javascript"></script> | src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/lottie&action=raw&ctype=text/javascript"></script> | ||
− | + | <!--dr-menuSliding--> | |
− | + | <script> | |
− | + | var fsliding = (function () { | |
− | + | window.addEventListener('scroll', function () { | |
− | + | var scroll = $(window).scrollTop(); | |
− | + | var pageHeight = $(window).height(); | |
− | + | var pageWidth = $(window).width(); | |
− | + | var drMenu = $(".dr-menu"); | |
− | + | var containerHeight = $("#container").height(); | |
− | + | var drMenuHeight = drMenu.height(); | |
− | + | var headerHeight = $("header").height(); | |
− | + | if (pageWidth < 992) { | |
− | + | drMenu.hide(); | |
+ | } | ||
+ | else { | ||
+ | drMenu.show(); | ||
+ | // drmenu到底, -5px莫名其妙 | ||
+ | if (scroll - 5 - (0.7 * pageHeight - headerHeight) + drMenuHeight >= containerHeight) { | ||
+ | drMenu.css({ | ||
+ | "position": "relative", | ||
+ | "top": (containerHeight - drMenuHeight).toString() + "px" | ||
+ | }); | ||
+ | } | ||
+ | //滑动时,-5px莫名其妙 | ||
+ | else if (scroll - 5 > 0.7 * pageHeight - headerHeight) { | ||
+ | drMenu.css({ | ||
+ | "position": "fixed", | ||
+ | "top": (headerHeight + 100).toString() + "px" | ||
+ | }); | ||
} | } | ||
+ | //未滑动时 | ||
else { | else { | ||
− | drMenu. | + | drMenu.css({ |
− | + | "position": "relative", | |
− | + | "top": "0" | |
− | + | }); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | } | + | } |
− | })() | + | }) |
− | + | })() | |
+ | </script> | ||
</body> | </body> | ||
Revision as of 18:26, 19 October 2021
Design
Overview
In our project, we plan to realize the efficiently production of tryptophan in E.coli. Based on the biosynthesis pathway of tryptophan, aroG(encoding 3-deoxy-7-phosphoheptulonate synthase) and trpBA (encoding tryptophan synthase) were used to improve the yield of tryptophan (Fig.1.1). aroG can divert the intermediate products of glycolysis into the chorismate synthesis pathway, while trpBA can synthesize the precursor chorismate into tryptophan.
We consider that excessive tryptophan production could interfere the proliferation of E.coli, for over-expressed aroG will competitive inhibit the glycolysis pathway while large amount of ATP and NADPH are consumed during the synthesis. Therefore, a toggle-switch circuit are used to reconciling the contradiction between cell proliferation and tryptophan production. In one of the bistable state, over expression of pykA(encoding pyruvate kinase II) is used to eliminate the competitive inhibition of aroG, reducing the production process and enabling a rapid cell proliferation. When cells reach a high density, they can be induced into another state where aroG and trpBA are expressed to product tryptophan efficiently (Fig.1.2).
Here two types of inducible promoter, Pλ promoter and lacUV5 promoter ,are used, which can be induced by heat (>42℃) and IPTG respectively. When lacUV5 promoter activated by IPTG, the cells will enter the “proliferation” state; while Pλ promoter is activated by heat, they will turn into the “production” state for expression of aroG and trpBA.
In order to realize the family application of our project and the automatic control of production conditions, we have designed a cultivation device. It contains controlling, detecting and cultivating modules (Fig.1.3). The equipment can monitor the cell growth and tryptophan production while conducting fermentation culture, and control the induction culture conditions through singlechip at different stages with this signal, so as to activate the expression of specific genes in the gene circuit, controlling the cells into “proliferation/production” state.
Considering it is difficult to realize real-time detection of tryptophan concentration by chemical method in hardware, we also have designed a detecting circuit which can sense the concentration of tryptophan and report green fluorescence of different light intensities (inversely proportional to the concentration of tryptophan) (Fig.1.4). By introducing this circuit into the engineered bacteria, the concentration of tryptophan in culture medium can be converted into light intensity that can be detected by hardware.
Through the interaction of hardware circuit and gene circuit, we can achieve both the automatic control and the high production, giving a full play to the advantages and potential of Synthetic Biology.
Experiment design
We designed and construct two circuits to verify the function of aroG and toggle-switch circuit respectively as first step.
aroG
To release the feedback inhibition of phenylalanine on aroG and improve the catalytic efficiency, we mutated serine at site 211 of aroG into phenylalanine to obtain its mutant, aroG-S211F (Part:BBa_3832000).
We have constructed a circuit (Part:BBa_K3832008) for verifying function of aroG-S211F (Fig.2.1). lacUV5 promoter is used to make the expression of aroG-S211F inducible, which facilitates our measurement.
Toggle-switch
GFP and RFP are used to help us detect and check whether our design of toggle-switch circuit will work properly (Fig.2.4). Each promoter downstream follows another promoter's repressor gene and a fluorescent protein in different color. By detecting the relative fluorescence intensity under different inducing conditions, we can get information about the intensity of each promoter in different states and whether they can function as we designed.
Result
Verification of aroG-S211F
We have measured the yield of tryptophan and proliferation rate in the chassis, E.coli DH5alpha, containing this circuit, and by comparing with corresponding control groups (without aroG-S211F or not induced by IPTG), we have successfully verified its function of promoting tryptophan production and inhibition effect on cell proliferation (Fig.2.2 & Fig.2.3).
Verification of toggle-switch circuit
Our experiment result have confirmed the feasibility of our design. As shown in Fig.2.5, we successfully achieved bistable protein expression under different induction conditions. The relative expression levels of GFP and RFP were significantly reversed with the change of inducting conditions, indicating that the circuit design can be used to switch cell states between “proliferation” and “production”.
More details for the experiment design and result of toggle-switch circuit:
Engineering Success: toggle-switch circui
Conclusion
By detecting the functions of aroG and toggle-Switch circuits respectively, we verified the feasibility of our general design. We confirmed that the expression of exogenous aroG-S211F can significantly promote the production of tryptophan and observed its inhibitory effect on cell proliferation. Meanwhile, for the control circuit, two groups of promoter-repressor systems and RBS with corresponding strength we used can achieve bistable state under different induction conditions.
Although we did not verify the performance of aroG-S211F, trpBA and pykA genes in toggle switch circuit, based on the data obtained in the experiment, we also confirmed its feasibility through modeling (View results on our Modelling page). Furthermore, we predict the best time to change the induction condition when the tryptophan production reaches the maximum, so as to provide suitable parameters for automatic control of hardware.