Team:UFlorida/Model

UF iGEM 2021

MODEL

Overview

Our project attempts to reduce antibiotic resistance spread within bacterial populations by utilizing an inducible CRISPR-Cas9 circuit to stochastically cleave locations on bacterial genomes. In final implementation, we foresee horizontal gene transfer or conjugation as being a promising route for quick and non-invasive bacterial population modification.

We have selected conjugation as a vector for population level editing for two main reasons: ease of transfer and non-invasiveness. Regarding the former rationale, bacterial populations are well known to share genetic information between both individuals within a species and between species (Wang et al., 2019). This phenomena will allow us to spread our circuit through a population and kill only target bacteria rather than utilizing broad spectrum antibiotics.

With regards to the latter reason, gene-editing techniques remain a novel technology. We propose a strain of engineered bacteria could be edited in vitro, and delivered to a target bacterial colony via impregnated bandages for surface wounds, injection for internal injuries, or probiotic supplement for microbiome therapy. While the regulatory and safety concerns for introduction of an engineered bacteria are immense, once a pathway has been approved, a treatment comparable in invasives to a vaccination could be used to eliminate antibiotic resistant species

Synthetic Biology is a “model-first” discipline, and we could not experimentally validate our desired implementation. Because of these factors we created a model of the final product. We have modeled our conjugation network as a series of first-order differential equations with respect to time, each tracking the concentration of different biochemical molecules. Our model was inspired by the conjugation model designed by team SDU-Denmark in 2019 (SDU-Denmark, 2019). We modified our equation with a new framework outlined in the paper by Dong, et.al (2020) to include growth terms and track the donor and conjugant sources for transforming wild-type bacteria.

Conjugation

Discovery of bacteriological conjugation, back in the year of 1946, is considered to be one of the rudimentary findings in the bacteriological science as it led to uncovering of many important bacterial concepts such as proof of genetic recombination (in bacteria), circular chromosomes, transfer of antibiotic resistance between bacteria, and development of plasmid transformation (Low, 2001). Conjugation is an exchange of genetic material between donor and recipient bacteria, where the recipient bacteria acquires a part of the donor's bacteria genome which is then incorporated into the original genome of the recipient, generating a now modified host bacteria (Raleigh & Low, 2013; Frost, 2009). This process is executed by horizontal gene transfer (HGT) and its significance keeps growing in the field of microbiology as it serves as one of the main tools for human driven transformations in delivering desired characteristics and fight antibiotic resistance, and it reaches beyond the contact between same species (Frost, 2009). However, HGT plasmid conjugation is also considered as one of the main drivers of antibiotic resistance spread within the bacterial populations (Lopatkin et al., 2016).

Figure From: (Griffiths, et. al, 2000)

Dynamics of conjugation in bacteria (depicted above) is determined by the rate of conjugation (conjugation efficiency) and the rate of growth of transconjugants, and these rates are affected by the type of bacteria and their environment (Lopatkin et al., 2016; Dong et al., 2020). It is proven that the biggest effect on promoting bacteria dynamics are states before and during conjugation. Physiological state of the cell before conjugation has the highest impact on the rate of conjugation, while energy access of the cell during conjugation is the greatest contributor to efficiency of conjugation (Lopatkin et al., 2016). Antibiotics as well drive the conjugation in smaller quantities (Lopatkin et al., 2016). On the other hand, when it comes to the rate of growth of transconjugants, it was found that de novo transconjugants replicated with significantly more lag at a slower rate, while transconjugants that have been replicating by generations have a faster rate of replication without significant lagging (Prensky et al., 2021).

Equations

The Denmark Model

Our final population system stemmed from the SDU-Denmark (2019) model of their third system. Their system is defined by two populations: recipients, R, and transconjugants, TCN, that have received the plasmid.

  • (A) dR ⁄ dt = -γR(CN + TCN)
  • (B) dTCN ⁄ dt = γR(CN + TCN)

Equation A represents the time rate of change of the recipient population.

Equation B represents the time rate of change of the transconjugants population.

The conjugation parameter (Demark, 2019), γ, describes the rate at which a plasmid is able to be transmitted via conjugation to other cells.

The parameter CN (Denmark, 2019) represents the initial concentration of Plasmid Donor cells.

