Difference between revisions of "Team:Vilnius-Lithuania/Model"

Line 63: Line 63:
 
     </div>  
 
     </div>  
 
     <div class="background">  
 
     <div class="background">  
       <canvas id="background-canvas">
+
       <canvas id="background-canvas">  
 
       </canvas>  
 
       </canvas>  
       <canvas id="canvas-transition">
+
       <canvas id="canvas-transition">  
 
       </canvas>  
 
       </canvas>  
 
       <div class="app-header">  
 
       <div class="app-header">  
        <h1 id="title">MODEL
 
        </h1>
 
 
         <div class="app-header-image-wrapper" id="img">  
 
         <div class="app-header-image-wrapper" id="img">  
 +
          <h1 id="title">MODEL
 +
          </h1>
 
           <img alt="Header" src="https://static.igem.org/mediawiki/2021/6/6f/T--Vilnius-Lithuania--Model.jpg"/>  
 
           <img alt="Header" src="https://static.igem.org/mediawiki/2021/6/6f/T--Vilnius-Lithuania--Model.jpg"/>  
 
         </div>  
 
         </div>  
Line 77: Line 77:
 
         <div class="app-content-text">  
 
         <div class="app-content-text">  
 
           <div class="content-page-container">  
 
           <div class="content-page-container">  
             <h3 class="index-headline">Motivation
+
             <h3 class="index-headline">Motivation          
 
             </h3>  
 
             </h3>  
             <p>              We engineered a metabolic pathway for naringenin production in  
+
             <p>              We engineered a metabolic pathway for naringenin production in              
               <i>E. coli Nissle 1917
+
               <i>E. coli Nissle 1917            
               </i>              in order to produce the probiotics for the prevention part of our project.              We performed mathematical analysis in order to expedite the engineering process              by deciding what promoters to use based on the model for the pathway we derived.            
+
               </i>              in order to produce the probiotics for the prevention part of our project.              We performed mathematical analysis in order to expedite the engineering process              by deciding what promoters to use based on the model for the pathway we derived.                        
 
             </p>  
 
             </p>  
             <h3 class="index-headline">Derivation
+
             <h3 class="index-headline">Derivation          
 
             </h3>  
 
             </h3>  
             <p>              Creating a model that would be able to accurately estimate the amount of naringenin              produced by the pathway is an infeasible task before doing any practical experiments.              However, we are able to write down a simple model with which we could study the speed              of the reactions and that would help us decide on the strength of promoters that should be              used.            
+
             <p>              Creating a model that would be able to accurately estimate the amount of naringenin              produced by the pathway is an infeasible task before doing any practical experiments.              However, we are able to write down a simple model with which we could study the speed              of the reactions and that would help us decide on the strength of promoters that should be              used.                        
 
             </p>  
 
             </p>  
             <p>              To this end, we use the staple of modeling in synthetic biology:              Michaelis–Menten kinetics. That is we model the following type of enzymatic reaction:              $$[E] + [S] \leftrightarrows [ES] \rightarrow [E] + [P],$$              with differential equations:              $$\frac{d [P]}{dt} = k_{cat}[E]\frac{[P]}{K_m + [P]},$$              $$\frac{d [S]}{dt} = -k_{cat}[E]\frac{[P]}{K_m + [P]},$$              here \([E]\), \([S]\), \([P]\) are the concentrations of enzyme, substrate and product              respectively (and \([x]\) is going to denote the concentration of species \(x\) in all that follows),              \(k_{cat}\) is a constant called the turnover number and \(K_m\) is a constant              that is called Michaelis constant.          
+
             <p>              To this end, we use the staple of modeling in synthetic biology:              Michaelis–Menten kinetics. That is we model the following type of enzymatic reaction:              $$[E] + [S] \leftrightarrows [ES] \rightarrow [E] + [P],$$              with differential equations:              $$\frac{d [P]}{dt} = k_{cat}[E]\frac{[P]}{K_m + [P]},$$              $$\frac{d [S]}{dt} = -k_{cat}[E]\frac{[P]}{K_m + [P]},$$              here \([E]\), \([S]\), \([P]\) are the concentrations of enzyme, substrate and product              respectively (and \([x]\) is going to denote the concentration of species \(x\) in all that follows),              \(k_{cat}\) is a constant called the turnover number and \(K_m\) is a constant              that is called Michaelis constant.                      
 
             </p>  
 
             </p>  
             <p>              In order to model the concentration of mRNA and enzymes, we use the following differential equations:              $$\frac{d[mRNA]}{dt} = \alpha_{mRNA} - \beta_{mRNA}[mRNA],$$              $$\frac{d[Enzyme]}{dt} = \alpha_{enzyme}[mRNA] - \beta_{enzyme}[Enzyme],$$              here \(\beta\)’s denote the decay rates, \(\alpha_{mRNA}\) denotes the transcription              rate and \(\alpha_{enzyme}\) denotes the translation rate.          
+
             <p>              In order to model the concentration of mRNA and enzymes, we use the following differential equations:              $$\frac{d[mRNA]}{dt} = \alpha_{mRNA} - \beta_{mRNA}[mRNA],$$              $$\frac{d[Enzyme]}{dt} = \alpha_{enzyme}[mRNA] - \beta_{enzyme}[Enzyme],$$              here \(\beta\)’s denote the decay rates, \(\alpha_{mRNA}\) denotes the transcription              rate and \(\alpha_{enzyme}\) denotes the translation rate.                      
 
             </p>  
 
             </p>  
             <p>              Our team measured the strengths of candidate promoters relative to each other.              In other words, we measured how many times a specific promoter is stronger or              weaker than the promoter that was used as the positive control, as can be seen from  
+
             <p>              Our team measured the strengths of candidate promoters relative to each other.              In other words, we measured how many times a specific promoter is stronger or              weaker than the promoter that was used as the positive control, as can be seen from              
               <b>Table 1
+
               <b>Table 1            
               </b>.          
+
               </b>.                      
 
             </p>  
 
             </p>  
             <p>              We would like this measurement to be reflected in our model.              Thus, we denote some base transcription rate (specified later) as \(\zeta\) and write:              $$\alpha_{mRNA} = \gamma_{mRNA}\zeta.$$          
+
             <p>              We would like this measurement to be reflected in our model.              Thus, we denote some base transcription rate (specified later) as \(\zeta\) and write:              $$\alpha_{mRNA} = \gamma_{mRNA}\zeta.$$                      
 
             </p>  
 
             </p>  
             <p>              Now, our goal is to model the pathway depicted in  
+
             <p>              Now, our goal is to model the pathway depicted in              
               <b>Fig. 1
+
               <b>Fig. 1            
               </b>.          
+
               </b>.                      
 
             </p>  
 
             </p>  
 
             <div class="figure-container">  
 
             <div class="figure-container">  
 
               <img alt="" id="Naringenin-pathway-figure" src="https://static.igem.org/mediawiki/2021/7/73/T--Vilnius-Lithuania--Naringenin_synthesis.png"/>  
 
               <img alt="" id="Naringenin-pathway-figure" src="https://static.igem.org/mediawiki/2021/7/73/T--Vilnius-Lithuania--Naringenin_synthesis.png"/>  
               <div>
