Team:Freiburg/Project/modeling
From 2013.igem.org
Line 105: | Line 105: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> <b > | + | <td> <b >Figure 1: Transcriptional Activation via dCAS-VP16:</b><br> The dCAS-VP16 fusion protein is guided to the desired DNA |
sequence by a co-expressed crRNA and tracrRNA. The binding of the gene recognition complex leads to an expression of SEAP. </td> | sequence by a co-expressed crRNA and tracrRNA. The binding of the gene recognition complex leads to an expression of SEAP. </td> | ||
Line 165: | Line 165: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> <b > | + | <td> <b > Figure 2: Transcriptional respression via dCAS-KRAB:</b><br> The dCAS-KRAB fusion protein binds to the desired target sequence at a different loci than the tetR, that binds to tetO and is assumed to repress SEAP production. </td> |
</tr> | </tr> | ||
</tbody></table> | </tbody></table> | ||
Line 232: | Line 232: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> <b > | + | <td> <b >Figure 3: Example of a minimization problem.</b><br> Shown is a 3D landscape. Depending on the start position (the initial parameters), the found minimum is either a local or the global one.</td> |
</tr> | </tr> | ||
</tbody></table> | </tbody></table> | ||
Line 249: | Line 249: | ||
<td> <img id="bild" src="https://static.igem.org/mediawiki/2013/f/fa/Freiburg2013_Lhs_design_erklaerung.png"> </td> | <td> <img id="bild" src="https://static.igem.org/mediawiki/2013/f/fa/Freiburg2013_Lhs_design_erklaerung.png"> </td> | ||
- | <td> <b > | + | <td> <b >Figure 4: Illustration of the latin hypercube sampling in a two dimensional parameter space.</b><br> The number of initial parameter vectors is 5. Therefore the parameter space is divided in 25 subspaces. Shown is one possible parameter combination.</td> |
</tr> | </tr> | ||
</tbody></table> | </tbody></table> | ||
Line 282: | Line 282: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> <b > | + | <td> <b >Figure 5: Modeling Result:</b><br> Shown are the experimental results (purple square) in comparison to the model prediction values (cyan cross) for SEAP and Cas, as well as the model prediction for not measured components </td> |
</tr> | </tr> | ||
</tbody></table> | </tbody></table> | ||
Line 295: | Line 295: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> <b > | + | <td> <b >Figure 6: Different error values plotted in increasing order.</b><br> </td> |
</tr> | </tr> | ||
</tbody></table> | </tbody></table> | ||
Line 313: | Line 313: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> <b > | + | <td> <b >Figure 7: Modeling Result:</b><br> Shown are the experimental results (purple square) in comparison to the model prediction values (cyan cross) for SEAP and Cas9, as well as the model prediction for the not measured component tetR. </td> |
</tr> | </tr> | ||
</tbody></table> | </tbody></table> | ||
Line 326: | Line 326: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> <b > | + | <td> <b >Figure 8: Different error values plotted in increasing order.</b><br> </td> |
</tr> | </tr> | ||
</tbody></table> | </tbody></table> |
Revision as of 18:03, 3 October 2013
Modeling our dCAS
Introduction
We used a thermodynamic approach to model and characterize our system. It is based on various ordinary differential equations (ODE) that describe the behaviour of our network. Due to the limited measurment possibilities and the unwritten law, that you should at least measure half of the number of components of your network we started by using a small network with a limited amount of different components.
The Networks
1. dCAS-VP16
Our network includes four different components dCas-VP16, a RNA complex (tracr/cr RNA), a RNA-dCas-VP16 complex and the Secreted alkaline phosphatase (SEAP). DCas-VP16 binds the RNA-complex and the whole complex binds the DNA, which leads to the production of SEAP.
Figure 1: Transcriptional Activation via dCAS-VP16: The dCAS-VP16 fusion protein is guided to the desired DNA sequence by a co-expressed crRNA and tracrRNA. The binding of the gene recognition complex leads to an expression of SEAP. |
Setting up the ODE
According to the graphical reaction network the ODE can be set up.
Cas9 is constitutively expressed by the CBh promoter and degraded proportional to the current concentration. It is used to build the DNA recognition complex and produced during complex decay.
The RNA-complex is build linearly. The production constant can be seen as production constant of the lower expressed RNA, because this expression limits the complex building. It is assumed that the RNA is degraded after DNA recognition complex decay and therefore the complex decay does not lead to more RNA.
The DNA recognition complex is built, when Cas9 and RNA meets and degraded proportional to the current DNA recognition complex concentration.
There is a leaky SEAP production and one that depends on the current concentration of the Cas9/RNA Complex. This dependency is assumed to follow the Monod-kinetic. Because of the long half time (T2 > 500 h) of SEAP we can neglect the SEAP decay [2, 3].
The parameters are: | |
---|---|
k1: linear production rate of Cas9 k2: Cas9 degradation rate k3: tracr/crRNA production rate k4: tracr/crRNA degradation rate k5: gene recognition complex building rate |
k6: cr/trRNA /Cas9 degradation rate k7: SEAPs leaky production rate k8: Complex dependent SEAP production rate k9: |
References
The Code Files