Team:Carnegie Mellon/SensorModel

From 2014.igem.org

Revision as of 05:50, 17 October 2014 by Acelentano (Talk | contribs)

Carousel Template · Bootstrap

Purpose

The bacterial cell model was written in the BioNetGen Language, a rule-based modeling language that is useful for generating differential equations from a description of how various biological components interact with one another. The model was constructed from both data found in the literature and experimental data from the lab. This allows the model to run various simulations of the experiment under different conditions in order to find the optimal conditions for running the experiment. Also if the experiments are not producing any measurable results, the model can be used to identify which component of the experiment could be the problem.


The Outline

T7-Intein is the N terminal T7 RNAP – N terminal intein – Estrogen Ligand Binding Domain – C terminal intein – C terminal T7 RNAP

The model captures a total of 17 different interactions.
1. The rate at which mRNA T7-Intein and YFP is transcribed.
2. The rate at which mRNA T7-Intein is degraded.
3. The rate at which T7-Intein is translated.
4. The rate at which T7-Intein is degraded.
5. The rate at which T7 RNAP polymerase is degraded.
6. The rate at which estrogen enters the cell.
7. The rate at which estrogen leaves the cell.
8. The rate at which estrogen binds to the intein-LBD.
9. The rate at which estrogen disassociates from the intein-LBD.
10. The rate at which the intein is spliced out and T7 RNAP is formed.
11. The rate at which T7 RNAP binds to the T7 promoter of plasmid 2.
12. The rate at which mRNA RFP is transcribed.
13. The rate at which mRNA RFP is degraded.
14. The rate at which RFP is translated.
15. The rate at which RFP is degraded.
16. The rate at which YFP is translated.
17. The rate at which YFP is degraded.

To run the model simply open the latest version of Rulebender, go to the simulation tab, provide the file path for the file you wish to run, and hit run.


The Parameters

Parameter

Value

Reasoning

Temp

Variable (default value of 37 Celsius)

The experiment can be carried out under various temperatures. Temperature affects the rate of intein splicing and RFP levels of fluorescence.

ppt

Variable (default value of 1000)

Parts per trillion of estrogen in the water you are testing.

rfp_copies

15 copies/cell

Number of RFP containing plasmids per cell (pSB3K3).

int_copies

298 copies/cell

Number of intein containing plasmids per cell (pSB1C3).

estrogen_out

ppt * 5.6*10-2 nM

Concentration of estrogen outside the cell.

estrogen_in

0 nM

Concentration of estrogen inside the cell. Since e. coli is a prokaryote assume it is 0 nM.

t7_intein

0 nM

Assume initial concentration of T7-Intein complex is 0 nM.

t7_estrogen_u

0 nM

Assume initial concentration of T7-Intein complex bound to estrogen is 0 nM.

t7_estrogen_s

0 nM

Assume initial concentration of spliced out Intein-Estrogen complex is 0 nM.

t7_nc

0 nM

Assume initial concentration of T7 polymerase is 0 nM.

plas_int

int_copies * 1.0*10-3 nM

Concentration of T7-Intein plasmids (pSB1C3).

plas_rfp

rfp_copies * 1.0*10-3 nM

Concentration of T7-RFP plasmids (pSB3K3).

t7_rfp

0 nM

Assume initial concentration of T7 RNAP bound to plasmid 2 is 0 nM.

mrna_rfp

0 nM

Assume initial concentration of mRNA RFP is 0 nM.

prot_rfp

0 nM

Assume initial concentration of protein RFP is 0 nM.

mrna_int

0 nM

Assume initial concentration of mRNA intein is 0 nM.

prot_yfp

0 nM

Assume initial concentration of protein YFP is 0 nM.

k_e

1.7*10-2 s-1

Rate at which estrogen diffuses through membrane. The diffusion coefficient of a steroid hormone in an aqueous phase = 10-13 m 2/s [1] and the surface area of a bacteria is 6 * 10-12 m2 [2]. Thus (10-13 m2/s) / (6 * 10-12 m2) = 1.7*10-2 s-1

k_e_t7_on

1.3*10-3 nM-1s-1

Rate at which estrogen binds to the intein. The intein contains the ligand binding domain of the human estrogen receptor, so the value is from the literature [3].

k_e_t7_off

1.2*10-3 s-1

Rate at which estrogen dissociates from the intein. Based on literature value of human estrogen receptor [3].

k_splice

7.1*10-4 s-1

Rate at which intein splices out. Based on literature values of other inteins’ splicing kinetics [4].

k_t7_rfp_on

3.3*10-1 nM-1s-1

Rate at which T7 RNAP binds to the T7 promoter of the RFP plasmid. Value obtained from literature [5].

k_t7_rfp_off

