Difference between revisions of "Team:Fudan-TSI/Model"

Line 2,272: Line 2,272:
 
<div class="col">
 
<div class="col">
 
Please consult the appendix file for a clearer understanding of the formulation of the model.
 
Please consult the appendix file for a clearer understanding of the formulation of the model.
<iframe src="https://static.igem.org/mediawiki/2019/8/8c/T--Fudan-TSI--ModelApp.pdf" scroll="no"></iframe>
+
<embed src="https://static.igem.org/mediawiki/2019/8/8c/T--Fudan-TSI--ModelApp.pdf" width="500" height="375"  type="application/pdf">
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 18:22, 20 October 2019

Overview
Our mutagenesis system uses the BL21 (DE3) E. coli strain transformed with two plasmids, a stringent plasmid named Ptarget carrying the target sequence that we want to mutate, and a relaxed plasmid named Pmutant, carrying the gene encoding the tools necessary for mutagenesis, i.e. reverse transcriptase (RT) and Cre.

As we are designing a brand-new mutagenesis system inside E. coli, we want to demonstrate whether and under what condition it can work, so we turn to modelling to answer these questions. Our modelling work is comprised of 3 parts. 1) We used 3 deterministic models to describe the 3 reaction steps of our system—induced expression, reverse transcription and recombination. This allows us to compute and maximize the yield of the recombined Ptarget which in turn, contributes to the optimization of our experimental setup. 2) We simulated the recombination process stochastically and calculated the number of recombined products that occurred during one replication cycle of E. coli. 3) We combined the 3 reaction steps together using deterministic model and found that selecting the least efficient degradation tag for Cre is optimal.
Part I: Deterministic model to compute the yield of recombined Ptarget
When we were constructing the plasmid, we encountered a dilemma concerning how RT and Cre should be expressed. Firstly, we thought of putting them both under a same Lac operon so that their expression can be easily induced merely by one kind of inducer—IPTG. Meanwhile, we also considered using different inducers to achieve a more modular design which would be easier to control. As it would take a long time to test which induced expression scheme is better through experiments, we used modelling to test the two constructs. We modelled all the reactions involved and computed the yield of the desired product, i.e. recombined Ptarget. Through comparison of the yield acquired using these two induced expression schemes, we decided that the latter scheme should be employed for our system to perform better.

By common knowledge we can assume that, if the amount of RT and Cre needs to be different to achieve optimal yield, we should choose the second scheme and put them under different operons. On the contrary, if the yield reaches the maximum under the maximum amount of RT and Cre, the first scheme should be chosen.

In our initial attempt, we found that modelling all the reactions involved is rather difficult, as the reactions are in such a large number and all mixed together. This circumstance makes inspection of the reasonability of our models and parameters impossible. To overcome this issue, we decided to separate these reactions into three minor models and use the steady-state concentration of the substances derived from the previous model as the input of the next model. The three minor models are: induced expression model, reverse transcription model and Cre recombination model, corresponding to the 3 reaction steps in R-Evolution. The schematic diagram is shown in Fig. 1.
Figure 1. Workflow of the model.

Three Grey boxes indicate three major reaction steps in R-Evolution. Arrows indicate the reaction that certain substance is involved. White arrows indicate the case in which substances that originally exist in E.coli act as inputs. Red arrows indicate the case in which intermediates, which are produced in the previous reaction, are generated or involved in next reaction process. The blue arrow indicates the final output that we would like to observe. Inducer – IPTG or aTc (anhydrotetracycline). RT – reverse transcriptase. Cre – Cre recombinase. cDNA – complementary DNA.

Induced expression model
We first assumed that both genes encoding RT and Cre are placed together under a lac operon (Fig 2a). The repressor protein LacI is stably expressed in the cell, 2 molecules of LacI will form a dimer which binds to LacO DNA fragment and represses the expression of RT and Cre. When IPTG is added and transported into the cell, IPTG molecules will bind with LacI and inhibit its binding to LacO. In this way, RT and Cre can be rescued from suppression (Nikos et al.). The ordinary differential equations (ODEs) describing these processes are shown as follows. Details of the substance names, parameter names and chemical equations can be found in the appendix.

