Model

Optimizing Wetlab with Software Analysis

This year, Lambert iGEM simulated CRISPRi and Toehold reactions using MATLAB, and also optimized toeholds using machine learning.

Toeholds

Overview

Along with the CRISPRi system, our team developed a cell-free toehold biosensor to measure CRISPRi efficiency. Toeholds can be summarized by two major constructs we designed (see Toehold Design) (See Fig. 1):

Figure 1. Summary of toehold function and possible outcomes

The team also decided to make a deterministic ODE model to simulate the toehold reaction. Since the team is pioneering research for cell-free toehold expression, there is minimal data regarding our experimentation. To address this, Lambert iGEM developed a simulated graph using MATLAB, which serves as a guide for the toehold committee, creating a threshold for them to aim for. After the toehold committee completes their experimentation, we will use their results to better fit our parameters, creating a mutual transfer of data.

Development

To assist in interpreting and validating the toeholds reactions, Lambert iGEM incorporated a deterministic ordinary differential equations (ODE) model to simulate the reaction and correlate fluorescence caused by the downregulation of GFP from the toehold.

Signaling Pathway

We used MATLAB’s SimBiology software to diagram each reaction using the Law of Mass Action and Hill equations. The Mass Action equations are used to diagram the collision of reactants in a solution, which is needed for most reactants in our reaction pathways (Park, 2022). In contrast, Hill equations are needed to properly diagram catalytic enzyme kinetics when utilizing multiple ligand areas (Zi, 2012). The pathway begins with the introduction of inhA DNA from cells into the system and ends with the expression of GFP (see Fig. 2).

Figure 2. Toehold Signaling Pathway in MATLAB

Biochemical Reactions

The model contains a total of 4 biochemical reactions (see Fig. 2) for the toehold simulation as described below (see Table 1 & 2).

ReactionDescription
Chi6 → inhAChi6 is used to protect linear DNA
inhA + RNAP → RNARNA polymerase binds to the inhA DNA to transcribe into RNA
RNA ↔ [S_on]RNA binds to the toehold switch, activating the toehold switch
[S_on] → GFPActivated Toehold Switch transcribes GFP
Table 1. Reactions and descriptions of the 4 biochemical reactions for the toehold simulation

There is one reaction simulating the leakage rate of the toehold switch, as described below.

[S_off] → GFPOff-state toehold switch could mistakenly transcribe GFP
Table 2. Reaction and description of biochemical reaction for the toehold simulation

Initial Values of Species

In order to simulate our reactions, our team needed to input quantities to initialize each component in our model (see Table 3). The initial value of each species was obtained from the Toehold committee (see Experiments).

NameInitial ValueUnits
Off State Toehold Switch1nanomoles
GFP0nanomoles
inhA15nanomoles
Activated Toehold Switch1nanomoles
RNAP0.1nanomoles
RNA5nanomoles
Chi62nanomoles
Table 3. Initial Toehold wetlab experimentation values and units

Parameters

Rate constants and degradation rates are required to input into our Mass Action Laws and Michaelis-Menten equations. These values were derived from literature or estimated if the values could not be found. The value of each parameter is shown below (Table 4):

VariableReactionEstimated ValueUnits
k1Reaction constant for off stage toehold switch mistakenly transcribing GFP0.0013nanomoles/second
k2Rate constant for GFP degradation-.0025nanomoles/second
k3Rate constant for Chi6 protecting linearized inhA DNA1nanomoles/second
Vm_TriggerMaximal rate of reaction needed for Michaelis-Menten enzyme kinetics for RNA trigger binding to off state toehold switch5nanomoles/second
n_TriggerHill kinetic coefficient for trigger binding to off state toehold switch2.78unitless
Kp_TriggerMichaelis-Menten constant for trigger binding to off stage toehold switch30nanomoles
n_GFPHill kinetic coefficient for on state toehold switch transcribing GFP2unitless
Kp_GFPMichaelis-Menten constant for on state toehold switch transcribing GFP0.8696nanomoles
Vm_GFPMaximal rate of reaction needed for Michaelis-Menten enzyme kinetics for on state toehold switch transcribing GFP3nanomoles/second
Vm_RNAPMaximal rate of reaction needed for Michaelis-Menten enzyme kinetics for inhA DNA getting transcribed into RNA3nanomoles/second
n_RNAPHill kinetic coefficient for inhA DNA getting transcribed into RNA4unitless
Kp_RNAPMichaelis-Menten constant for inhA DNA getting transcribed into RNA1nanomoles
Table 4. Estimated values of Toehold parameters