+
               <div>  
                 <b>Fig. 1.
+
                 <b>Fig. 1.              
                 </b> Naringenin synthesis pathway.
+
                 </b> Naringenin synthesis pathway.            
 
               </div>  
 
               </div>  
 
             </div>  
 
             </div>  
             <p>              The pathway can be expressed by the following chemical reactions:              \begin{equation}              \emptyset \rightarrow mRNA(TAL) \rightarrow \emptyset,              \end{equation}              \begin{equation}              \emptyset \rightarrow mRNA(4CL) \rightarrow \emptyset,              \end{equation}              \begin{equation}              \emptyset \rightarrow mRNA(CHS) \rightarrow \emptyset,              \end{equation}              \begin{equation}              \emptyset \rightarrow mRNA(CHI) \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(TAL) \rightarrow mRNA(TAL) + TAL,              \end{equation}              \begin{equation}              TAL \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(4CL) \rightarrow mRNA(4CL) + 4CL,              \end{equation}              \begin{equation}              4CL \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(CHS) \rightarrow mRNA(CHS) + CHS,              \end{equation}              \begin{equation}              CHS \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(CHI) \rightarrow mRNA(CHI) + CHI,              \end{equation}              \begin{equation}              CHI \rightarrow \emptyset,              \end{equation}              $$TYR + TAL \rightarrow CACID + TAL,$$              $$CACID + 4CL + CoA \rightarrow CCoA + 4CL,$$              $$CCoA + CHS + 3 \times MalCoA \rightarrow NCHAL + CHS + 4 \times CoA,$$              $$NCHAL + CHI \rightarrow NAR + CHI,$$              $$NAR \rightarrow \emptyset.$$          
+
             <p>              The pathway can be expressed by the following chemical reactions:              \begin{equation}              \emptyset \rightarrow mRNA(TAL) \rightarrow \emptyset,              \end{equation}              \begin{equation}              \emptyset \rightarrow mRNA(4CL) \rightarrow \emptyset,              \end{equation}              \begin{equation}              \emptyset \rightarrow mRNA(CHS) \rightarrow \emptyset,              \end{equation}              \begin{equation}              \emptyset \rightarrow mRNA(CHI) \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(TAL) \rightarrow mRNA(TAL) + TAL,              \end{equation}              \begin{equation}              TAL \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(4CL) \rightarrow mRNA(4CL) + 4CL,              \end{equation}              \begin{equation}              4CL \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(CHS) \rightarrow mRNA(CHS) + CHS,              \end{equation}              \begin{equation}              CHS \rightarrow \emptyset,              \end{equation}              \begin{equation}              mRNA(CHI) \rightarrow mRNA(CHI) + CHI,              \end{equation}              \begin{equation}              CHI \rightarrow \emptyset,              \end{equation}              $$TYR + TAL \rightarrow CACID + TAL,$$              $$CACID + 4CL + CoA \rightarrow CCoA + 4CL,$$              $$CCoA + CHS + 3 \times MalCoA \rightarrow NCHAL + CHS + 4 \times CoA,$$              $$NCHAL + CHI \rightarrow NAR + CHI,$$              $$NAR \rightarrow \emptyset.$$                      
 
             </p>  
 
             </p>  
             <p>              If we assume that there is an infinite (or alternatively very large) amount of tyrosine,              CoA and Mal-CoA (if we wished to model the amount of naringenin produced,              then assumption that the concentration of Mal-CoA is infinite would be incorrect as              this seems to be the major bottleneck of the pathway. However here we only wish to              study the reaction speeds, thus we believe that the assumption is valid for this purpose),              we can model these reactions by the following system of differential equations:              \begin{equation}                \frac{d(TAL)}{dt} = \gamma_{TAL}\zeta - \beta_{m(TAL)}(TAL),              \end{equation}              \begin{equation}                \frac{d(4CL)}{dt} = \gamma_{4CL}\zeta - \beta_{m(4CL)}(4CL),              \end{equation}              \begin{equation}                \frac{d(CHS)}{dt} = \gamma_{CHS}\zeta - \beta_{m(CHS)}(CHS),              \end{equation}              \begin{equation}                \frac{d(CHI)}{dt} = \gamma_{CHI}\zeta - \beta_{m(CHI)}(CHI),              \end{equation}              \begin{equation}                \frac{d[TAL]}{dt} = \alpha_{TAL}(TAL) - \beta_{TAL}[TAL],              \end{equation}              \begin{equation}                \frac{d[4CL]}{dt} = \alpha_{4CL}(4CL) - \beta_{4CL}[4CL],              \end{equation}              \begin{equation}                \frac{d[CHS]}{dt} = \alpha_{CHS}(CHS) - \beta_{CHS}[CHS],              \end{equation}              \begin{equation}                \frac{d[CHI]}{dt} = \alpha_{CHI}(CHI) - \beta_{CHI}[CHI],              \end{equation}              $$\frac{d[CACID]}{dt} = k_{TAL}[TAL] - k_{4CL}[4CL]\frac{[CACID]}{K_{4CL} + [CACID]},$$              $$\frac{d[CCoA]}{dt} = k_{4CL}[4CL]\frac{[CACID]}{K_{4CL} + [CACID]} - k_{CHS}[CHS]\frac{[CCoA]}{K_{CHS} + [CCoA]},$$              $$\frac{d[NCHAL]}{dt} = k_{CHS}[CHS]\frac{[CCoA]}{K_{CHS} + [CCoA]} - k_{CHI}[CHI]\frac{[NCHAL]}{K_{CHI} + [NCHAL]},$$              $$\frac{d[NCHAL]}{dt} = k_{CHI}[CHI]\frac{[NCHAL]}{K_{CHI} + [NCHAL]} - \beta_{NAR}[NAR],$$              here \((x)\) denotes \([mRNA(x)]\), small \(k\)’s denote the appropriate turnover numbers              and big \(K\)’s denote the appropriate Michaelis constants.          