$$ \begin{aligned} \frac{\text{d}}{\text{d}t}MR &= k_{sMR}\cdot O_{total} - \lambda_{MR}\cdot MR \\ \frac{\text{d}}{\text{d}t}R &= k_{sR}\cdot MR-2\cdot k_{2R}\cdot R^2 + 2\cdot k_{2R}R^2- \lambda_R\cdot R \\ \frac{\text{d}}{\text{d}t}R_2 &= k_{2R}\cdot R^2 - k_{-2R}\cdot R_2 - k_r\cdot R_2\cdot O+k_{-r}\cdot (O_{total}-O)-k_{dr1}\cdot R_2\cdot I^2+k_{-dr1}\cdot I_2R_2 - \lambda_{R_2}\cdot R_2 \\ \frac{\text{d}}{\text{d}t}O &= -k_r\cdot R_2\cdot O + k_{-r}\cdot (O_{total}-O) + k_{dr2}\cdot (O_{total}-O)\cdot I^2 - k_{-dr2}\cdot O\cdot I_2R_2 \\ \frac{\text{d}}{\text{d}t}I &= -2\cdot k_{dr1}\cdot R_2\cdot I^2 + 2\cdot k_{-dr1}\cdot I_2R_2 - 2\cdot k_{dr2}\cdot (O_{total}-O)\cdot I^2 \\\ \ \ \ \ \ \ &\ \ \ + 2\cdot k_{-dr2}\cdot O\cdot I_2R_2 + k_{ft}\cdot YI_{ex} + k_t \cdot (I_{ex}-I) + 2\cdot \lambda_{I_2R_2}\cdot I_2R_2 \\ \frac{\text{d}}{\text{d}t}I_2R_2 &= k_{dr1}\cdot R_2\cdot I^2 - k_{-dr1} \cdot I_2R_2 + k_{dr2}\cdot (O_{total}-O)\cdot I^2 - k_{-dr2}\cdot O\cdot I_2R_2 - \lambda_{I_2R_2}\cdot I_2R_2 \\ \frac{\text{d}}{\text{d}t}MY &= k_{sMY}\cdot O_{total} - \lambda_{MY}\cdot MY \\ \frac{\text{d}}{\text{d}t}Y &= k_{sY}\cdot MY + (k_{ft}+k_p)\cdot YI_{ex} - k_p\cdot Y\cdot I_{ex} - \lambda_Y\cdot Y \\ \frac{\text{d}}{\text{d}t}YI_{ex} &= -(k_{ft}+k_p)\cdot YI_{ex} + k_p\cdot Y\cdot I_{ex} - \lambda_{YI_{ex}}\cdot YI_{ex} \\ \frac{\text{d}}{\text{d}t}MRT &= k_{s0RT}\cdot (O_{total}-O) + k_{s1RT}\cdot O - \lambda_{MRT}\cdot MRT \\ \frac{\text{d}}{\text{d}t}RT &= k_{sRT}\cdot MRT - \lambda_{RT}\cdot RT \end{aligned} $$
According to our modelling result, the amount of target protein (RT and Cre) will be extremely low when IPTG is not added (Fig. 2b). The origin point represents the time when an E. coli comes into being through reproduction. As a result, the lac operon is not fully repressed by LacI dimer, causing a leakage expression of target protein (from 0 min to 1 min, Fig. 2b&c). After that, due to slow degradation rate of the target protein’s mRNA as well as the target protein itself, the amount of target protein will continue to accumulate to a certain amount after the lac operon is fully repressed (from 1 min to 5 min, Fig. 2b&c). Finally, the degradation process removes target protein from the system (from 5 min to 50 min, Fig. 2b). When IPTG is added, we find that the concentration of protein product quickly rises as the repression of lac operon is quickly removed (Fig. 2b&c from 50 min to 100 min ). The steady-state concentration is 6.70 μM. This number will be used for further analysis.
Figure 2. Induced expression of RT and Cre.