Ordinary Differential Equations

As mentioned previously, Lambert iGEM incorporated the Mass Action Kinetic Laws and Hill Equations to represent the reactions for the Toehold model. Mass Action Kinetic Laws describe a biomolecular interaction; it states that the relationship between a reaction’s rate and its product of reactant concentrations is proportional. Hill equations are used to study the kinetics of reactions that behave sigmoidally. The Hill equation is a useful tool for analyzing the rate of numerous transporter-mediated processes and enzyme-catalyzed reactions (see Table 5).

NumberODE
1d(SOFF)/dt=(kf1SOFF)d (S OFF)/dt = -(kf 1* S OFF)
2d(GFP)/dt=(kf1SOFF)+(Vm2SON2n/(Kp2+SON2n))(kf2GFP)d(GFP)/dt = (kf_1*S OFF) + (Vm_2*S ON^n_2/(Kp_2+S ON^n_2)) - (kf_2*GFP)
3d(inhA)/dt=(VminhAn/(Kp+inhAn))+(kf3Chi6)d(inhA)/dt = -(Vm*inhA^n/(Kp + inhA^n)) + (kf_3*Chi6)
4d(SON)/dt=(Vm1RNA1n/(Kp1+RNA1n))(Vm2RNA2n/(Kp2+RNA2n)d(S ON)/dt = (Vm_1*RNA^n_1/(Kp_1+RNA^n_1)) - (Vm_2RNA^n_2/(Kp_2+RNA^n_2)
5d(RNAP)/dt=(VminhAn/(Kp+inhAn))d(RNAP)/dt = -(Vm*inhA^n/(Kp+inhA^n))
6d(RNA)/dt=(Vm1RNA1n/(Kp1+RNA1n))+(VminhAn/(Kp+inhAn))d(RNA)/dt = -(Vm_1RNA^n_1/(Kp_1+RNA^n_1)) + (Vm*inhA^n/(Kp + inhA^n))
7d(Chi6)/dt=(kf3Chi6)d(Chi6)/dt = -(kf_3Chi6)
Table 5. ODE equations for Toehold reactions

Assumptions

This model is under the premise that all rate constants remain constant regardless of environmental factors. It also assumes that ribosomes utilize all types of amino acids at the same rate and that all cells get lysed into DNA at a constant proportion.

Results

Estimated GFP Expression for Toeholds

To assess the efficacy of our CRISPRi system, we engineered toehold switches as reporter mechanisms. Lambert iGEM utilized MATLAB to perform precise modeling of gene expression of inhA, a gene linked to the pathogenicity of M. tuberculosis (see Toeholds M.tb POC). We created a complete set of ODEs and used Simbiology’s Model Analyzer to simulate the concentration of GFP over 16 hours with 15 nanomoles of the inhA DNA initially. While producing GFP protein from the inhA target construct, the graph increases at first and then plateaus at around four hours (see Fig. 3).

Figure 3. Simulation Results of GFP expression of inhA in micromoles over 16 hours

Estimated unbounded inhA DNA

We also developed a curve that modeled unbounded inhA DNA over time, showing that as time goes on, the toehold is able to bind to all of the inhA DNA, and as the toehold switch reaches a certain saturation point, the graph goes towards an asymptote at 0 (see Fig. 4).

Figure 4. Simulation Results of unbounded inhA DNA in nanomoles over 16 hours

Bound inhA DNA vs GFP concentration

We then plotted inhA DNA concentrations with GFP expression, over a fixed time interval of 16 hours (see Fig. 5).

Figure 5. Relationship between bound inhA DNA ranging from 0 to 20 micromoles and GFP concentration in micromoles and based on the deterministic ODE system after 16 hours

To evaluate the effectiveness of our toehold experimentation (see Experiments), we utilized the Lambert line-of-best-fit between GFP expression and fluorescence used to correlate CRISPRi, represented by the equation RFU = 6.1[GFP]. By converting our inhA DNA concentration to fluorescence, the similarity presented by our experimental results (see Fig. 6) and the logarithmic shape of our model (see Fig. 7) prove the accuracy of our wetlab. The minor discrepancies in the scales of the graphs could be attributed to potential pipetting errors or differences in the sensitivity or calibration of the plate readers we used.

Figure 6. Wetlab experimental results correlating GFP complements in RFU from plate reader
Figure 7. Wetlab experimental results compared to ODE Model Simulation

While RFU values can vary across different plate readers due to the unique calibration, sensitivity, and gain settings in each one, our graphs serve as reference points for SHIELD, enabling researchers to confirm the shape of their graphs when testing their own effector genes.

Future Plans

In the future, in addition to the current models and equations created towards CRISPRi and toeholds, Lambert iGEM will continue to refine our parameters with our wet lab experimentation. The team hopes to develop Machine Learning (ML) models such as a Gradient Boosting model to combine previous models to create new models and fine-tune parameters. This will help increase the accuracy in the amount of fluorescence present, and assess the risk of antimicrobial resistance through different socioeconomic conditions. Additionally, the team plans to explore deep learning models to improve predictive analysis. These models will further incorporate additional features such as environmental factors and genetic variability to enhance the understanding of CRISPRi and toeholds.

References

BYJUs. (n.d.). Law of Mass Action - Definition, Application & Equation with Statement. BYJUs. https://byjus.com/chemistry/law-of-mass-action-or-law-of-chemical-equilibrium/
Kim, S.-J., Leong, M., Amrofell, M. B., Lee, Y. J., & Moon, T. S. (2019). Modulating Responses of Toehold Switches by an Inhibitory Hairpin. ACS Synthetic Biology, 8(3), 601–605. https://doi.org/10.1021/acssynbio.8b00488
Marshall, R., Beisel, C. L., & Noireaux, V. (2020). Rapid Testing of CRISPR Nucleases and Guide RNAs in an E. coli Cell-Free Transcription-Translation System. STAR Protocols, 1(1), 100003. https://doi.org/10.1016/j.xpro.2019.100003
Marshall, R., Maxwell, C. S., Collins, S. P., Beisel, C. L., & Noireaux, V. (2017). Short DNA containing χ sites enhances DNA stability and gene expression in E. coli cell-free transcription-translation systems. Biotechnology and Bioengineering, 114(9), 2137–2141. https://doi.org/10.1002/bit.26333
McSweeney, M. A., Zhang, Y., & Styczynski, M. P. (2023). Short Activators and Repressors of RNA Toehold Switches. ACS Synthetic Biology, 12(3), 681–688. https://doi.org/10.1021/acssynbio.2c00641
PhysiologyWeb Team. (2014). Hill Equation - Interactive Graph - PhysiologyWeb. Physiologyweb.com. https://www.physiologyweb.com/calculators/hill_equation_interactive_graph.html
ScienceDirect. (n.d.). Mass Action Law - an overview | ScienceDirect Topics. Www.sciencedirect.com. https://www.sciencedirect.com/topics/chemistry/mass-action-law
Zi, Z. (2012). A Tutorial on Mathematical Modeling of Biological Signaling Pathways. Methods in Molecular Biology, 41–51. https://doi.org/10.1007/978-1-61779-833-7_3