+
             <p>              If we assume that there is an infinite (or alternatively very large) amount of tyrosine,              CoA and Mal-CoA (if we wished to model the amount of naringenin produced,              then assumption that the concentration of Mal-CoA is infinite would be incorrect as              this seems to be the major bottleneck of the pathway. However here we only wish to              study the reaction speeds, thus we believe that the assumption is valid for this purpose),              we can model these reactions by the following system of differential equations:              \begin{equation}                \frac{d(TAL)}{dt} = \gamma_{TAL}\zeta - \beta_{m(TAL)}(TAL),              \end{equation}              \begin{equation}                \frac{d(4CL)}{dt} = \gamma_{4CL}\zeta - \beta_{m(4CL)}(4CL),              \end{equation}              \begin{equation}                \frac{d(CHS)}{dt} = \gamma_{CHS}\zeta - \beta_{m(CHS)}(CHS),              \end{equation}              \begin{equation}                \frac{d(CHI)}{dt} = \gamma_{CHI}\zeta - \beta_{m(CHI)}(CHI),              \end{equation}              \begin{equation}                \frac{d[TAL]}{dt} = \alpha_{TAL}(TAL) - \beta_{TAL}[TAL],              \end{equation}              \begin{equation}                \frac{d[4CL]}{dt} = \alpha_{4CL}(4CL) - \beta_{4CL}[4CL],              \end{equation}              \begin{equation}                \frac{d[CHS]}{dt} = \alpha_{CHS}(CHS) - \beta_{CHS}[CHS],              \end{equation}              \begin{equation}                \frac{d[CHI]}{dt} = \alpha_{CHI}(CHI) - \beta_{CHI}[CHI],              \end{equation}              $$\frac{d[CACID]}{dt} = k_{TAL}[TAL] - k_{4CL}[4CL]\frac{[CACID]}{K_{4CL} + [CACID]},$$              $$\frac{d[CCoA]}{dt} = k_{4CL}[4CL]\frac{[CACID]}{K_{4CL} + [CACID]} - k_{CHS}[CHS]\frac{[CCoA]}{K_{CHS} + [CCoA]},$$              $$\frac{d[NCHAL]}{dt} = k_{CHS}[CHS]\frac{[CCoA]}{K_{CHS} + [CCoA]} - k_{CHI}[CHI]\frac{[NCHAL]}{K_{CHI} + [NCHAL]},$$              $$\frac{d[NCHAL]}{dt} = k_{CHI}[CHI]\frac{[NCHAL]}{K_{CHI} + [NCHAL]} - \beta_{NAR}[NAR],$$              here \((x)\) denotes \([mRNA(x)]\), small \(k\)’s denote the appropriate turnover numbers              and big \(K\)’s denote the appropriate Michaelis constants.                      
 
             </p>  
 
             </p>  
             <p>              This model is overly complicated for our purposes. We can reduce it by noting that the reactions              \((1) - (12)\) happen on a faster time scale then the rest. Therefore, we can assume that the reactions              \((1) - (12)\) are in the steady state for the entirety of the process. With this assumption we have              additional conditions:              \begin{equation}                \frac{d(TAL)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d(4CL)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d(CHS)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d(CHI)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[TAL]}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[4CL]}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[CHS]}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[CHI]}{dt} = 0.              \end{equation}          
+
             <p>              This model is overly complicated for our purposes. We can reduce it by noting that the reactions              \((1) - (12)\) happen on a faster time scale then the rest. Therefore, we can assume that the reactions              \((1) - (12)\) are in the steady state for the entirety of the process. With this assumption we have              additional conditions:              \begin{equation}                \frac{d(TAL)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d(4CL)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d(CHS)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d(CHI)}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[TAL]}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[4CL]}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[CHS]}{dt} = 0,              \end{equation}              \begin{equation}                \frac{d[CHI]}{dt} = 0.              \end{equation}                      
 
             </p>  
 
             </p>  
             <p>              By combining \((13)-(16)\) with \((21)-(24)\) we get              $$(x) = \frac{\gamma\zeta}{\beta_{mRNA}},$$              and then by combining \((17)-(20)\) with \((25)-(28)\) we get              $$[x] = \frac{\alpha\gamma\zeta}{\beta_{mRNA}\beta_{enzyme}}.$$          
+
             <p>              By combining \((13)-(16)\) with \((21)-(24)\) we get              $$(x) = \frac{\gamma\zeta}{\beta_{mRNA}},$$              and then by combining \((17)-(20)\) with \((25)-(28)\) we get              $$[x] = \frac{\alpha\gamma\zeta}{\beta_{mRNA}\beta_{enzyme}}.$$                      
 
             </p>  
 
             </p>  
             <p>              We can additionally assume that translation rates and decay rates              of mRNA and enzyme are similar for different species. Then by taking              the base transcription rate \(\zeta\) such that              $$\frac{\alpha\zeta}{\beta_{mRNA}\beta_{enzyme}}$$              is equal to 1 we can reduce the original model to a simpler model with less equations:              $$\frac{d[CACID]}{dt} = k_{TAL}\gamma_{TAL} - k_{4CL}\gamma_{4CL}\frac{[CACID]}{K_{4CL} + [CACID]},$$              $$\frac{d[CCoA]}{dt} = k_{4CL}\gamma_{4CL}\frac{[CACID]}{K_{4CL} + [CACID]} - k_{CHS}\gamma_{CHS}\frac{[CCoA]}{K_{CHS} + [CCoA]},$$              $$\frac{d[NCHAL]}{dt} = k_{CHS}\gamma_{CHS}\frac{[CCoA]}{K_{CHS} + [CCoA]} - k_{CHI}\gamma_{CHI}\frac{[NCHAL]}{K_{CHI} + [NCHAL]},$$              $$\frac{d[NAR]}{dt} = k_{CHI}\gamma_{CHI}\frac{[NCHAL]}{K_{CHI} + [NCHAL]} - \beta_{NAR}[NAR].$$          
+
             <p>              We can additionally assume that translation rates and decay rates              of mRNA and enzyme are similar for different species. Then by taking              the base transcription rate \(\zeta\) such that              $$\frac{\alpha\zeta}{\beta_{mRNA}\beta_{enzyme}}$$              is equal to 1 we can reduce the original model to a simpler model with less equations:              $$\frac{d[CACID]}{dt} = k_{TAL}\gamma_{TAL} - k_{4CL}\gamma_{4CL}\frac{[CACID]}{K_{4CL} + [CACID]},$$              $$\frac{d[CCoA]}{dt} = k_{4CL}\gamma_{4CL}\frac{[CACID]}{K_{4CL} + [CACID]} - k_{CHS}\gamma_{CHS}\frac{[CCoA]}{K_{CHS} + [CCoA]},$$              $$\frac{d[NCHAL]}{dt} = k_{CHS}\gamma_{CHS}\frac{[CCoA]}{K_{CHS} + [CCoA]} - k_{CHI}\gamma_{CHI}\frac{[NCHAL]}{K_{CHI} + [NCHAL]},$$              $$\frac{d[NAR]}{dt} = k_{CHI}\gamma_{CHI}\frac{[NCHAL]}{K_{CHI} + [NCHAL]} - \beta_{NAR}[NAR].$$                      
 
             </p>  
 
             </p>  
             <h3 class="index-headline">Analysis
+
             <h3 class="index-headline">Analysis          
 
             </h3>  
 
             </h3>  
             <p>              We see that in the steady state we have              $$[NAR] = \frac{k_{TAL}\gamma_{TAL}}{\beta_{NAR}}.$$              This makes intuitive sense - the more substrate one puts in,              the more product one expects to get. However, the steady-state might              take an exorbitant amount of time to reach depending on the parameters.              Thus, we decided to study the system after simulating it for 16 hours              (taking the initial concentrations of all proteins in the pathway to be 0)              as these are the timescales that the  performance of the engineered pathway would be measured in.          