a) Schematic diagram of the model. b) Dynamics of target protein. Horizontal axis shows the length of time. Vertical axis demonstrates the amount of protein (RT and Cre) within the system. RT and Cre are expressed under the same Lac operon. c) Dynamics of free lac operon. Horizontal axis shows the length of time. Vertical axis demonstrates the amount of free lac operon, i.e. the lac operon unbound by tetR dimer, within the system. The vertical magenta line indicates the moment when 50μM is added to the system.

Reverse Transcription model
From the first model, the concentration of both RT and Cre are acquired. The concentration of RT serves as input to the reverse transcription model. As the schematic diagram depicts (Fig. 3a), tRNA primer first binds with reverse transcriptase. When this complex binds with a certain fragment on the target sequence, which is called primer binding site (PBS), the reverse transcription will start and cDNA will be synthesized.

Although a more elaborate model of reverse transcription has been proposed by Kulpa et al., it includes many reactions whose kinetic properties are not well characterized. As a result, we simplified that model and came up with our own. The ODEs describing these processes are shown as follows. Details of the substance names, parameter names and chemical equations we used can be found in the appendix.

$$ \begin{aligned} \frac{\text{d}}{\text{d}t}mGOI &= k_{smGOI}\cdot P_{target} - k_{anneal}\cdot mGOI\cdot C2 - \lambda_{mGOI}\cdot mGOI \\ \frac{\text{d}}{\text{d}t}Pr &= k_{sPr}\cdot P_{mutant} - k_{bind}\cdot RT\cdot Pr + k_{dis}\cdot C2 - \lambda_{Pr}\cdot Pr \\ \frac{\text{d}}{\text{d}t}C2 &= k_{bind}\cdot RT\cdot Pr - \lambda_{C_2}\cdot C2 - k_{anneal}\cdot mGOI\cdot C2 - k_{dis}\cdot C2 \\ \frac{\text{d}}{\text{d}t}RT &= -k_{bind}\cdot RT+k_{dis}\cdot C2 \\ \frac{\text{d}}{\text{d}t}C3 &= k_{anneal}\cdot mGOI\cdot C2 - \lambda_{C3\_RT}\cdot C3 \\ \frac{\text{d}}{\text{d}t}cDNA &= k_{scDNA}\cdot C3 - \lambda_{cDNA}\cdot cDNA \end{aligned} $$
The modelling result is shown in Fig. 3b. It shows that the concentration of cDNA will accumulate at the presence of RT (whose initial concentration is 6.70 μM, computed by the induced expression model) and finally reach a steady-state of 9.60 nM. This number will be used for further analysis.
Figure 3. Reverse transcription.

a) Schematic diagram of the model. b) Dynamics of cDNA. Horizontal axis shows the length of time. Vertical axis demonstrates the amount of cDNA within the system.

Cre Recombination Model
Our first assumption is that the genes encoding RT and Cre are both placed under lac operon and thus be expressed in the same amount. So now we are about to compute the yield of our desired product to identify whether this experimental setup is feasible. The model of the recombination process has been clearly described by Ehrilich et al. We made some changes to it according to our own experimental design. The schematic diagram is shown in Fig. 4a. The ODEs describing these processes are shown as follows. Details of the substance names, parameter names and chemical equations can be found in the appendix.