Parameters Value Notes
γ 2.174 × 10-11 [mL cells-1 hour-1] Rate of Conjugation
CN 2.5 × 109 [cells mL-1] Population of Plasmid Donors

The two bacteria populations that exist in our model are E. Coli and P. Putida. For the purpose of our design, the E. Coli cell count, D, will be treated as a constant with our goal of tracking P. Putida (SDU-Denmark, 2019). The population of P. Putida is categorized into two groups, the cells susceptible to conjugation, S, and cells that have received the transmitted plasmid, R. We assume plasmid transmission through transformation to be negligible. The population model equations we created are derived from the Denmark model as well as from a conjugation paper by Dong, Russo, and Sampson (Dong et al., 2020; SDU Denmark, 2019). The following equations apply their relationships to our own context.

  • (A) dS ⁄ dt = bR S - (γD D S) - (γR R S)
  • (B) dR ⁄ dt = bR R + (γD D S) + (γR R S)

Equation 1 represents the time rate of change of the susceptible P. Putida population.

Equation 2 represents the time rate of change of the plasmid recipient P. Putida population.

The conjugation parameter, γR, describes the rate at which P. Putida is able to transmit a plasmid via conjugation to other P. Putida cells (Wang et al., 2019).

The conjugation parameter, γD, describes the rate at which E. Coli is able to transmit a plasmid via conjugation to other P. Putida cells (Pei & Gunsch, 2009) .

Lastly, the parameter bR is the growth rate of P. Putida.

Parameters Value Notes
γR 1.5 × 10-1 [mL cells-1 hour-1] Rate of Conjugation E. ColiP. Putida
γD 2 × 10-3 [mL cells-1 hour-1] Rate of Conjugation P. PutidaP. Putida
bR 0.61 [hour-1] Growth Rate of P. Putida
D 3.2 × 109 [cells mL-1] E. Coli Population

Results

In replicating the SDU-Denmark model for 2019, we saw a marked increase in the speed of our conjugation (right) when compared to their (left) original “System 3” framework (SDU-Denmark, 2019). This was likely due to the higher initial concentration of donor cells in our model 3.2e9 vs 2.5e9 for Denmark (2019) and a higher conjugation rate found in our literature 1.5e-1 (Pei & Gunsch, 2009) vs 2.2e-11 for Denmark (2019). As seen above, our model produces a more “step-like” behavior than Denmark’s model. As we did not experimentally validate our model, we felt the initial condition of non-conjugated (henceforth referred to as “susceptible” with conjugated cells dubbed “recipient”) cells was arbitrary and opted to make the concentrations of donor and “susceptible” and cells equal.

However, when substituting Denmark’s initial donor concentration with ours (left) or Denmark’s conjugation rate (right) it becomes fairly clear that the dominant driving factor in our differences is the conjugation rate. In order to further develop on the Denmark framework, we added bacterial growth terms in accordance with the paper by Dong, et.al (2020) and captured conjugation behavior by both the original donor cells and newly conjugated bacteria. When plotted on the same scale as the Denmark models (below) we find that the conjugation rate is rapid and exceeds the bounds of the frame of reference. This is likely due to the inclusion of a growth term creating an exponential positive feedback where conjugated cells both increase passively and can transfer their status to other cells.

When plotted on a semi-logarithmic scale (below) however, two pieces of behavior become obvious. Firstly, at the fractional percentage scale, we observe oscillations in the “susceptible” cell concentration, displaying almost a “predator-prey” dynamic in which once a certain threshold is reached then their population drops precipitously. Secondly, once the initial concentration of susceptible cells is depleted, a new driving force, the aforementioned oscillation, appears to generate more “recipient” cells via the cycle described in the preceding paragraph.The validity of these results may be questioned given a series of assumptions and omissions described in the “Discussion”.




Discussion

While modelling the systems, we made assumptions which limit the extent of biological and environmental dynamics the model tracks. The value of γD used in the model served as a proxy for a more accurate growth rate that could be retrieved from experimental data. A lack of experimental validation is also a major limitation to the model, as it would confirm the population behaviors we observed and provide constants and initial conditions such as the growth rate (γD) described previously and the initial concentration of bacteria (S0). Experimental data would allow us to reach a more concrete conclusion in the certainty of the population dynamics shown in the model.

