Computational modeling applies theoretical and mathematical frameworks to describe and predict the behavior of biological processes. In our project, these models are used to support the design, refinement, and prediction of our engineered CRISPR-Cas13a system. With the help of computational tools such as MATLAB, we can develop complex systems of reactions and derive systems of ordinary differential equations (ODEs) to reflect such biological processes. This approach allows us to simulate system dynamics, generate quantitative predictions, and help optimize experimental design ahead of wet lab testing.
Both deterministic and stochastic models were used to capture the dynamics of our system. Deterministic models use ODEs to describe the average behavior of the system under ideal conditions, while stochastic simulations, such as Gillespie's algorithm, capture random fluctuations that become significant at lower molecule counts. Together, both models provide a robust view of system dynamics where deterministic models identify key trends and stochastic simulations show potential variability and random noise that may be of importance.
Deterministic models give us the average or “expected” behavior of the system by assuming large numbers of molecules and ignoring random noise. Given initial concentrations and reactions, these models result in predictable trajectories of system dynamics, providing a baseline for how the system should behave under ideal conditions. This is useful for identifying key parameters, validating initial assumptions, and guiding experimental design.
Parameter | Description | Value | Unit | Reference |
---|---|---|---|---|
kRNP | Cas13a–gRNA RNP complex formation rate | 2.9 × 10−3 | nM−1·sec−1 | (Sinan et al.) |
kdeg,gRNA, kdeg,NS, kdeg,HIV | Degradation rate of RNA in-vitro | 0.0009 | sec−1 | (Shin and Noireaux) |
kcis | Cas13a–gRNA RNP complex activation and cleavage rate of HIV | 8.3 × 10−4 | nM−1·sec−1 | (Feng et al.) |
ktransNS | Hyperactivation state of Cas13a–gRNA complex (RNP*) cleavage of nonspecific RNAs | 2×, 3×, 4×, 5× of kcis | nM−1·sec−1 | (Feng et al.), (Nalefski et al.) |
ktransHIV | Hyperactivation state of Cas13a–gRNA complex (RNP*) cleavage of HIV RNA | 3× of kcis | nM−1·sec−1 | (Feng et al.), (Nalefski et al.) |
Table 1: Table defining rate constants used for our in-vitro Cas13a cleavage model. |
Figure 1: Concentration of HIV RNA over time.
Figure 2: HIV concentration over time for different values of ktransHIV, scaled from 2x - 10x relative to cis-cleavage rates (kcis).
Figure 3: Deterministic simulation showing HIV RNA concentration over time for different Cas13a:gRNA ratios (1:1, 1:2, 1:3, 1:5, 1:10) across three total Cas13a + gRNA concentrations (1.0 nM, 10.0 nM, 100.0 nM). Each subplot represents a different total concentration, with higher concentrations showing faster knockdown.
Parameter | Description | Value | Unit | Reference |
---|---|---|---|---|
Y | Concentration/Density of Receptors | ~100–200 | nM | (Wang et al.), (“Size of HEK (Human Embryonic Kidney) 293 Cell - Human Homo Sapiens - BNID 108918”) |
Km | Half-saturation constant | 100 | nM | (Hoare) |
kdeg,HIV | Degradation rate of HIV in CD4 cells | 0.000004 | sec−1 | (Zhou et al.) |
kdeg,gRNA | Degradation rate of gRNA | 0.00003 | sec−1 | (Saifullah et al.) |
kdeg,NS | Degradation rate of NS | 0.00002 | sec−1 | (“Typical MRNA Half Life in Human Cells - Human Homo Sapiens - BNID 104747”) |
kbind | Binding affinity of CD4 to general antibody | 4 × 10−4 | nM−1·sec−1 | (Kim et al.) |
kRNP | Cas13a:crRNA complex formation & activation | 0.25 | sec−1 | (“Team:Newcastle/Model - 2019.Igem.org”) |
kdeg,cas13in | Degradation rate of internal Cas13 | 0.00003 | sec−1 | (Zhou et al.) |
kdeg,cas13ex | Degradation rate of external Cas13 | 0.000001 | sec−1 | (Wan et al.) |
ksyn,gRNA, ksyn,HIV, ksyn,NS | Synthesis of gRNA and HIV under CMV promoter | 0.002 | mRNA/sec | (“Transcription Termination Rates - Mammalian Tissue Culture Cell - BNID 106381”) |
kcis | Cas13a-gRNA RNP complex activation and cleavage rate of HIV | 8.3 × 10−4 | nM−1·sec−1 | (Feng et al.) |
ktransNS | Hyperactivation state of Cas13a-gRNA complex (RNP*) cleavage of nonspecific RNAs | 5x of kcis | nM−1·sec−1 | (Feng et al.), (Nalefski et al.) |
ktransHIV | Hyperactivation state of Cas13a-gRNA complex (RNP*) cleavage of HIV RNA. | 3x of kcis | nM−1·sec−1 | (Feng et al.), (Nalefski et al.) |
Table 2: Table defining rate constants used for our in-vivo Cas13a uptake model. |
Figure 4: Extracellular Cas13a (blue) binding to CD4 receptors expressed on HEK293 cells and intracellular Cas13a accumulation (green) in the cell.
While deterministic models work well for describing the average behavior of a system, they ignore the random noises and fluctuations bound to be present in a realistic biological environment. In living cells, molecule numbers can be very small, and intrinsic noise can strongly influence system behavior. To account for this, we utilized the Gillespie algorithm, a stochastic simulation algorithm (SSA), to simulate our system over time as a series of discrete, probabilistic molecular events.
Our stochastic model was developed in MATLAB using SSA. Unlike deterministic models that treat concentrations as smooth and continuous, this program simulates individual molecular reactions.
To convert our deterministic model into a stochastic one, all concentrations and reaction rates were scaled to reflect molecular behavior. HEK293 cells have a total volume of approximately 700 fL to 1.8 pL (BNID 108918). Using the full cell volume in this simulation would result in high molecule counts, not reflecting the effects of intrinsic noise. To better represent random fluctuations, our model uses a 1 fL subvolume to represent an intracellular region.
Each species’ initial concentration (nM) was converted to the number of molecules present in a 1 fL volume using:
Figure 5: 50 stochastic simulation runs of HIV RNA cleavage by Cas13a-gRNA complexes in-vitro.
We find that HIV RNA levels steadily decrease over time as the Cas13a-gRNA complex works to cleave their target. Each colored line represents one possible trajectory, and the variability between them highlights the random nature of molecular interactions. Despite this, we see an overall trend, confirming consistent and effective HIV RNA knockdown (Figure 5).
Steady state analysis in mathematical biology is a crucial part of analyzing system behavior when there is the constant production of one of more variables. Steady states occur when the rate of production of a variable is balanced with its rate of degradation, resulting in a constant level of expression (Steady State Kinetics). Knowing when steady states occur in a system and what their level of stability is allows for greater insight into the conditions which allow for homeostasis and what variables can cause disruption. It is of particular interest for us to know what steady states, if any, exist in our in-vivo system, as this will allow us to model realistic homeostatic conditions and understand which variables are responsible for potential instability.
To find potential steady states, each differential equation in our in-vivo system was set equal to zero (indicating no change in concentration) and solved simultaneously. One steady state was found:
Figure 6: Varying initial concentrations of HIV, non-specific RNA, and gRNA all converge to steady state values in the absence of Cas13a in-vivo.
Figure 7: The effect of varying initial concentrations of Cas13a on the knockdown efficiency of HIV RNA in-vivo.