$$ \begin{aligned} \frac{\text{d}}{\text{d}t}Ps &= k_{-1}\cdot Ps\_Cre1 - k_1\cdot Ps\cdot Cre - k_{on}\cdot Ps \cdot T7RNA_p + k_{off}\cdot Ps\_T7RNAp \\ \frac{\text{d}}{\text{d}t}Ds &= k_{-1}\cdot Ds\_Cre1 - k_1\cdot Ds\cdot Cre \\ \frac{\text{d}}{\text{d}t}Ps\_Cre1 &= k_1\cdot Ps\cdot Cre - k_{-1}\cdot Ps\_Cre1 + k_{-2}\cdot Ps\_Cre2 - k_2\cdot Ps\_Cre1\cdot Cre \\ \frac{\text{d}}{\text{d}t}Ds\_Cre1 &= k_1\cdot Ds\cdot Cre - k_{-1}\cdot Ds\_Cre1 + k_{-2}\cdot Ds\_Cre2 - k_2\cdot Ds\_Cre1\cdot Cre \\ \frac{\text{d}}{\text{d}t}Ps\_Cre2 &= -k_{34}\cdot Ps\_Cre2\cdot Ds\_Cre2 + k_{-34}\cdot Pp\_Dp\_Cre4 + k_2\cdot Ps\_Cre1\cdot Cre - k_{-2} \cdot Ps\_Cre2 \\ \frac{\text{d}}{\text{d}t}Ds\_Cre2 &= -k_{34}\cdot Ps\_Cre2\cdot Ds\_Cre2 + k_{-34}\cdot Pp\_Dp\_Cre4 + k_2\cdot Ds\_Cre1\cdot Cre - k_{-2}\cdot Ds\_Cre2 \\ \frac{\text{d}}{\text{d}t}Pp\_Dp\_Cre4 &= -k_{-34}\cdot Pp\_Dp\_Cre4 + k_{34}\cdot Ps\_Cre2\cdot Ds\_Cre2 - k_5\cdot Pp\_Dp\_Cre4 + k_{-5}\cdot Pp\_Cre2\cdot Dp\_Cre2 \\ \frac{\text{d}}{\text{d}t}Pp\_Cre2 &= k_5\cdot Pp\_Dp\_Cre4 - k_{-5}\cdot Pp\_Cre2\cdot Dp\_Cre2 + k_2\cdot Pp\_Cre1\cdot Cre - k_{-2}\cdot Pp\_Cre2 \\ \frac{\text{d}}{\text{d}t}Dp\_Cre2 &= k_5\cdot Pp\_Dp\_Cre4 - k_{-5}\cdot Pp\_Cre2\cdot Dp\_Cre2 + k_2\cdot Dp\_Cre1\cdot Cre - k_{-2}\cdot Dp\_Cre2 \\ \frac{\text{d}}{\text{d}t}Pp\_Cre1 &= - k_2\cdot Pp\_Cre1\cdot Cre + k_{-2}\cdot Pp\_Cre2- k_{-1} \cdot Pp\_Cre1 + k_1\cdot Pp\cdot Cre \\ \frac{\text{d}}{\text{d}t}Dp\_Cre1 &= - k_2\cdot Dp\_Cre1\cdot Cre + k_{-2}\cdot Dp\_Cre2 - k_{-1} \cdot Dp\_Cre1 + k_1\cdot Dp\cdot Cre \\ \frac{\text{d}}{\text{d}t}Pp &= k_{-1}\cdot Pp\_Cre1 - k_1\cdot Pp\cdot Cre \\ \frac{\text{d}}{\text{d}t}Dp &= k_{-1}\cdot Dp\_Cre1 - k_1\cdot Dp\cdot Cre \\ \frac{\text{d}}{\text{d}t}Cre &= - k_1\cdot Ps\cdot Cre + k_{-1}\cdot Ps\_Cre1 - k_1\cdot Ds\cdot Cre \\\ \ \ \ \ \ \ \ \ \ \ \ &\ \ \ + k_{-1}\cdot Ds\_Cre1 - k_2\cdot Ps\_Cre1\cdot Cre + k_{-2}\cdot Ps\_Cre2 - k_2\cdot Ds\_Cre1\cdot Cre \\\ \ \ \ \ \ \ \ \ \ \ \ &\ \ \ + k_{-2}\cdot Ds\_Cre2 + k_{-2}\cdot Pp\_Cre2 - k_2\cdot Pp\_Cre1\cdot Cre + k_{-2}\cdot Dp\_Cre2 \\\ \ \ \ \ \ \ \ \ \ \ \ &\ \ \ - k_2\cdot Dp\_Cre1\cdot Cre + k_{-1}\cdot Pp\_Cre1 - k_1\cdot Pp\cdot Cre + k_{-1}\cdot Dp\_Cre1 - k_1\cdot Dp\cdot Cre \\ \frac{\text{d}}{\text{d}t}Ps\_T7RNAp &= k_{on}\cdot Ps\cdot T7RNAp - k_{off}\cdot Ps\_T7RNAp \\ \frac{\text{d}}{\text{d}t}T7RNAp &= 0 \end{aligned} $$
As is shown in the diagram, 2 Cre molecules bind with 1 loxP site successively, either on cDNA or Ptarget. Four Cre molecules will form a Holliday junction, and thus starting the recombination reaction. Two pairs of loxP will work together and complete the strand exchange between cDNA and Ptarget. After that, the recombined product is produced. What we are interested in is the percentage of recombined Ptarget among all Ptargets in one E. coli. So, we turn to compute that percentage based on the model that we have established.