+
             <p>              We see that in the steady state we have              $$[NAR] = \frac{k_{TAL}\gamma_{TAL}}{\beta_{NAR}}.$$              This makes intuitive sense - the more substrate one puts in,              the more product one expects to get. However, the steady-state might              take an exorbitant amount of time to reach depending on the parameters.              Thus, we decided to study the system after simulating it for 16 hours              (taking the initial concentrations of all proteins in the pathway to be 0)              as these are the timescales that the  performance of the engineered pathway would be measured in.                      
 
             </p>  
 
             </p>  
             <p>              Next, we researched the literature to compile probable values              for turnover numbers and Michaelis constants. We came up with the following figures:          
+
             <p>              Next, we researched the literature to compile probable values              for turnover numbers and Michaelis constants. We came up with the following figures:                      
 
             </p>  
 
             </p>  
 
             <div class="table-container">  
 
             <div class="table-container">  
               <div>
+
               <div>  
                 <b>Table 2
+
                 <b>Table 2              
                 </b>
+
                 </b>  
                 <b>.
+
                 <b>.              
                 </b> Turnover numbers (\(k_{cat}\)).
+
                 </b> Turnover numbers (\(k_{cat}\)).            
 
               </div>  
 
               </div>  
 
               <table class="table table-bordered table-hover table-condensed">  
 
               <table class="table table-bordered table-hover table-condensed">  
 
                 <thead>  
 
                 <thead>  
 
                   <tr>  
 
                   <tr>  
                     <th>Enzyme
+
                     <th>Enzyme                  
 
                     </th>  
 
                     </th>  
                     <th>Values (1/s)
+
                     <th>Values (1/s)                  
 
                     </th>  
 
                     </th>  
                     <th>Average (1/s)
+
                     <th>Average (1/s)                  
 
                     </th>  
 
                     </th>  
                     <th>Reference
+
                     <th>Reference                  
 
                     </th>  
 
                     </th>  
 
                   </tr>  
 
                   </tr>  
Line 146: Line 146:
 
                 <tbody>  
 
                 <tbody>  
 
                   <tr>  
 
                   <tr>  
                     <td>Tyrosine ammonia-lyase (TAL)
+
                     <td>Tyrosine ammonia-lyase (TAL)                  
 
                     </td>  
 
                     </td>  
                     <td>107
+
                     <td>107                  
 
                     </td>  
 
                     </td>  
                     <td>119
+
                     <td>119                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [1]                  
                      [1]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>114
+
                     <td>114                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [1]                  
                      [1]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>115
+
                     <td>115                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [1]                  
                      [1]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>139
+
                     <td>139                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [1]                  
                      [1]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>4-coumarate-CoA ligase (4CL)
+
                     <td>4-coumarate-CoA ligase (4CL)                  
 
                     </td>  
 
                     </td>  
                     <td>0.2163
+
                     <td>0.2163                  
 
                     </td>  
 
                     </td>  
                     <td>0.3354
+
                     <td>0.3354                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [2]                  
                      [2]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.2205
+
                     <td>0.2205                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [2]                  
                      [2]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.7821
+
                     <td>0.7821                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [2]                  
                      [2]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.1225
+
                     <td>0.1225                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [2]                  
                      [2]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>Chalcone synthase (CHS)
+
                     <td>Chalcone synthase (CHS)                  
 
                     </td>  
 
                     </td>  
                     <td>0.045
+
                     <td>0.045                  
 
                     </td>  
 
                     </td>  
                     <td>0.0575
+
                     <td>0.0575                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [3]                  
                      [3]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.178
+
                     <td>0.178                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [4]                  
                      [4]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.11
+
                     <td>0.11                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [4]                  
                      [4]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.085
+
                     <td>0.085                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [4]                  
                      [4]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.05
+
                     <td>0.05                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [4]                  
                      [4]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0202
+
                     <td>0.0202                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [5]                  
                      [5]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0167
+
                     <td>0.0167                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [6]                  
                      [6]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.042
+
                     <td>0.042                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [7]                  
                      [7]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.007
+
                     <td>0.007                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [7]                  
                      [7]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.021
+
                     <td>0.021                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [8]                  
                      [8]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>Chalcone isomerase (CHI)
+
                     <td>Chalcone isomerase (CHI)                  
 
                     </td>  
 
                     </td>  
                     <td>5
+
                     <td>5                  
 
                     </td>  
 
                     </td>  
                     <td>89.5
+
                     <td>89.5                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>7.8
+
                     <td>7.8                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>9.6
+
                     <td>9.6                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>35.2
+
                     <td>35.2                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>56.9
+
                     <td>56.9                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>130.3
+
                     <td>130.3                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>134.7
+
                     <td>134.7                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>197.7
+
                     <td>197.7                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>228.2
+
                     <td>228.2                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
Line 446: Line 419:
 
             </div>  
 
             </div>  
 
             <div class="table-container">  
 
             <div class="table-container">  
               <div>
+
               <div>  
                 <b>Table 3
+
                 <b>Table 3              
                 </b>
+
                 </b>  
                 <b>.
+
                 <b>.              
                 </b> Michaelis constants (\(K_{M}\)).
+
                 </b> Michaelis constants (\(K_{M}\)).            
 
               </div>  
 
               </div>  
 
               <table class="table table-bordered table-hover table-condensed">  
 
               <table class="table table-bordered table-hover table-condensed">  
 
                 <thead>  
 
                 <thead>  
 
                   <tr>  
 
                   <tr>  
                     <th>Enzyme
+
                     <th>Enzyme                  
 
                     </th>  
 
                     </th>  
                     <th>Values (mM)
+
                     <th>Values (mM)                  
 
                     </th>  
 
                     </th>  
                     <th>Average (mM)
+
                     <th>Average (mM)                  
 
                     </th>  
 
                     </th>  
                     <th>Reference
+
                     <th>Reference                  
 
                     </th>  
 
                     </th>  
 
                   </tr>  
 
                   </tr>  
Line 467: Line 440:
 
                 <tbody>  
 
                 <tbody>  
 
                   <tr>  
 
                   <tr>  
                     <td>4-coumarate-CoA ligase (4CL)
+
                     <td>4-coumarate-CoA ligase (4CL)                  
 
                     </td>  
 
                     </td>  
                     <td>0.389
+
                     <td>0.389                  
 
                     </td>  
 
                     </td>  
                     <td>0.276
+
                     <td>0.276                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [2]                  
                      [2]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.155
+
                     <td>0.155                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [2]                  
                      [2]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.283
+
                     <td>0.283                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [2]                  
                      [2]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>Chalcone synthase (CHS)
+
                     <td>Chalcone synthase (CHS)                  
 
                     </td>  
 
                     </td>  
                     <td>0.0049
+
                     <td>0.0049                  
 
                     </td>  
 
                     </td>  
                     <td>0.0049
+
                     <td>0.0049                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [7]                  
                      [7]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>Chalcone isomerase (CHI)
+
                     <td>Chalcone isomerase (CHI)                  
 
                     </td>  
 
                     </td>  
                     <td>0.0024
