Skip to content

Latest commit

 

History

History
99 lines (56 loc) · 5.96 KB

DryLab.md

File metadata and controls

99 lines (56 loc) · 5.96 KB

Light induction Violacein modeling

Our model was developed upon the model created by IISER-Pune-India's project in 2019 (1)

The ODEs for light induction violacein model is as below:

image

No Blue light

I가0_YF1

I가0_FixJ

I가0_vio

Refences

  1. https://2019.igem.org/Team:IISER-Pune-India/Model/Mutator-plasmid

IPTG induction Violacein modeling

image

image

image

Kill switch construct

image Above is a diagram of our quorum sensing Kill switch. The system is intended to produce the toxin MazF when a cell detaches from the colony and does not recieve enough LuxR/HSL dimers.

cI at different HSL/LuxR concentrations

In order to know understand the amount of protein(cI repressor) produced by the lux promoter at each transcription factor (HSL/LuxR dimers) levels, we used the Hill equation to plot the graph. For more information about the derivation of the Hill function, see Contributions.

The Matlab code is as below TF_vs_cI.zip

The results is as below image

The graph tells us that transcription factors(HSL/LuxR) should be in the range of 10~10^4 molecules and that half the maximum induction is achieved around 100 molecules.

Construct selection

Our initial design of the kill switch comprised of the J23100 promoters and B0034 RBS constitutively expressing both LuxI and LuxR. However, we were not sure if or design would achieve the proper induction at high densities. So, we created ODE models to evaluate the performance of constructs containing different combinations of promoters and RBSs. We created a single cell model to account for cells that have fallen off of the colony and a high density model for cells with in a colony. Constructs with low HSL/LuxR dimers in the single cell model and high HSL/LuxR dimers in the high density model would be chosen as our improved design. First, when a single cell remains free in the environment, it would be reasonable to consider the external HSL as 0. Internal HSL concentration would be always higher than external HSL, so no HSL would return back into the cell. Thus, in this single cell model, external HSL concentration is fixed to 0.

Our model was developed upon the model created by UPV Valencia's project in 2018 (1). The ODEs for the single cell model is as below: Model Single Cell The code is as below: Single cell.zip The results are in the word file below. In the file, the constructs are indicated in the form of R10034_I10632 which means luxR has J23100 as a promoter and B0034 as a RBS, while luxI has J23106 as a promoter and B0032 as a RBS.

Results_Single cell.docx

The only constructs that had dimers below 10^2 was R10632_I10032 and R10632_I10632. image HSL/LuxR dimers(dimer) and internal HSL(int) levels for the construct R10632_I10032 image HSL/LuxR dimers(dimer) and internal HSL(int) levels for the construct R10632_I10632

High density culture: closed 1nL env, cells 1(dark color) ~ 1e5(bright color)

When cells are in high density, it would be fairly reasonable to imagine a region homogenous in HSL concentration. So in the high density model, we considered a nL of closed volume. When cells produce HSL, it will start to accumulate and at some point, HSL will flow back into the cell. The ODEs used in the model is as below.

Model High Density

image

Using the ODEs above, we plotted 5 graphs, each corresponding to 1 ~ 10^5 cells/nL, for each constructs. HIghDensity.zip

The results are in the word file below. Results_ High Density.docx

Among the different constructs, the only construct with promising modeling results was the construct with J23106 B0032 which showed around 10^1.5 dimers in at 1cell/nL and 10^2.7 dimers at 10^5cells/nL.

image The graph above shows the internal(int) and external(ext) HSL in molecules image The graph above shows the number of HSL/LuxR dimers over an hour.

Therefore our final design will use J23106 & B0032 for both luxR and luxI image

References

  1. http://2018.igem.org/Team:Valencia_UPV/Model