Unfortunately, we found that the amount of substances is too small. For example, the concentration of is only 10 nM, which means there are only about 5 molecules of in one cell. These small numbers caused some computational problems in Matlab when we were using its ODE solver (ode15s). To address this problem, we converted the units of the amount of the substances from mole per litter (M) to molecule. The units of the kinetic parameters are also converted accordingly.

Now the recombination step is modeled under the initial condition of 5 molecules of non-mutated , 3228 molecules of Cre and 5 molecules of cDNA (Fig 4b). The last two numbers are the outputs of previous models after going through some unit conversion steps.
The result is disappointing. After a long period of reaction, no recombined showed up. It is because there are too many Cre molecules so s are all bounded by them and remain in the intermediate form. What’s more, can't bind with T7 RNA polymerase and be transcribed as a consequence of Cre occupation. This leads to the system’s inability of undergoing further reverse transcription process, stopping cDNA’s production, resulting in a stop of the system, and rendering mutation accumulation impossible (Fig. 4c).

This result tells us that the number of Cre molecules needs to be much lower for the system to function. We then set out to determine how many Cre is optimal. After we fed the recombination model with cDNA and Cre at different concentrations, the problem seems to be clear as the yield of recombined varies greatly responding to different numbers of cDNA and Cre (Fig. 4d). When cDNA is confined to 5 molecules, we will get no yield at all in the period of E. coli's replication cycle if the concentration of Cre is greater than 20 molecules. Instead, the yield is maximized when the final Cre concentration is around 2 molecules (Fig 4e).
Now we use the optimized number of Cre as the input to our third model. The result is shown in Fig. 4f, which is satisfactory. The recombined Ptarget) finally occurs and has a chance to bind with T7 RNA polymerase, which means mutated gene of interest could be transcribed and further mutated, thus making the accumulation of mutations possible (Fig 4g). These results remind us to use different inducer to induce the expression of RT and Cre. So, we revised our experimental design and decided to use Tet operon to control the expression of Cre and induce that with anhydrotetracycline (aTc). Even though we later used degradation tag to accelerate the degradation process of Cre and to decrease the expression level of Cre, considering the fact that the tet operon is less prone to leakage and that using merely lac operon to control the expression of RT and Cre may cause unexpected problems, we still used different operons to control the expression of RT and Cre. This setup will be considered in the model in Part III.
There is still something that is not well explained in our current model. The final percentage of recombined Ptarget is around 1.5%. The unit of the substance is molecules, so it means there is 0.075 recombined Ptarget in one cell, which is unrealistic. This problem reflects that converting the unit of substance into molecule when doing deterministic modelling cannot offer a precise description of the system’s status.

We then used stochastic modelling techniques to determine whether and how many recombined Ptargets will show up in one replication cycle of E. coli.
Figure 4. Cre recombination (deterministic).