+
                     <td>0.0024                  
 
                     </td>  
 
                     </td>  
                     <td>0.007
+
                     <td>0.007                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0048
+
                     <td>0.0048                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0048
+
                     <td>0.0048                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0061
+
                     <td>0.0061                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.007
+
                     <td>0.007                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0085
+
                     <td>0.0085                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0086
+
                     <td>0.0086                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0099
+
                     <td>0.0099                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>0.0105
+
                     <td>0.0105                  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>  
 
                     </td>  
 
                     </td>  
                     <td>
+
                     <td>                     [9]                  
                      [9]
+
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
Line 612: Line 572:
 
               </table>  
 
               </table>  
 
             </div>  
 
             </div>  
             <p>              From  
+
             <p>              From              
               <b>Table 1
+
               <b>Table 1            
               </b> we see that the reaction producing naringenin chalcone seems to              be around 10 times slower than the second slowest one in the pathway.              This makes sense since this is a sequential reaction involving 4 molecules.              Seeing this, we hypothesized that this reaction is the major bottleneck of the pathway.              That is, the only parameters that have a major impact on the output of the model are              \(k_{CHS}\) and \(\gamma_{CHS}\).          
+
               </b> we see that the reaction producing naringenin chalcone seems to              be around 10 times slower than the second slowest one in the pathway.              This makes sense since this is a sequential reaction involving 4 molecules.              Seeing this, we hypothesized that this reaction is the major bottleneck of the pathway.              That is, the only parameters that have a major impact on the output of the model are              \(k_{CHS}\) and \(\gamma_{CHS}\).                      
 
             </p>  
 
             </p>  
             <p>              We validated this hypothesis by performing a simple sensitivity analysis as follows:          
+
             <p>              We validated this hypothesis by performing a simple sensitivity analysis as follows:                      
 
             </p>  
 
             </p>  
 
             <ol>  
 
             <ol>  
               <li>                Generate 10000 samples of parameter values by uniformly sampling from the intervals detailed                in  
+
               <li>                Generate 10000 samples of parameter values by uniformly sampling from the intervals detailed                in                
                 <b>Table 4
+
                 <b>Table 4              
                 </b>. (The average value for \(\beta_{NAR}\) was derived from  
+
                 </b>. (The average value for \(\beta_{NAR}\) was derived from                [10]               ).                          
                 [10]
+
                </b>).            
+
 
               </li>  
 
               </li>  
               <li>Simulate the model with generated random parameters for 16 hours and save the concentration of naringenin.
+
               <li>Simulate the model with generated random parameters for 16 hours and save the concentration of naringenin.            
 
               </li>  
 
               </li>  
               <li>Compute the correlation coefficients between the parameters and concentration of naringenin.
+
               <li>Compute the correlation coefficients between the parameters and concentration of naringenin.            
 
               </li>  
 
               </li>  
 
             </ol>  
 
             </ol>  
 
             <div class="table-container">  
 
             <div class="table-container">  
               <div>
+
               <div>  
                 <b>Table 4
+
                 <b>Table 4              
                 </b>
+
                 </b>  
                 <b>.
+
                 <b>.              
                 </b> Parameter values used in sensitivity analysis.
+
                 </b> Parameter values used in sensitivity analysis.            
 
               </div>  
 
               </div>  
 
               <table class="table table-bordered table-hover table-condensed">  
 
               <table class="table table-bordered table-hover table-condensed">  
 
                 <thead>  
 
                 <thead>  
 
                   <tr>  
 
                   <tr>  
                     <th>Parameter
+
                     <th>Parameter                  
 
                     </th>  
 
                     </th>  
                     <th>Value range
+
                     <th>Value range                  
 
                     </th>  
 
                     </th>  
 
                   </tr>  
 
                   </tr>  
Line 648: Line 606:
 
                 <tbody>  
 
                 <tbody>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{TAL}\)