The model also does not consider all the mechanistic forces involved in the transfer of the target plasmid. The role of lysing in the reduction of the population was not reflected in the equations. The environment was assumed to be nutrient rich, and therefore, cell death was not considered. Plasmid transformation was also not considered to focus on conjugation as the singular pathway for horizontal gene transfer. The model does not track whether all cells in the population are conjugated. The model does not capture E. Coli growth or death mechanisms. It does not consider the stochasticity of cellular contact and its role in facilitating conjugation.

Experimentation of the modelled system would greatly improve the validity of the model, and is the foremost recommendation for how future teams can build upon the work of this section. An experiment that successfully integrates the CRISPR/Cas-9 system and the conjugative genes into one plasmid and provides constants and values specific to the experiment will prove the validity of the assumptions we made, the model itself, and the pathway that could be taken to combat antibiotic resistance.

References

Dahlberg, C., Bergstro¨m, M., Andreasen, M., Christensen, B. B., Molin, S., & Hermansson, M. (1998). Interspecies Bacterial Conjugation by Plasmids from Marine Environments Visualized by gfp Expression. Molecular Biology and Evolution, 15(4), pp. 385-390. Retrieved From: https://doi.org/10.1093/oxfordjournals.molbev.a025935.

Denmark, S. D. U. (n.d.). CONJUGATION MODEL Kinetics of conjugative plasmid transfer. Team:SDU-Denmark/model. Retrieved October 19, 2021, from https://2019.igem.org/Team:SDU-Denmark/Model.

Dong, J. J., Russo, J. D., & Sampson, K., (2020, September 9). Population dynamics model and analysis for bacteria transformation and conjugation. Journal of Physics Communications, 4. Retrieved from https://doi.org/10.1088/2399-6528/abb8be.

K.B. Low. (2001). Conjugation. In Brenner, S. & Miller, J.H. (Eds.) Encyclopedia of Genetics (pp. 449-453). Academic Press. Retrieved From: https://doi.org/10.1006/rwgn.2001.0267.

L.S. Frost. (2009). Conjugation, Bacterial. In Schaechter, M. (Eds.) Encyclopedia of Microbiology (pp. 517-531). Academic Press. Retrieved From: https://doi.org/10.1016/B978-012373944-5.00007-9.

Griffiths, A. J. F., Miller, J. H., & Suzuki, D. T. (2000). [Figure 7-11 Summary of the various events that take place in the conjugational cycle of E. Coli][Figure] An introduction to genetic analysis 7th edition. W H Freeman & Co.

Lopatkin, A. J., Huang, S., Smith, R. P., Srimani, J. K., Sysoeva, T. A., Bewick, S., Karig, D. K., & You, L. (2016, April 11). Antibiotics as a selective driver for conjugation dynamics. Nature Microbiology, 1. Retrieved From: https://doi.org/10.1038/NMICROBIOL.2016.44

Pei, R., & Gunsch, C. (2009). Plasmid Conjugation in an Activated Sludge Microbial Community. Environmental Engineering Science, 26(4). Retrieved From: https://doi.org/10.1089/ees.2008.0236.

Prensky, H., Gomez-Simmonds, A. Uhleman, A-C. Lopatkin, A.J. (2021). Conjugation dynamics depend on both the plasmid acquisition cost and the fitness cost. Molecular systems biology. Retrieved From: https://doi.org/10.15252/msb.20209913.

Raleigh, E. A., & Low, K. B. (2013, May 1). Conjugation. Brenner's Encyclopedia of Genetics (Second Edition), pp. 144-151. Retrieved From: https://doi.org/10.1016/B978-0-12-374984-0.00321-1.

Wang, Y., Horlamus, F., Henkel, M., Kovacic, F., Schläfle, S., Hausmann, R., Wittgens, A., & Rosenau, F. (2019). Growth of engineered pseudomonas putida KT2440 on glucose, xylose, and arabinose: Hemicellulose hydrolysates and their major sugars as sustainable carbon sources. GCB-Bioenergy. Retrieved From: https://doi.org/10.1111/gcbb.12590