1.0*10-1 s-1

Rate at which T7 RNAP dissociates from the T7 promoter of the RFP plasmid. Value obtained from literature [5].

k_rna_rfp

8.8*10-1 nM s-1

Rate at which mRNA is synthesized from RFP plasmid. From iGEM team PKU ’09 [6].

k_rna_deg_rfp

4.3*10-3 s-1

Rate at which mRNA RFP degrades. From iGEM team PKU ’09 [6].

k_prot_rfp

9.0*10-3 s-1

Rate at which RFP protein is made. From iGEM team PKU ’09 [6].

k_prot_deg_rfp

8.3*10-4 s-1

Rate at which RFP protein degrades. From iGEM team PKU ’09 [6].

k_rna_int

2.6*10-2 nM s-1

Rate at which mRNA is synthesized from T7-Intein plasmid. From iGEM team PKU ’09 [6].

k_rna_deg_int

4.3*10-3 s-1

Rate at which mRNA of T7-Intein degrades. From iGEM team PKU ’09 [6].

k_prot_int

2.2*10-3 s-1

Rate at which T7-Intein is made from mRNA. From iGEM team PKU ’09 [6].

k_prot_deg_int

9.7*10-4 s-1

Rate at which T7 polymerase is degraded. From iGEM team PKU ’09 [6].


Insights

Insight: In order to accurately describe the behavior of certain interactions in the cell, it is necessary to use more than just simple rate constants. New functions which modify the rate constant based on cellular conditions must be introduced.
The rate at which mRNA RFP is synthesized is the product of the rate constant and the number of T7 polymerases bound to the RFP plasmid. Thus:

mRNA_RFP_synth() = k_rna_rfp * T7_RFP

The rate at which RFP protein is produced increases proportionally with the concentration of mRNA RFP present and decreases proportionally with the square root of the concentration of RFP currently present in the cell. Essentially the cell will make less RFP if there is already a lot of RFP currently present. Thus:

protein_RFP_synth() = k_prot_rfp * mRNA_RFP * sqrt(1/(1 + prot_RFP))

The rate at which estrogen enters and exits the cell also depends on the concentration gradient of estrogen. If the concentration of estrogen outside the cell is much greater than the concentration of estrogen inside the cell, then estrogen will enter the cell at a much faster rate than if the concentration gradient is not as large. Thus:

e_in() = k_e * (E_out)/(E_out + E_in)
e_out() = k_e * (E_in)/(E_out + E_in)

The rate at which the T7-Intein complex is produced increases proportionally with the concentration of mRNA T7-Intein present and decreases proportionally with the square root of the concentration of T7-Intein complex currently present in the cell. Essentially the cell will make less T7-Intein complex if there is already a lot of T7-Intein currently present. Thus:

protein_INT_synth() = k_prot_int * mRNA_INT * sqrt(1/(1 + T7_unbound))

The rate at which YFP is produced increases proportionally with the concentration of mRNA T7-Intein present (as the YFP sequence is located on the same mRNA) and decreases proportionally with the square root of the concentration of YFP currently present in the cell. Essentially the cell will make less YFP if there is already a lot of YFP currently present. Thus:

protein_INT_synth() = k_prot_int * mRNA_INT * sqrt(1/(1 + T7_unbound))

The rate at which the intein splices out is dependent on the temperature of environment surrounding the cell. Since the cell is an E. coli cell, the optimal temperature for the surrounding environment is 37 degrees Celsius. This was confirmed in the wet-lab. Thus:

int_Splice() = k_splice * (1/(1 + sqrt(abs(37 – Temp)))


Results

The units of concentration in all of the graphs are in nM. The units of time in all of the graphs are in seconds. According to the literature enhanced GFP can be detected fairly reasonably at concentrations greater than 1 µm [7]. Thus we can assume that regular RFP will be detected at concentrations of around 100 µm. All of the simulations were carried out at 37 degrees Celsius for the optimal results. The sensor should detect estrogen within a couple of hours, thus the simulation ends in a couple of hours.

INSERT GRAPHS

Code

References

1. http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1304487/
2. http://bionumbers.hms.harvard.edu/search.aspx?log=y&task=searchbytrmorg&trm=surface+area+of+ cell&org=&rpp=100
3. http://www.pnas.org/content/99/13/8562.full.pdf
4. http://www.ncbi.nlm.nih.gov/pubmed/16460004/
5. http://www.jbc.org/content/271/48/30451/T1.expansion.html
6. iGEM ’09 PKU-Beijing. https://2009.igem.org/Team:PKU_Beijing/Modeling/Parameters
7. A. Furtado, and R. Henry. Measurement of green fluorescent protein concentration in single cells by image analysis. 21 May 2002.