+
                     <td>\(\gamma_{TAL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.33 - 3\)
+
                     <td>\(0.33 - 3\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{4CL}\)
+
                     <td>\(\gamma_{4CL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.33 - 3\)
+
                     <td>\(0.33 - 3\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{CHS}\)
+
                     <td>\(\gamma_{CHS}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.33 - 3\)
+
                     <td>\(0.33 - 3\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{CHI}\)
+
                     <td>\(\gamma_{CHI}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.33 - 3\)
+
                     <td>\(0.33 - 3\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\beta_{NAR}\)
+
                     <td>\(\beta_{NAR}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(3.6\mathrm{e}{-5} \pm 3.6\mathrm{e}{-6}  \: (1/s)\)
+
                     <td>\(3.6\mathrm{e}{-5} \pm 3.6\mathrm{e}{-6}  \: (1/s)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{TAL}\)
+
                     <td>\(k_{TAL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(119 \pm 11.9  \: (1/s)\)
+
                     <td>\(119 \pm 11.9  \: (1/s)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{4CL}\)
+
                     <td>\(k_{4CL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.3354 \pm 0.034  \: (1/s)\)
+
                     <td>\(0.3354 \pm 0.034  \: (1/s)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{CHS}\)
+
                     <td>\(k_{CHS}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.0575 \pm 0.006  \: (1/s)\)
+
                     <td>\(0.0575 \pm 0.006  \: (1/s)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{CHI}\)
+
                     <td>\(k_{CHI}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(89.5 \pm 8.95  \: (1/s)\)
+
                     <td>\(89.5 \pm 8.95  \: (1/s)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(K_{4CL}\)
+
                     <td>\(K_{4CL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.276 \pm 0.028  \: (mM)\)
+
                     <td>\(0.276 \pm 0.028  \: (mM)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(K_{CHS}\)
+
                     <td>\(K_{CHS}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.0049 \pm 0.0005  \: (mM)\)
+
                     <td>\(0.0049 \pm 0.0005  \: (mM)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(K_{CHI}\)
+
                     <td>\(K_{CHI}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.007 \pm 0.0007  \: (mM)\)
+
                     <td>\(0.007 \pm 0.0007  \: (mM)\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
Line 722: Line 680:
 
               </table>  
 
               </table>  
 
             </div>  
 
             </div>  
             <p>              The results of sensitivity analysis are presented in  
+
             <p>              The results of sensitivity analysis are presented in              
               <b>Table 5
+
               <b>Table 5            
               </b>.          
+
               </b>.                      
 
             </p>  
 
             </p>  
 
             <div class="table-container">  
 
             <div class="table-container">  
               <div>
+
               <div>  
                 <b>Table 5
+
                 <b>Table 5              
                 </b>
+
                 </b>  
                 <b>.
+
                 <b>.              
                 </b> Results of sensitivity analysis.
+
                 </b> Results of sensitivity analysis.            
 
               </div>  
 
               </div>  
 
               <table class="table table-bordered table-hover table-condensed">  
 
               <table class="table table-bordered table-hover table-condensed">  
 
                 <thead>  
 
                 <thead>  
 
                   <tr>  
 
                   <tr>  
                     <th>Parameter
+
                     <th>Parameter                  
 
                     </th>  
 
                     </th>  
                     <th>Correlation coefficient
+
                     <th>Correlation coefficient                  
 
                     </th>  
 
                     </th>  
 
                   </tr>  
 
                   </tr>  
Line 744: Line 702:
 
                 <tbody>  
 
                 <tbody>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{TAL}\)
+
                     <td>\(\gamma_{TAL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.0242\)
+
                     <td>\(0.0242\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{4CL}\)
+
                     <td>\(\gamma_{4CL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.0339\)
+
                     <td>\(0.0339\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{CHS}\)
+
                     <td>\(\gamma_{CHS}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.9833\)
+
                     <td>\(0.9833\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\gamma_{CHI}\)
+
                     <td>\(\gamma_{CHI}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.0008\)
+
                     <td>\(0.0008\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(\beta_{NAR}\)
+
                     <td>\(\beta_{NAR}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(-0.0938\)
+
                     <td>\(-0.0938\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{TAL}\)
+
                     <td>\(k_{TAL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(-0.0113\)
+
                     <td>\(-0.0113\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{4CL}\)
+
                     <td>\(k_{4CL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.0041\)
+
                     <td>\(0.0041\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{CHS}\)
+
                     <td>\(k_{CHS}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(0.1042\)
+
                     <td>\(0.1042\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(k_{CHI}\)
+
                     <td>\(k_{CHI}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(-0.0009\)
+
                     <td>\(-0.0009\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(K_{4CL}\)
+
                     <td>\(K_{4CL}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(-0.0161\)
+
                     <td>\(-0.0161\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(K_{CHS}\)
+
                     <td>\(K_{CHS}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(-0.0199\)
+
                     <td>\(-0.0199\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
 
                   <tr>  
 
                   <tr>  
                     <td>\(K_{CHI}\)
+
                     <td>\(K_{CHI}\)                  
 
                     </td>  
 
                     </td>  
                     <td>\(-0.0096\)
+
                     <td>\(-0.0096\)                  
 
                     </td>  
 
                     </td>  
 
                   </tr>  
 
                   </tr>  
Line 818: Line 776:
 
               </table>  
 
               </table>  
 
             </div>  
 
             </div>  
             <p>              The sensitivity analysis confirmed our hypothesis. We note              that it also showed that another important parameter is the decay rate of naringenin.          
+
             <p>              The sensitivity analysis confirmed our hypothesis. We note              that it also showed that another important parameter is the decay rate of naringenin.                      
 
             </p>  
 
             </p>  
             <h3 class="index-headline">Conclusion
+
             <h3 class="index-headline">Conclusion          
 
             </h3>  
 
             </h3>  
             <p>              We derived a simple mathematical model for the naringenin pathway that our team wanted to              implement  
+
             <p>              We derived a simple mathematical model for the naringenin pathway that our team wanted to              implement              
               <i>in vivo
+
               <i>in vivo            
               </i>. By performing sensitivity analysis, we determined that the              reaction which turns Coumaryl-CoA to naringenin, chalcone synthase is the bottleneck              of the naringenin synthesis process. Thus we decided to use a pSlpA that we noticed by              analysing possible promoters for  
+
               </i>. By performing sensitivity analysis, we determined that the              reaction which turns Coumaryl-CoA to naringenin, chalcone synthase is the bottleneck              of the naringenin synthesis process. Thus we decided to use a pSlpA that we noticed by              analysing possible promoters for              
               <i>E. coli
+
               <i>E. coli            
               </i> and  
+
               </i> and              
               <i>L. paracasei.
+
               <i>L. paracasei.            
               </i> Furthermore,              BBa_J23101, also known as one from the Anderson's collection promoter, was compared              and picked up for other naringenin pathway protein expression.            
+
               </i> Furthermore,              BBa_J23101, also known as one from the Anderson's collection promoter, was compared              and picked up for other naringenin pathway protein expression.                        
 
             </p>  
 
             </p>  
 
           </div>  
 
           </div>  

Revision as of 16:15, 17 October 2021

MODEL

Header

Motivation

We engineered a metabolic pathway for naringenin production in E. coli Nissle 1917 in order to produce the probiotics for the prevention part of our project. We performed mathematical analysis in order to expedite the engineering process by deciding what promoters to use based on the model for the pathway we derived.

Derivation

Creating a model that would be able to accurately estimate the amount of naringenin produced by the pathway is an infeasible task before doing any practical experiments. However, we are able to write down a simple model with which we could study the speed of the reactions and that would help us decide on the strength of promoters that should be used.

To this end, we use the staple of modeling in synthetic biology: Michaelis–Menten kinetics. That is we model the following type of enzymatic reaction: $$[E] + [S] \leftrightarrows [ES] \rightarrow [E] + [P],$$ with differential equations: $$\frac{d [P]}{dt} = k_{cat}[E]\frac{[P]}{K_m + [P]},$$ $$\frac{d [S]}{dt} = -k_{cat}[E]\frac{[P]}{K_m + [P]},$$ here \([E]\), \([S]\), \([P]\) are the concentrations of enzyme, substrate and product respectively (and \([x]\) is going to denote the concentration of species \(x\) in all that follows), \(k_{cat}\) is a constant called the turnover number and \(K_m\) is a constant that is called Michaelis constant.

In order to model the concentration of mRNA and enzymes, we use the following differential equations: $$\frac{d[mRNA]}{dt} = \alpha_{mRNA} - \beta_{mRNA}[mRNA],$$ $$\frac{d[Enzyme]}{dt} = \alpha_{enzyme}[mRNA] - \beta_{enzyme}[Enzyme],$$ here \(\beta\)’s denote the decay rates, \(\alpha_{mRNA}\) denotes the transcription rate and \(\alpha_{enzyme}\) denotes the translation rate.

Our team measured the strengths of candidate promoters relative to each other. In other words, we measured how many times a specific promoter is stronger or weaker than the promoter that was used as the positive control, as can be seen from Table 1 .

We would like this measurement to be reflected in our model. Thus, we denote some base transcription rate (specified later) as \(\zeta\) and write: $$\alpha_{mRNA} = \gamma_{mRNA}\zeta.$$

Now, our goal is to model the pathway depicted in Fig. 1 .

Fig. 1. Naringenin synthesis pathway.

The pathway can be expressed by the following chemical reactions: \begin{equation} \emptyset \rightarrow mRNA(TAL) \rightarrow \emptyset, \end{equation} \begin{equation} \emptyset \rightarrow mRNA(4CL) \rightarrow \emptyset, \end{equation} \begin{equation} \emptyset \rightarrow mRNA(CHS) \rightarrow \emptyset, \end{equation} \begin{equation} \emptyset \rightarrow mRNA(CHI) \rightarrow \emptyset, \end{equation} \begin{equation} mRNA(TAL) \rightarrow mRNA(TAL) + TAL, \end{equation} \begin{equation} TAL \rightarrow \emptyset, \end{equation} \begin{equation} mRNA(4CL) \rightarrow mRNA(4CL) + 4CL, \end{equation} \begin{equation} 4CL \rightarrow \emptyset, \end{equation} \begin{equation} mRNA(CHS) \rightarrow mRNA(CHS) + CHS, \end{equation} \begin{equation} CHS \rightarrow \emptyset, \end{equation} \begin{equation} mRNA(CHI) \rightarrow mRNA(CHI) + CHI, \end{equation} \begin{equation} CHI \rightarrow \emptyset, \end{equation} $$TYR + TAL \rightarrow CACID + TAL,$$ $$CACID + 4CL + CoA \rightarrow CCoA + 4CL,$$ $$CCoA + CHS + 3 \times MalCoA \rightarrow NCHAL + CHS + 4 \times CoA,$$ $$NCHAL + CHI \rightarrow NAR + CHI,$$ $$NAR \rightarrow \emptyset.$$

If we assume that there is an infinite (or alternatively very large) amount of tyrosine, CoA and Mal-CoA (if we wished to model the amount of naringenin produced, then assumption that the concentration of Mal-CoA is infinite would be incorrect as this seems to be the major bottleneck of the pathway. However here we only wish to study the reaction speeds, thus we believe that the assumption is valid for this purpose), we can model these reactions by the following system of differential equations: \begin{equation} \frac{d(TAL)}{dt} = \gamma_{TAL}\zeta - \beta_{m(TAL)}(TAL), \end{equation} \begin{equation} \frac{d(4CL)}{dt} = \gamma_{4CL}\zeta - \beta_{m(4CL)}(4CL), \end{equation} \begin{equation} \frac{d(CHS)}{dt} = \gamma_{CHS}\zeta - \beta_{m(CHS)}(CHS), \end{equation} \begin{equation} \frac{d(CHI)}{dt} = \gamma_{CHI}\zeta - \beta_{m(CHI)}(CHI), \end{equation} \begin{equation} \frac{d[TAL]}{dt} = \alpha_{TAL}(TAL) - \beta_{TAL}[TAL], \end{equation} \begin{equation} \frac{d[4CL]}{dt} = \alpha_{4CL}(4CL) - \beta_{4CL}[4CL], \end{equation} \begin{equation} \frac{d[CHS]}{dt} = \alpha_{CHS}(CHS) - \beta_{CHS}[CHS], \end{equation} \begin{equation} \frac{d[CHI]}{dt} = \alpha_{CHI}(CHI) - \beta_{CHI}[CHI], \end{equation} $$\frac{d[CACID]}{dt} = k_{TAL}[TAL] - k_{4CL}[4CL]\frac{[CACID]}{K_{4CL} + [CACID]},$$ $$\frac{d[CCoA]}{dt} = k_{4CL}[4CL]\frac{[CACID]}{K_{4CL} + [CACID]} - k_{CHS}[CHS]\frac{[CCoA]}{K_{CHS} + [CCoA]},$$ $$\frac{d[NCHAL]}{dt} = k_{CHS}[CHS]\frac{[CCoA]}{K_{CHS} + [CCoA]} - k_{CHI}[CHI]\frac{[NCHAL]}{K_{CHI} + [NCHAL]},$$ $$\frac{d[NCHAL]}{dt} = k_{CHI}[CHI]\frac{[NCHAL]}{K_{CHI} + [NCHAL]} - \beta_{NAR}[NAR],$$ here \((x)\) denotes \([mRNA(x)]\), small \(k\)’s denote the appropriate turnover numbers and big \(K\)’s denote the appropriate Michaelis constants.

This model is overly complicated for our purposes. We can reduce it by noting that the reactions \((1) - (12)\) happen on a faster time scale then the rest. Therefore, we can assume that the reactions \((1) - (12)\) are in the steady state for the entirety of the process. With this assumption we have additional conditions: \begin{equation} \frac{d(TAL)}{dt} = 0, \end{equation} \begin{equation} \frac{d(4CL)}{dt} = 0, \end{equation} \begin{equation} \frac{d(CHS)}{dt} = 0, \end{equation} \begin{equation} \frac{d(CHI)}{dt} = 0, \end{equation} \begin{equation} \frac{d[TAL]}{dt} = 0, \end{equation} \begin{equation} \frac{d[4CL]}{dt} = 0, \end{equation} \begin{equation} \frac{d[CHS]}{dt} = 0, \end{equation} \begin{equation} \frac{d[CHI]}{dt} = 0. \end{equation}

By combining \((13)-(16)\) with \((21)-(24)\) we get $$(x) = \frac{\gamma\zeta}{\beta_{mRNA}},$$ and then by combining \((17)-(20)\) with \((25)-(28)\) we get $$[x] = \frac{\alpha\gamma\zeta}{\beta_{mRNA}\beta_{enzyme}}.$$

We can additionally assume that translation rates and decay rates of mRNA and enzyme are similar for different species. Then by taking the base transcription rate \(\zeta\) such that $$\frac{\alpha\zeta}{\beta_{mRNA}\beta_{enzyme}}$$ is equal to 1 we can reduce the original model to a simpler model with less equations: $$\frac{d[CACID]}{dt} = k_{TAL}\gamma_{TAL} - k_{4CL}\gamma_{4CL}\frac{[CACID]}{K_{4CL} + [CACID]},$$ $$\frac{d[CCoA]}{dt} = k_{4CL}\gamma_{4CL}\frac{[CACID]}{K_{4CL} + [CACID]} - k_{CHS}\gamma_{CHS}\frac{[CCoA]}{K_{CHS} + [CCoA]},$$ $$\frac{d[NCHAL]}{dt} = k_{CHS}\gamma_{CHS}\frac{[CCoA]}{K_{CHS} + [CCoA]} - k_{CHI}\gamma_{CHI}\frac{[NCHAL]}{K_{CHI} + [NCHAL]},$$ $$\frac{d[NAR]}{dt} = k_{CHI}\gamma_{CHI}\frac{[NCHAL]}{K_{CHI} + [NCHAL]} - \beta_{NAR}[NAR].$$

Analysis

We see that in the steady state we have $$[NAR] = \frac{k_{TAL}\gamma_{TAL}}{\beta_{NAR}}.$$ This makes intuitive sense - the more substrate one puts in, the more product one expects to get. However, the steady-state might take an exorbitant amount of time to reach depending on the parameters. Thus, we decided to study the system after simulating it for 16 hours (taking the initial concentrations of all proteins in the pathway to be 0) as these are the timescales that the performance of the engineered pathway would be measured in.

Next, we researched the literature to compile probable values for turnover numbers and Michaelis constants. We came up with the following figures:

Table 2 . Turnover numbers (\(k_{cat}\)).
Enzyme Values (1/s) Average (1/s) Reference
Tyrosine ammonia-lyase (TAL) 107 119 [1]
114 [1]
115 [1]
139 [1]
4-coumarate-CoA ligase (4CL) 0.2163 0.3354 [2]
0.2205 [2]
0.7821 [2]
0.1225 [2]
Chalcone synthase (CHS) 0.045 0.0575 [3]
0.178 [4]
0.11 [4]
0.085 [4]
0.05 [4]
0.0202 [5]
0.0167 [6]
0.042 [7]
0.007 [7]
0.021 [8]
Chalcone isomerase (CHI) 5 89.5 [9]
7.8 [9]
9.6 [9]
35.2 [9]
56.9 [9]
130.3 [9]
134.7 [9]
197.7 [9]
228.2 [9]
Table 3 . Michaelis constants (\(K_{M}\)).
Enzyme Values (mM) Average (mM) Reference
4-coumarate-CoA ligase (4CL) 0.389 0.276 [2]
0.155 [2]
0.283 [2]
Chalcone synthase (CHS) 0.0049 0.0049 [7]
Chalcone isomerase (CHI) 0.0024 0.007 [9]
0.0048 [9]
0.0048 [9]
0.0061 [9]
0.007 [9]
0.0085 [9]
0.0086 [9]
0.0099 [9]
0.0105 [9]

From Table 1 we see that the reaction producing naringenin chalcone seems to be around 10 times slower than the second slowest one in the pathway. This makes sense since this is a sequential reaction involving 4 molecules. Seeing this, we hypothesized that this reaction is the major bottleneck of the pathway. That is, the only parameters that have a major impact on the output of the model are \(k_{CHS}\) and \(\gamma_{CHS}\).

We validated this hypothesis by performing a simple sensitivity analysis as follows:

  1. Generate 10000 samples of parameter values by uniformly sampling from the intervals detailed in Table 4 . (The average value for \(\beta_{NAR}\) was derived from [10] ).
  2. Simulate the model with generated random parameters for 16 hours and save the concentration of naringenin.
  3. Compute the correlation coefficients between the parameters and concentration of naringenin.
Table 4 . Parameter values used in sensitivity analysis.
Parameter Value range
\(\gamma_{TAL}\) \(0.33 - 3\)
\(\gamma_{4CL}\) \(0.33 - 3\)
\(\gamma_{CHS}\) \(0.33 - 3\)
\(\gamma_{CHI}\) \(0.33 - 3\)
\(\beta_{NAR}\) \(3.6\mathrm{e}{-5} \pm 3.6\mathrm{e}{-6} \: (1/s)\)
\(k_{TAL}\) \(119 \pm 11.9 \: (1/s)\)
\(k_{4CL}\) \(0.3354 \pm 0.034 \: (1/s)\)
\(k_{CHS}\) \(0.0575 \pm 0.006 \: (1/s)\)
\(k_{CHI}\) \(89.5 \pm 8.95 \: (1/s)\)
\(K_{4CL}\) \(0.276 \pm 0.028 \: (mM)\)
\(K_{CHS}\) \(0.0049 \pm 0.0005 \: (mM)\)
\(K_{CHI}\) \(0.007 \pm 0.0007 \: (mM)\)

The results of sensitivity analysis are presented in Table 5 .

Table 5 . Results of sensitivity analysis.
Parameter Correlation coefficient
\(\gamma_{TAL}\) \(0.0242\)
\(\gamma_{4CL}\) \(0.0339\)
\(\gamma_{CHS}\) \(0.9833\)
\(\gamma_{CHI}\) \(0.0008\)
\(\beta_{NAR}\) \(-0.0938\)
\(k_{TAL}\) \(-0.0113\)
\(k_{4CL}\) \(0.0041\)
\(k_{CHS}\) \(0.1042\)
\(k_{CHI}\) \(-0.0009\)
\(K_{4CL}\) \(-0.0161\)
\(K_{CHS}\) \(-0.0199\)
\(K_{CHI}\) \(-0.0096\)

The sensitivity analysis confirmed our hypothesis. We note that it also showed that another important parameter is the decay rate of naringenin.

Conclusion

We derived a simple mathematical model for the naringenin pathway that our team wanted to implement in vivo . By performing sensitivity analysis, we determined that the reaction which turns Coumaryl-CoA to naringenin, chalcone synthase is the bottleneck of the naringenin synthesis process. Thus we decided to use a pSlpA that we noticed by analysing possible promoters for E. coli and L. paracasei. Furthermore, BBa_J23101, also known as one from the Anderson's collection promoter, was compared and picked up for other naringenin pathway protein expression.

References

1.
Zhou, S., Liu, P., Chen, J., Du, G., Li, H., Zhou, J. (2016). Characterization of mutants of a tyrosine ammonia-lyase from Rhodotorula glutinis. Appl. Microbiol. Biotechnol. 100, 10443-10452. To the article.
2.
Gao, S., Yu, H. N., Xu, R. X., Cheng, A. X., & Lou, H. X. (2015). Cloning and functional characterization of a 4-coumarate CoA ligase from liverwort Plagiochasma appendiculatum. Phytochemistry, 111, 48–58. To the article.
3.
Guo, H.-L., Yang, Y.-D., Ma, Y.-D., Liu, W.-B., Feng, J., Luo, Z.-Q., … Ma, L.-Q. (2016). A bifunctional type III polyketide synthase from raspberry (Rubus idaeus L.) with both chalcone synthase and benzalacetone synthase activity. Journal of Plant Biochemistry and Biotechnology, 26(1), 80–90. To the article.
4.
Shen, Y., Li, X., Chai, T., & Wang, H. (2016). Outer-sphere residues influence the catalytic activity of a chalcone synthase from Polygonum cuspidatum. FEBS open bio, 6(6), 610–618. To the article.
5.
Stewart, C., Jr, Woods, K., Macias, G., Allan, A. C., Hellens, R. P., & Noel, J. P. (2017). Molecular architectures of benzoic acid-specific type III polyketide synthases. Acta crystallographica. Section D, Structural biology, 73(Pt 12), 1007–1019. To the article.
6.
Abe, I., Watanabe, T., & Noguchi, H. (2004). Enzymatic formation of long-chain polyketide pyrones by plant type III polyketide synthases. Phytochemistry, 65(17), 2447–2453. To the article.
7.
Liu, B., Falkenstein-Paul, H., Schmidt, W., & Beerhues, L. (2003). Benzophenone synthase and chalcone synthase from Hypericum androsaemum cell cultures: cDNA cloning, functional expression, and site-directed mutagenesis of two polyketide synthases. The Plant journal : for cell and molecular biology, 34(6), 847–855. To the article.
8.
Morita, H., Takahashi, Y., Noguchi, H., & Abe, I. (2000). Enzymatic formation of unnatural aromatic polyketides by chalcone synthase. Biochemical and biophysical research communications, 279(1), 190–195. To the article.
9.
Park, S. H., Lee, C. W., Cho, S. M., Lee, H., Park, H., Lee, J., & Lee, J. H. (2018). Crystal structure and enzymatic properties of chalcone isomerase from the Antarctic vascular plant Deschampsia antarctica Desv. PloS one, 13(2), e0192415. To the article.
10.
Kanaze, F. I., Bounartzi, M. I., Georgarakis, M., & Niopas, I. (2006). Pharmacokinetics of the citrus flavanone aglycones hesperetin and naringenin after single oral administration in human subjects. European Journal of Clinical Nutrition, 61(4), 472–477. To the article.