a) Schematic diagram of the model. Ps, Un-recombined Ptarget. Pp, Recombined Ptarget. b-c) Recombination when Cre is expressed under Lac operon. Dynamics of the percentage of un-recombined/ recombined Ptarget among all Ptargets is shown in b. Horizontal axis shows the length of time (8 hours, corresponding to R-Evolution’s function period). The distribution of the percentage of substances at the steady-state is shown in c. d) Yield of recombined Ptarget at different initial number of cDNA and Cre. The yield of recombined Ptarget is calculated as the percentage of recombined Ptarget among all Ptargets. The horizontal white line corresponds to current situation where the initial number of cDNA is 5 molecules in one E.coli. e) Yield of recombined Ptarget at different initial number of Cre when initial number of cDNA is 5 molecules. f-g) Recombination when Cre is expressed under different operon. Dynamics of the percentage of un-recombined/ recombined Ptarget among all Ptargets is shown in f. The distribution of the percentage of substances at the steady-state is shown in g.

Part II: Stochastic model to compute times of occurrence of recombined Ptarget
We use Gillespie algorithm in stochastic modelling. The procedure of this algorithm is shown as follows in the form of pseudocode:

Step 1: Initialize the reaction system at \(t=0\) with rate constants \(c_1, c_2, ......, c_v\) as initial numbers of molecules \(x_1, x_2, ......, x_u\) corresponding to \(v\) reactions and \(u\) sustances (both reactants and products) involved in the reaction system.

Step 2: For each \(i=1,2,......,v\), calculate the hazard for the \(i^{th}\) type of reaction, denoted as \(h_i(x,c_i)\) based on current substance number \(x\).

Step 3: Calculate the combined reaction hazard \(h_0(x,c)=\Sigma_{i=1}^{v}h_i(x,c_i)\).

