Modeling
What is Mathematical Biology?
Mathematical biology integrates theoretical frameworks, mathematical models, and conceptual representations to explore the fundamental principles driving biological systems' structure, function, and behavior. By employing tools like MATLAB, we can develop precise mathematical descriptions of complex biological processes. These models enable the simulation and prediction of biological behavior, offering a powerful means of conducting quantitative analysis. They play a crucial role in validating experimental data, testing theoretical predictions, and revealing insights that may not be directly observable in experimental settings. Through modeling, we can construct systems of equations that mimic cellular activities and interactions.Deterministic and Stochastic Modeling
Developing an effective miRNA detection kit requires knowledge of how the gene system works, and how sensitive the system is to be applicable. The concentration of miRNA in the blood varies per type of miRNA and the method of extraction, and the magnitude of concentration in blood can get as low as an attomolar. With a low working concentration in a noisy biological environment, it’s necessary to understand how the system behaves with these conditions.Why use both deterministic and stochastic models?
Deterministic Model
Our miRNA detection system involves the inhibition of the dual regulation system of LacI and L7AE in the presence of miRNA. With the GFP gene further downstream of the plasmid, the dual regulation system will inhibit the expression of GFP under normal conditions. However, in the presence of miRNA-326, Ago2 will bind to miRNA to form a RISC complex. When the RISC complex binds to the complementary sequence of miRNA after the start codon of the mRNA, it slices the dual regulation system, resulting in the expression of GFP.RISC Equation
Constant | Description | Value | Source |
---|---|---|---|
kTRA(old) |
Transcription rate of Ago2 plasmid (M/s) |
1.77e-9 |
(Gaston Day School, 2020) |
kTRA(new) |
Transcription rate of Ago2 plasmid (M/s) |
1.81e-11 |
(Gaston Day School, 2020) |
kTLA |
Translation rate of Ago2 (1/s) |
0.0194 |
(Harvard University BioNumbers, 2024) |
kdeg |
general protein dilution in E. coli 1/sec |
0.000577 |
(McKernan, 2015) |
miRNA |
Upper bound magnitude of miRNA in the body, depends on the miRNA |
1e-12 |
(Khashayar et al., 2022) |
k_on_ago |
RISC formation constant in 1/Ms |
2e7 |
(Wee et al. 2012) |
k_off_ago |
RISC dissociation constant in 1/s |
7.7e-4 |
(Wee et al. 2012) |
Constant | Description | Value | Source |
---|---|---|---|
kTLLI |
translation rate of LacI (1/m) |
0.0472 |
(Harvard University BioNumbers, 2024) |
kTLLA |
translation rate of L7ae (1/s) |
0.1417 |
(Harvard University BioNumbers, 2024) |
q |
Hill's coefficient of miRNA and Ago2 |
1 |
- |
Constant | Description | Value | Source |
---|---|---|---|
kTR(old) |
Transcription rate of dual repression plasmid |
1.182e-9 |
(Gaston Day School, 2020) |
kTR(new) |
Transcription rate of dual repression plasmid |
1.51e-11 |
(Gaston Day School, 2020) |
kTLGFP |
Translation rate of GFP (1/s) |
0.0714 |
(Harvard University BioNumbers, 2024) |
n |
Hill's coefficient for LacI - LacO |
2 |
(Semsey et al., 2013) |
m |
Hill's coefficient for L7Ae-k-turn |
1 |
(Lilley, 2014) |
k_on_LE |
bimolecular rate of association (1/M*s) |
8.4 × 10*6 |
(Wang et al, 2012) |
k_off_LE |
dissociation of L7Ae from Kt-7 (1/s) |
.002 |
(Wang et al. 2012) |
k_dLE |
L7AE-kturn dissociation rate in M |
2.38e-10 |
k_off_LE/k_on_LE |
k_dLI |
LacI - LacO dissociation rate in M |
592e-11 |
(Du et al. 2019) |
Stochastic Model
Systems within cells do not occur as uniformly as described by our ODE modeling. Small changes can occur in the concentration of species due to shifts in equilibrium caused by a multitude of factors– like temperature or the concentration of other species.Our Program
Our Stochastic Model was designed using an SSA. Just as in our ODE which simulated the behavior of miRNA, Ago2, the RISC complex, LacI, L7AE, and GFP, the initial concentration of miRNA was on the order of 1E-12 as is common in the blood of B-Cell Lymphoma patients. The initial concentration was 9E-12. This, because the stochastic model was run on the molecular level with each species in the system starting at 10 molecules. miRNA, however, had an initial molecule count of 15,000, to represent an initial amount of miRNA that is crucial to our system. After the stochastic model was run, molecule counts were converted to molar concentration through the formulaParameter Sensitivity Analysis
To ensure our miRNA detection system is robust and sensitive across a range of miRNA concentrations, we try to understand how changes in model parameters affect the system's output. In biological systems, parameters such as reaction rates, binding affinities, and degradation rates can vary significantly due to experimental conditions, individual biological variability, and measurement errors. Using deterministic or stochastic models alone may not capture the full extent of this variability.Parameter | Mean Value | Gaussian Standard Deviation |
---|---|---|
kTR |
1.1820e-9 |
2.0e-10 |
kTLGFP |
0.0714 |
.01 |
KTLLI |
0.0472 |
0.005 |
KTLLA |
0.1417 |
0.02 |
kdeg |
0.000577 |
0.00005 |
k_dLI |
592e-11 |
60e-11 |
k_dLE |
2.38e-10 |
2e-11 |
kTRA |
1.77e-9 |
2e-10 |
kTLA |
0.0194 |
0.002 |
n |
2 |
.5 |
m |
1 |
.5 |
q |
1 |
.5 |
k_on_ago |
2e7 |
2e6 |
k_off_ago |
7.7e-5 |
8e-6 |
Simulating Ago2-miRNA Binding with GROMACS
Our iGEM project focuses on developing a bacteria-detector system that glows green when it detects high levels of miRNA-326, a microRNA associated with B-cell lymphoma. As part of the dry lab component, we are using GROMACS to optimize the binding of human argonaute protein (AGO2) and miRNA-326 with potential applications to enhance its binding affinity. This work supports our main project by providing insights into the molecular interactions critical for the detection system.Modeling Approach
We utilized GROMACS, with the leap-frog integrator and Particle Mesh Ewald (PME) for long-range electrostatics, to model and analyze the structural dynamics of Ago2 and miRNA-326. By simulating the binding of these two structures under accurate physical conditions, we can determine the most optimal binding position of Ago2 and miRNA-326. Further techniques such as umbrella sampling could allow us to identify mutations that could improve the binding affinity, thereby enhancing the sensitivity of our bacteria-detector system.Progress and Achievements
Tutorial Completion: We completed the GROMACS tutorial for lysozyme, which provided essential knowledge for setting up and executing molecular dynamics simulations. (http://www.mdtutorials.com/gmx/lysozyme/06_equil.html).Molecular Docking
We used Autodock Vina to find energetically optimized binding configurations of the two structures. We used an exhaustiveness of 8 and generated 9 docking poses.Steps Performed in GROMACS
(1). Generating the Topology File:Extending from the Main Project
By understanding the optimal binding between Ago2 and miRNA-326, we can understand how the sensor might detect the presence of miRNA-326 based on its binding to Ago2, allowing you to fine-tune sensor design to maximize sensitivity and specificity. We can use Pymol or Chimera to create Ago2 mutants, then run through MD simulations to observe stability and conformational changes, and finally use umbrella sampling to investigate the detailed binding mechanism and free energy profiles.references