Step 4: Simulate the time to the next reaction, \(t^{'}\) , which is a random quantity that obeys exponential distribution with parameter \(\lambda\).

Step 5: Put \(t:=t+t^{'}\).

Step 6: Simulate the reaction index, \(j\). The probability that the \(j^{th}\) reaction can occur is \(\frac{h_i(x,c_i)}{h_0(x,c)}, i=1,2,......,v.\).

Step 7: Update \(x\) according to reaction \(j\), which means putting \(x:=x+S^{(j)}\), where \(S^{(j)}\) denotes the \(j^{th}\) colomn of the stoichiometry matrix \(S\). The \(j^{th}\) column of denotes the change in substance number caused by the \(j^{th}\) reaction.

Step 8: Record time \(t\) and current substance number \(x\).

Step 9: If \(t\ \text{<}\ T_{max}\), return to step 2. \(T_{max}\) corresponds to the maximum duration of the reaction set by the user.

Step 10: Plot the result to see the dynamic of the quantity of the substance that you are interested in.

Although the algorithm is rather simple, basic mathematical skills is required to understand its theoretical basis. You may consult the book written by Wilkinson and Darren J. for a thorough understanding. The result is shown in Fig. 5.

The result demonstrates that recombined Ptargets do occur and two rounds of reverse transcription and recombination can take place in one replication cycle of E. coli (1200 s) (Fig 5a). On the contrary, no recombined will come out within that period if the initial cDNA is 5 molecules and initial Cre is 3228 molecules (Fig 5b). This again demonstrates the necessity of putting RT and Cre under different induction setups. The fluctuation of the number of recombined Ptarget is due to the backward reaction that Cre can rebind with recombined and reverting the action, making it not counted as recombined Ptarget by the algorithm.
Figure 5. Cre recombination (stochastic).

Horizontal axis shows the length of time (20min, corresponding to the duration of 1 E.coli replication cycle). Vertical axis demonstrates the number of recombined Ptarget. The initial number of Cre is 2 molecules in a, 3228 molecules in b.

Part III: Deterministic model to determine optimal induction time
To ensure the evolved protein is encoded by the mutated GOI sequence that is recombined into Ptarget, we decided to use degradation tag to accelerate the degradation process of Cre. This design would make Cre only function when inducer is in the system, thus allowing stringent control of the protein. However, we then face the problem of how to select the optimal degradation tag. Empirically, to minimize the duration of recombination, we tend to choose degradation tags with higher efficiency, but extremely high degradation rate will also reduce the yield of recombined Ptarget, leading to decreased library size. Also, it is impractical for researchers to do experiments to test these degradation tags one by one. For these reasons, we are going to use models to find out the optimal degradation tag that should be added to Cre based on the average yield of recombined Ptarget at the end of R-Evolution functioning period (8 hours).

We intend to use the models described in Part I, combined with aTc induction model proposed by Steel et al. to compute the yield of recombined Ptarget under different degradation rate of Cre (the reason why Tet operon is used has been elaborated in Part I; the schematic diagram of this process is shown in Fig 6a. The ODEs describing these processes are shown as follows. Details of the substance names, parameter names and chemical equations we used can be found in the appendix.
Although the setup in Part I successfully provided us with a clear insight into the reactions and dynamic changes of substances that underlie our mutagenesis system, the simplification that the steady-state substance concentrations of previous models can be used as inputs for subsequent models doesn’t match real reaction situation. For example, when Cre is expressed, it can immediately bind with cDNA and initiate recombination. This fact contradicts with our model assumption that recombination only takes place after both Cre and cDNA has reached their steady-state concentration.

To overcome this issue, we decided to combine all three minor models together and calculate the expected output.

As a result of the impreciseness of the basic assumption of the models in part I, we only gave a qualitative conclusion that the amount of RT and Cre should be different. Here we need to quantify how Cre degradation rate and steady-state concentration affects the yield of recombined Ptarget. That’s why we employed deterministic model here to combine the separate steps together into one and better simulate real intracellular circumstances.

By combining the models that have been talked above, we revealed the reason why the degradation tag with a moderate degradation rate, which can’t be too high or too low, should be selected (Fig 6b): under appropriate inducer concentration (20~22uM), when the degradation rate is relatively low (below 0.1 min-1), the yield of recombined Ptarget will increase according to the increase of Cre degradation rate, but when that rate is sufficiently high (above 0.1 min-1), the increase of Cre degradation rate will do harm to the yield of recombined Ptarget.

The average degradation rate acquired from literature is 0.2 min-1(Nikos et al.) and the degradation rate of Cre when tagged with the most efficient degradation tag is 0.69 min-1. Within this range of degradation rate, the maximum yield of recombined Ptarget will decrease according to the increase of Cre degradation efficiency (Fig 6c). So we decided to use the least efficient degradation tag.

We also revealed the dynamic change of the recombined Ptarget. It will continuously accumulate within Cre function period (Fig 6d). However, the concentration remains to be low within that period, due to Cre degradation (Fig 6e).

Finally, there is another interesting phenomenon that is worth mentioning. From Fig 6b and Fig 6c, we can find that for each degradation tag rate greater than 0.2 min-1, there exits a range of aTc dosage that can make the yield of recombined relatively big. Also, decreased degradation efficiency enlarges that range. This discovery provides us with another reason for using less efficient degradation tag in that it can increase the robustness of our mutagenesis system by decreasing its sensitivity to the change of inducer dosage.
Figure 6. Whole process simulation considering Cre degradation tag.

a) Chemical reactions involved in Cre induced expression. b) Yield of recombined Ptarget at different Cre degradation rate and aTc dosage. The white line on the left corresponding to the case where the degradation rate of Cre is 0.2 min-1. The white line on the left corresponding to the case where the degradation rate of Cre is 0.69 min-1. c) Yield of recombined Ptarget at different Cre degradation rate and aTc dosage (3D plot). The range of Cre degradation rate is 0.2~0.69 min-1. d) Dynamics of yield of recombined Ptarget at the Cre degradation rate of 0.2 min-1 and the initial 22uM aTc dosage. e) Dynamics of yield of recombined Ptarget at the Cre degradation rate of 0.2 min-1 and the initial 22uM aTc dosage.

In the deterministic model, we combined the three minor models proposed previously and assessed the mutagenesis system in whole. Through this addition, we achieved a better simulation of the real intracellular reactions and answered the question of when Cre should be induced for the highest level of recombination efficiency to be obtained.
Complementary materials
Please consult the appendix file for a clearer understanding of the formulation of the model.
References