Team:WHU-China/templates/standardpage modelingCas9
From 2013.igem.org
(Difference between revisions)
Falseplanet (Talk | contribs) |
IgnatzZeng (Talk | contribs) |
||
(16 intermediate revisions not shown) | |||
Line 14: | Line 14: | ||
</br></br> | </br></br> | ||
- | This model aims at predicting the off-target rate of any Cas9-based system in vivo. | + | This model aims at predicting the off-target rate of any Cas9-based system in vivo. It has the following key ideas. </br></br> |
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/2/25/WHUCas9total.png" /></br></div> | <img src="https://static.igem.org/mediawiki/2013/2/25/WHUCas9total.png" /></br></div> | ||
Line 25: | Line 25: | ||
Finally, By analyzing the Cas9 cleaving process, the link between Cas9-DNA binding probability and editing efficiency can be established.</br></br> | Finally, By analyzing the Cas9 cleaving process, the link between Cas9-DNA binding probability and editing efficiency can be established.</br></br> | ||
- | The data for Cas9 editing model fitting is generously provided by Vikram Pattanayak and Prof. David Liu, who has published the paper - High-throughput profiling of off-target DNA cleavage reveals RNA- programmed Cas9 nuclease specificity - on Nature Biotechnology, 11 Aug 2013.[1] The data for Cas9 binding model derivation and fitting is extracted from the following figures, Fig 2C, S7B, S7E of [2], Fig 5C of [3], Fig 2AB of [4]. The software used to extract high fidelity data is GetData Graph Digitizer V2.22. </br></br> | + | Data from six papers were analysis and/or used for model fitting. The data for Cas9 editing model fitting is generously provided by Vikram Pattanayak and Prof. David Liu, who has published the paper - High-throughput profiling of off-target DNA cleavage reveals RNA- programmed Cas9 nuclease specificity - on Nature Biotechnology, 11 Aug 2013.[1] The data for Cas9 binding model derivation and fitting is extracted from the following figures, Fig 2C, S7B, S7E of [2], Fig 5C of [3], Fig 2AB of [4]. The software used to extract high fidelity data is GetData Graph Digitizer V2.22. </br></br> |
Line 31: | Line 31: | ||
<h1 style="font-size:20px;"><b> | <h1 style="font-size:20px;"><b> | ||
2. Symbol table, Assumption and reasons.</b></h1></br> | 2. Symbol table, Assumption and reasons.</b></h1></br> | ||
- | <div style="text-align: | + | <div style="text-align:left;width:100%;"> |
- | + | <table> | |
- | < | + | <tr><td class="topstike">Symbol</td><td class="topstike"></td></tr> |
- | < | + | <tr><td class="topstike">[ ]</td><td class="topstike">The symbol of concentration, i.e. [A] means the concentration of A</td></tr> |
- | < | + | <tr><td class="topstike">△G’</td><td class="topstike">Difference in Modified Gibbs Free Energy. It’s assumed to determine the binding constant between gRNA-Cas9 and DNA</td></tr> |
+ | <tr><td class="topstike">△G(i)</td><td class="topstike">The calculated △G for the ith position of gRNA-DNA interaction</td></tr> | ||
+ | <tr><td class="topstike">a</td><td class="topstike">The input of △G’, a vector consist of △G’(1)-(21)</td></tr> | ||
+ | <tr><td class="topstike">b</td><td class="topstike">The constant representing all interaction in the binding process other than the gRNA-DNA interaction.</td></tr> | ||
+ | <tr><td class="topstike">ω</td><td class="topstike">The weight vector</td></tr> | ||
+ | <tr><td class="topstike">F()</td><td class="topstike">Relation function</td></tr> | ||
+ | <tr><td class="topstike">Ka</td><td class="topstike">Association constant of gRNA-Cas9 and DNA</td></tr> | ||
+ | <tr><td class="topstike">Kd</td><td class="topstike">Dissociation constant of gRNA-Cas9 and DNA</td></tr> | ||
+ | <tr><td class="topstike">[A]0</td><td class="topstike">the concentration of certain sequence in the pre-selection library</td></tr> | ||
+ | <tr><td class="topstike">[A]tot</td><td class="topstike">the concentration of all DNA sequence in the pre-selection library</td></tr> | ||
+ | <tr><td class="topstike">[C]</td><td class="topstike">the concentration of certain sequence in the post-selection library</td></tr> | ||
+ | <tr><td class="topstike">[C]tot</td><td class="topstike">the concentration of all DNA sequence in the post-selection library</td></tr> | ||
+ | <tr><td class="topstike">A’</td><td class="topstike">the number of certain sequence we sampled from the pre-selection library</td></tr> | ||
+ | <tr><td class="topstike">Atot’</td><td class="topstike">the number of all sequence we sampled from the pre-selection library</td></tr> | ||
+ | <tr><td class="topstike">P’</td><td class="topstike">the number of certain sequence we sampled from the post-selection library</td></tr> | ||
+ | <tr><td class="topstike">Ptot’</td><td class="topstike">the number of all sequence we sampled from the post-selection library</td></tr> | ||
+ | <tr><td class="topstike">θ</td><td class="topstike">Cas9 targeting efficiency</td></tr> | ||
+ | <tr><td class="topstike">S</td><td class="topstike">Substrate, DNA</td></tr> | ||
+ | <tr><td class="topstike">E</td><td class="topstike">Enzyme, gRNA-Cas9</td></tr> | ||
+ | <tr><td class="topstike">P</td><td class="topstike">Product, double strands broken DNA</td></tr> | ||
+ | <tr><td class="topstike">A</td><td class="topstike">The intact DNA duplex</td></tr> | ||
+ | <tr><td class="topstike">B</td><td class="topstike">the DNA molecule in which one of the two strands has been cleaved at the recognition site for the restriction enzyme</td></tr> | ||
+ | <tr><td class="topstike">C</td><td class="topstike">the DNA molecules in which both strands have been cleaved at the recognition site</td></tr> | ||
+ | <tr><td class="topstike">ka,kb</td><td class="topstike">The two apparent first-order reaction constant of the two steps of cleaving of Cas9 </td></tr> | ||
+ | <tr><td class="topstike">k1,k-1,kcat</td><td class="topstike">Reaction constants</td></tr> | ||
+ | <tr><td class="topstike">KM</td><td class="topstike">MM constant</td></tr> | ||
+ | <tr><td class="topstike">R</td><td class="topstike">Gas constant</td></tr> | ||
+ | <tr><td class="topstike">T</td><td class="topstike">Absolute temperature</td></tr> | ||
+ | <tr><td class="topstike">pb</td><td class="topstike">Binding probability</td></tr> | ||
+ | <tr><td class="topstike">pc</td><td class="topstike">Cutting probablity</td></tr> | ||
+ | <tr><td class="topstike">Abbreviation</td><td class="topstike"></td></tr> | ||
+ | <tr><td class="topstike">dCas9</td><td class="topstike">Deactivated Cas9, Cas9 inhibitor, a Cas9 with two mutations D10A and H841A </td></tr> | ||
+ | <tr><td class="topstike">aCas9</td><td class="topstike">Cas9 activator, a dCas9 that fused with a activator domain like VP64, TAL and omega subunit of RNAP.</td></tr> | ||
+ | <tr><td class="topstike">d/aCas9</td><td class="topstike">Deactivated Cas9, no matter whether it’s an activator or inhibitor</td></tr> | ||
+ | </table> | ||
+ | <center><em><b>Table 1. Symbol table of Cas9Off Model</b></em></br></center> | ||
</div> | </div> | ||
- | |||
1. As Cas9 need the guiding of gRNA to cut DNA, the unbounded gRNA and Cas9 are ignored in the analysis, and other gRNA and Cas9 are considered to constantly bind to each other. </br> | 1. As Cas9 need the guiding of gRNA to cut DNA, the unbounded gRNA and Cas9 are ignored in the analysis, and other gRNA and Cas9 are considered to constantly bind to each other. </br> | ||
2. The model does not take the 3D structure of DNA, gRNA and DNA-gRNA complex into consideration. As the data is not sufficient to take these factor into consideration. </br> | 2. The model does not take the 3D structure of DNA, gRNA and DNA-gRNA complex into consideration. As the data is not sufficient to take these factor into consideration. </br> | ||
- | 3. The model is based on NN nearest neighbor model of base pairing energy[5]. This model was built for thermodynamic energy calculation of DNA strand interaction. But we employ it to model the gRNA-DNA interaction. This will bring in some inherent flaws. The most prominent one will be when the RNA side is a U and the DNA side is a G. In the NN model it’s considered as a T-G pair, which is not as energetically favorable as U-G [6]. However, there is no model available for DNA-RNA interaction energy calculation yet. So it’s assumed that the energy (△G(i)) calculated from the NN model is to some degree consistent with reality. In fact, [7] suggested a rough sort of the tolerance of base mismatch: CC | + | 3. The model is based on NN nearest neighbor model of base pairing energy[5]. This model was built for thermodynamic energy calculation of DNA strand interaction. But we employ it to model the gRNA-DNA interaction. This will bring in some inherent flaws. The most prominent one will be when the RNA side is a U and the DNA side is a G. In the NN model it’s considered as a T-G pair, which is not as energetically favorable as U-G [6]. However, there is no model available for DNA-RNA interaction energy calculation yet. So it’s assumed that the energy (△G(i)) calculated from the NN model is to some degree consistent with reality. In fact, [7] suggested a rough sort of the tolerance of base mismatch: CC<UC<AG<AA<GA<CA<UG<CT<GG<UT<AC<GT, while the model suggested that CC<AC<TC<AA<TT<GA<GT<GG. </br> |
4. We believe by employing a better model of energy prediction, the whole Cas9 off-target model will be improved. </br> | 4. We believe by employing a better model of energy prediction, the whole Cas9 off-target model will be improved. </br> | ||
- | 5. We assume △G’ takes up a form of <img src="https://static.igem.org/mediawiki/2013/d/dc/WHUVectorW.png"/> . Where “a” is an 1×21 vector that contain △G(1) to △G(21) as its value, ω is the weight vector. Only the impact of DNA-gRNA interaction (“a”) is counting as a variable, and the △G contributed by other interaction(eg. protein-DNA interaction) are considered as a constant b. This is also why this model cannot predict Cas9 off-target rate of a target without PAM(NGG), which interact with Cas9 rather than gRNA. F() is the function that relate | + | 5. We assume △G’ takes up a form of <img src="https://static.igem.org/mediawiki/2013/d/dc/WHUVectorW.png"/> . Where “a” is an 1×21 vector that contain △G(1) to △G(21) as its value, ω is the weight vector. Only the impact of DNA-gRNA interaction (“a”) is counting as a variable, and the △G contributed by other interaction(eg. protein-DNA interaction) are considered as a constant b. This is also why this model cannot predict Cas9 off-target rate of a target without PAM(NGG), which interact with Cas9 rather than gRNA. F() is the function that relate <img src="https://static.igem.org/mediawiki/2013/b/bf/Refineca1.png" />with △G’. </br> |
6. Both cleaving steps of Cas9 are assumed as classic Michaelis-Menten enzyme reaction. </br> | 6. Both cleaving steps of Cas9 are assumed as classic Michaelis-Menten enzyme reaction. </br> | ||
- | 7. The dCas9, aCas9 and normal Cas9 are assumed to share a same Ka with DNA, given they are guided by the same gRNA. This is reasonable as the only changes in | + | 7. The dCas9, aCas9 and normal Cas9 are assumed to share a same Ka with DNA, given they are guided by the same gRNA. This is reasonable as the only changes in Cas9 are D10A and H841A.</br></br></br> |
Line 52: | Line 86: | ||
3. Modeling result</b></h1></br> | 3. Modeling result</b></h1></br> | ||
</br> | </br> | ||
- | We employ a NN nearest neighbor model to calculate the △G(i) between gRNA and DNA on each NN position. From the first nucleotide of the target area of gRNA to the 20th, △G(i) of totally 21 position are calculated. We first proved the feasibility of our idea by calculating the correlation between △G(i) and cutting efficiency (employing data from [1]). </br> | + | We employ a NN nearest neighbor model to calculate the △G(i) between gRNA and DNA on each NN position. From the first nucleotide of the target area of gRNA to the 20th, △G(i) of totally 21 position are calculated. We first proved the feasibility of our idea by calculating the correlation between △G(i) and cutting efficiency (employing data from [1] CLTA1,2,3). </br> |
<div style="text-align:center"> | <div style="text-align:center"> | ||
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/8/8f/WHU2013Cutting_efficiency.png" width=700px height=300px /></br> |
</div> | </div> | ||
- | <center><em>Figure 1. Correlation map between △G(i) and Cas9 cutting efficiency</em></center></br> | + | <center><em><b>Figure 1. Correlation map between △G(i) and Cas9 cutting efficiency</b></em></center></br> |
The result shows that roughly the closer the position to PAM the larger the correlation. This discovery is consistent with previous studies [1,2,3,4,7,8]. Therefore we confirm that △G(i) do influence the targeting efficiency of Cas9.</br></br> | The result shows that roughly the closer the position to PAM the larger the correlation. This discovery is consistent with previous studies [1,2,3,4,7,8]. Therefore we confirm that △G(i) do influence the targeting efficiency of Cas9.</br></br> | ||
- | + | But the data from [1,2,3,4,8] also revealed that △G(i) is not proportional to targeting efficiency. In most high single mismatch tolerance cases, the correlation between △G(i) and targeting efficiency is not significant. The following table can be concluded.</br></br> | |
+ | <div style="width:100%;text-align:center;"> | ||
+ | <table style="text-align:left;width:100%;"> | ||
+ | <td class="topstike">Sequence</td><td class="topstike">Single Mismatch tolerance</td><td class="topstike">G/C</td><td class="topstike">Ref</td> | ||
+ | <tr><td class="topstike">TCATGCTGTTTCATATGATC</td><td class="topstike">low</td><td class="topstike">7</td><td class="topstike">[4]</td></tr> | ||
+ | <tr><td class="topstike">AACTTTCAGTTTAGCGGUCU</td><td class="topstike">low</td><td class="topstike">8</td><td class="topstike">[3]</td></tr> | ||
+ | <tr><td class="topstike">TGTGAAGAGCTTCACTGAGT</td><td class="topstike">low</td><td class="topstike">9</td><td class="topstike">[1]</td></tr> | ||
+ | <tr><td class="topstike">GATGCCGTTCTTCTGCTTGT</td><td class="topstike">low</td><td class="topstike">10</td><td class="topstike">[8]</td></tr> | ||
+ | <tr><td class="topstike">AGTCCTCATCTCCCTCAAGC</td><td class="topstike">low</td><td class="topstike">10</td><td class="topstike">[1]</td></tr> | ||
+ | <tr><td class="topstike">GAGATGATCGCCCCTTCTTC</td><td class="topstike">low</td><td class="topstike">11</td><td class="topstike">[2]</td></tr> | ||
+ | <tr><td class="topstike">CTCCCTCAAGCAGGCCCCGC</td><td class="topstike">low</td><td class="topstike">15</td><td class="topstike">[1]</td></tr> | ||
+ | <tr><td class="topstike"></td><td class="topstike"></td><td class="topstike">Ave. G/C 10</td><td class="topstike"></td></tr> | ||
+ | <tr><td class="topstike">GCAGATGTAGTGTTTCCACA</td><td class="topstike">high</td><td class="topstike">9</td><td class="topstike">[1]</td></tr> | ||
+ | <tr><td class="topstike">GGTGGTGCAGATGAACTTCA</td><td class="topstike">high</td><td class="topstike">10</td><td class="topstike">[8]</td></tr> | ||
+ | <tr><td class="topstike">GGGGCCACTAGGGACAGGAT</td><td class="topstike">high</td><td class="topstike">13</td><td class="topstike">[2]</td></tr> | ||
+ | <tr><td class="topstike">GTCCCCTCCACCCCACAGTG</td><td class="topstike">high</td><td class="topstike">14</td><td class="topstike">[2]</td></tr> | ||
+ | <tr><td class="topstike">GGGCACGGGCAGCTTGCCGG</td><td class="topstike">high</td><td class="topstike">16</td><td class="topstike">[8]</td></tr> | ||
+ | <tr><td class="topstike"></td><td class="topstike"></td><td class="topstike">Ave. G/C 12.4</td><td class="topstike"></td></tr> | ||
+ | </table></div> | ||
+ | <center><em><b>Table 2. The relation of G/C frequence and single mismatch tolerance</b></em></br></center></br> | ||
+ | The mismatch tolerance is roughly determined from the data of the references, for details(pdf version) please <a href="https://static.igem.org/mediawiki/2013/2/22/WHUTargeting_analysis.pdf">click here</a>. A low tolerance sequence with single mismatch on at least 7 positions has significant performance drop. A high tolerance sequence with single mismatch at more than 16 position can perform as well as the original sequence in guiding Cas9.</br></br> | ||
+ | The relationship of G/C frequence with single mismatch tolerance can be explained by the fact that the abundance in G/C make the gRNA binds to DNA more stable, and single mismatch is not strong enough to disturb the binding. This suggests that the F() may be a sigmoid function. But to determine this sigmoid function ( and to determine b) requires more specific experiment data of d/aCas9 binding kinetics, which is not available. </br></br> | ||
- | + | This guess is also supported by later analysis in the comparison of the Cas9 binding model, which assumed a normal proportional relationship between △G(i) and △G’. The results shows that the Cas9-gRNA not only is not sensitive to energy change in DNA-gRNA binding when △G’ surpass some threshold, but also not sensitive to such energy flux when △G’ is lower than some threshold. </br></br> | |
+ | A rough ω is calculated from Fig S7C and Fig.5D of [3] (both cases are intolerant to single mismatch). </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/2/23/WHU2013Refineca2.png" /> | ||
+ | </br> | ||
+ | The performance of these parameters and the model are checked by compared the predicted value with the data from Fig.2B of [4] and Fig.5C of [3]. Noticed that all the following figure using data normalize by the activity of “wildtype” gRNA, thus the b is not required for the prediction.</br></br> | ||
- | |||
- | |||
- | |||
- | |||
<div style="text-align:center"> | <div style="text-align:center"> | ||
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/e/ea/WHU2013Refineca5.png" /></div> |
- | <center><em>< | + | <center><em><b>Figure 2. Model prediction compared with data from Fig.2B of [4]</b></em></br></center></br> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/3/34/WHU2013Refineca6.png" /></div> |
- | <center><em>< | + | <center><em><b>Figure 3. Model prediction compared with data from Fig.5CB of [3]</b></em></br></center></br> |
+ | These data are collected from 1’ end truncation or consecutive mutation experiment of gRNA. In Both figure, as the column number grows, the end truncation/end mutations become more serious, and the total energy of DNA-gRNA binding drops. The prediction of the model is near-linear, but the data show great non-lineality. Obvious platforms formed in the 4-8 column of Fig.2 and column 3-9 of Fig.3, which suggest the gRNA-Cas9 complex is not sensitive for the energy loss cause by the continuous mismatch / truncation at these stage.</br></br> | ||
+ | On the las part of the model. Kinetic analysis reveals that both concentration and reaction time are important for off-target control.</br> | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/f/fc/WHU2013concentration.png" width=600px /></div> |
- | < | + | <em> |
- | + | <center><b>Figure 4. Theoretical curves from the Cas9 cleaving reaction</b></br> | |
- | + | The curves displaying changes of two different cleaved products. Boundary conditions were set as [A0]=1.0, [B0]=[C0]=0, ka=0.2 min-1,kb=0.1 min-1 for red line; And [A0]=1.0, [B0]=[C0]=0, ka=0.1 min-1,kb=0.05 min-1 for blue line. | |
+ | </center></br> | ||
+ | </em> | ||
+ | </br></br> | ||
<a name="derivation"></a> | <a name="derivation"></a> | ||
Line 98: | Line 151: | ||
<img src="https://static.igem.org/mediawiki/2013/0/04/WHUCas9gRNA.png" /> | <img src="https://static.igem.org/mediawiki/2013/0/04/WHUCas9gRNA.png" /> | ||
</div> | </div> | ||
- | <center><em>Figure | + | <center><em><b>Figure 5. schematic picture of Cas9 digestion, modified from [1]</b></em></center></br> |
<b>Step1.</b> Set up the binding sequence</br> | <b>Step1.</b> Set up the binding sequence</br> | ||
The input will be the 21nt of the target prior to the GG of the PAM, and the corresponding 21nt of the potential off-target sequence. The reason for why we need a 21nt sequence rather than 20nt is that the NN model using the adjacent 2nt as inputs. In order to completely consider the impact of the 20nt targeting sequence of gRNA, we need to consider the 21st base to make the calculation comprehensive. Hereby we explain our way to process inputs using an example. Mismatch base pairs are highlighted in red. </br></br> | The input will be the 21nt of the target prior to the GG of the PAM, and the corresponding 21nt of the potential off-target sequence. The reason for why we need a 21nt sequence rather than 20nt is that the NN model using the adjacent 2nt as inputs. In order to completely consider the impact of the 20nt targeting sequence of gRNA, we need to consider the 21st base to make the calculation comprehensive. Hereby we explain our way to process inputs using an example. Mismatch base pairs are highlighted in red. </br></br> | ||
Line 120: | Line 173: | ||
Therefore, in the example, we consider the left end as a dangling end, the right end as a normal end. </br></br> | Therefore, in the example, we consider the left end as a dangling end, the right end as a normal end. </br></br> | ||
- | If a dangling end is determined, determine the first match position following the mismatch position. In the example, this will be position 2 (△G(2)). Set all dangling end position energy as 0, i.e. △G(1)=0, and calculate the first match according to Table | + | If a dangling end is determined, determine the first match position following the mismatch position. In the example, this will be position 2 (△G(2)). Set all dangling end position energy as 0, i.e. △G(1)=0, and calculate the first match according to Table 3, i.e. △G(2)=5’TC/G+3’GG/C=-0.58-0.44=-1.02 kcal/mol, </br></br> |
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/e/e4/WHUDanglingend.png" /></br></div> | <img src="https://static.igem.org/mediawiki/2013/e/e4/WHUDanglingend.png" /></br></div> | ||
- | <center><em>Table | + | <center><em><b>Table 3. Nearest-neighbor model for terminal dangling ends next to Watson-Crick pairs in 1 M NaCl, modified from Table 3 of [5]</b></em></center></br> |
If no dangling end appears. Determine whether the terminal pair is A-T. If yes, add a terminal AT penalty(+0.05) to the △G(i), and calculate all △G(i) according to Table 3. </br></br> | If no dangling end appears. Determine whether the terminal pair is A-T. If yes, add a terminal AT penalty(+0.05) to the △G(i), and calculate all △G(i) according to Table 3. </br></br> | ||
<b>Step3.</b> Internal energy calculation</br> | <b>Step3.</b> Internal energy calculation</br> | ||
- | Calculate all position except for first match and dangling end position according to Table | + | Calculate all position except for first match and dangling end position according to Table 4, in our example, this set contains △G(3) to △G(19). </br> |
The result will be </br> | The result will be </br> | ||
△G(3)=-2.17 kcal/mol</br> | △G(3)=-2.17 kcal/mol</br> | ||
Line 136: | Line 189: | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/3/33/WHUPropagation.png" /></br></div> | <img src="https://static.igem.org/mediawiki/2013/3/33/WHUPropagation.png" /></br></div> | ||
- | <center><em>Table | + | <center><em><b>Table 4.Nearest-neighbor model, modified from Table 2 of [5]</b></em></center></br> |
<b>Step4.</b> Further analysis of internal loops and bulges. </br> | <b>Step4.</b> Further analysis of internal loops and bulges. </br> | ||
We will complete this step in the future. For the model V1.0, the algorithm will skip this step. </br></br> | We will complete this step in the future. For the model V1.0, the algorithm will skip this step. </br></br> | ||
Line 145: | Line 198: | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/5/59/WHUDeltaGiCas9.png" /></br></div></br> | <img src="https://static.igem.org/mediawiki/2013/5/59/WHUDeltaGiCas9.png" /></br></div></br> | ||
- | where N is the total number of phosphates in the duplex, and [Na+] is the total concentration of monovalent cations from all sources (the same equation works for | + | where N is the total number of phosphates in the duplex, and [Na+] is the total concentration of monovalent cations from all sources (the same equation works for sodium, potassium, and ammonium )over a range of monovalent concentration of 0.05 to1M.</br> </br> |
- | sodium, potassium, and ammonium )over a range of monovalent concentration of 0.05 to1M.</br> </br> | + | |
<b>Step6.</b> Calculate △G’ We assume △G’ takes up a form of <img src="https://static.igem.org/mediawiki/2013/d/dc/WHUVectorW.png"/> . Where “a” is an 1×19 vector that contain △G(1) to △G(19) as its value, ω is the weight vector. Only the impact of DNA-gRNA interaction (“a”) is counting as a variable, and the △G contributed by other interaction(eg. protein-DNA interaction) are considered as a constant b. This is also why this model cannot predict Cas9 off-target rate of a target without PAM(NGG), which interact with Cas9 rather than gRNA. (Assumption 4) </br></br> | <b>Step6.</b> Calculate △G’ We assume △G’ takes up a form of <img src="https://static.igem.org/mediawiki/2013/d/dc/WHUVectorW.png"/> . Where “a” is an 1×19 vector that contain △G(1) to △G(19) as its value, ω is the weight vector. Only the impact of DNA-gRNA interaction (“a”) is counting as a variable, and the △G contributed by other interaction(eg. protein-DNA interaction) are considered as a constant b. This is also why this model cannot predict Cas9 off-target rate of a target without PAM(NGG), which interact with Cas9 rather than gRNA. (Assumption 4) </br></br> | ||
Line 206: | Line 258: | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/0/0e/WHURFPFluores.png" style="width:100%;height:auto;"></br></div> | <img src="https://static.igem.org/mediawiki/2013/0/0e/WHURFPFluores.png" style="width:100%;height:auto;"></br></div> | ||
- | <center><em>Figure | + | <center><em><b>Figure 6. dCas9 regulation on promoter J23119 (extracted from [3])</b></em></center></br> |
Notice that, on Figure 5, the RFP started to decrease exponentially 10min after the adding of inducer. This is only possible, when v[mRNA] is hold as a constant. So d[mRNA]/dt=0, which means [TF] is a constant. In this equation, [TF] means the concentration of transcription factor that binding to the promoter, while dCas9 is the only transcription factor in this experiment. According to table 2.1 and 2.2 in [9], the typical mRNA lifetime in E.coli is 2-5 min, the time for protein (Cas9) transcription and translation is 5 min. So the Cas9-DNA binding can achieve equilibrium within (10-5-5~10-5-2) 0~3 min in vivo. So the time needed to achieve equilibrium is much shorter than the experiment time-scale both in vivo and in vitro. </br></br> | Notice that, on Figure 5, the RFP started to decrease exponentially 10min after the adding of inducer. This is only possible, when v[mRNA] is hold as a constant. So d[mRNA]/dt=0, which means [TF] is a constant. In this equation, [TF] means the concentration of transcription factor that binding to the promoter, while dCas9 is the only transcription factor in this experiment. According to table 2.1 and 2.2 in [9], the typical mRNA lifetime in E.coli is 2-5 min, the time for protein (Cas9) transcription and translation is 5 min. So the Cas9-DNA binding can achieve equilibrium within (10-5-5~10-5-2) 0~3 min in vivo. So the time needed to achieve equilibrium is much shorter than the experiment time-scale both in vivo and in vitro. </br></br> | ||
Line 219: | Line 271: | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/7/78/WHUDeltaG1prime.png" /></br></div> | <img src="https://static.igem.org/mediawiki/2013/7/78/WHUDeltaG1prime.png" /></br></div> | ||
- | + | Therefore ω can be calculated (See result).</br></br> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | Therefore | + | |
In order to predict the off-target rate of d/aCas9. Following equation can be derived. At equilibrium,</br> | In order to predict the off-target rate of d/aCas9. Following equation can be derived. At equilibrium,</br> | ||
Line 252: | Line 299: | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/5/5e/WHUKm.png" /></br></div> | <img src="https://static.igem.org/mediawiki/2013/5/5e/WHUKm.png" /></br></div> | ||
- | It’s also hard to fit into present data, as there is no kinetic data for Cas9 available now. | + | It’s also hard to fit into present data, as there is no kinetic data for Cas9 available now. But we can employ this function to draw figure 4. |
- | + | ||
- | But this function | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
The Figure shows that even the ka and kb of the on-target binding is twice as large as ka and kab of the off-target binding, the off target rate will still grows drastically as the time goes on. </br></br> | The Figure shows that even the ka and kb of the on-target binding is twice as large as ka and kab of the off-target binding, the off target rate will still grows drastically as the time goes on. </br></br> | ||
Line 267: | Line 305: | ||
So in addition to control the concentration of Cas9, control the expressing time of Cas9 is also important for off-target rate control. Cas9’s expression can be stoped as soon as possible when acceptable theoretical editing rate is reached, in order to reduce off-target rate. </br></br> | So in addition to control the concentration of Cas9, control the expressing time of Cas9 is also important for off-target rate control. Cas9’s expression can be stoped as soon as possible when acceptable theoretical editing rate is reached, in order to reduce off-target rate. </br></br> | ||
- | + | <a name="discussion"></a> | |
+ | <h1 style="font-size:20px;"><b> | ||
+ | 5. Discussion</br></b></h1></br> | ||
+ | <div style="text-align:left"> | ||
+ | There may be three reason for the correlation variation throughout output 1-19.</br></br> | ||
- | + | First, the Cas9 has a mismatch tolerance for the 5’ end of gRNA. This is backed by all studies [1,2,3,4,7,8]. </br></br> | |
- | + | ||
- | + | Second, there are flaws in the calculation of terminal energy. As all terminal mismatch of RNA and most for DNA are stabilizing [5,6]. The NN model may fail to catch all these stabilizing effect. So improvement of the energy calculation rules may help to fix the negative correlation. </br></br> | |
- | </br></br> | + | |
- | + | Three, the NN model is derived from the binding energy database of free binding DNA double strands, while we employed it to calculate Cas9 influenced RNA-DNA binding. We considered this as the prime source of error in our model. And it may contribute to the funny correlation valley in △G(8)~△G(12). Or, maybe the valley means that Cas9 is indeed relatively insensitive to energy changes in these position. </br></br> | |
+ | |||
+ | </div> | ||
<a name="addendum"></a> | <a name="addendum"></a> | ||
<h1 style="font-size:20px;"><b> | <h1 style="font-size:20px;"><b> | ||
- | + | 6. Addendum</br></b></h1></br> | |
<div style="text-align:center"> | <div style="text-align:center"> | ||
<img src="https://static.igem.org/mediawiki/2013/6/6e/WHUDpdt.png" /></br></div> | <img src="https://static.igem.org/mediawiki/2013/6/6e/WHUDpdt.png" /></br></div> | ||
- | In a typical endonuclease environment, | + | In a typical endonuclease environment, <img src="https://static.igem.org/mediawiki/2013/2/28/WHU2013Refineca3.png" /> and <img src="https://static.igem.org/mediawiki/2013/d/d5/WHU2013Refineca4.png" /> are always hold. Even in Pattanayak’s paper[1], though the total DNA concentration is 200nM, the concentration every single kind of DNA(with certain sequence) is lower than 0.1nM, which is much lower than KM of any typical restriction enzyme.</br></br> |
But still, the MM equation remains valid. Because, first, under these conditions, [E] (free E concentration) doesn't change much, because most "enzymes" are in free form and they don't do anything; second, some time after enzyme and substrate are mixed the concentrations of free enzyme sites and of substrate complexed will reach a steady state.[17] </br> | But still, the MM equation remains valid. Because, first, under these conditions, [E] (free E concentration) doesn't change much, because most "enzymes" are in free form and they don't do anything; second, some time after enzyme and substrate are mixed the concentrations of free enzyme sites and of substrate complexed will reach a steady state.[17] </br> | ||
Line 288: | Line 332: | ||
<img src="https://static.igem.org/mediawiki/2013/3/38/WHUAbccascade.png" /></br> | <img src="https://static.igem.org/mediawiki/2013/3/38/WHUAbccascade.png" /></br> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | Pattanayak’s in vitro experiment can reveal the off-target rate in vivo. Because in the experiment the DNA and gRNA-Cas9 concentration is 200nM and 100nM respectively. Every single kind of DNA has a abundance equals to or less than 0.1% (which is approximately the abundance of wild type sequence, the most abundant one), so the concentration of a specific DNA is on the same power(or less than) 0.1nM. Therefore, </br></br> | ||
+ | |||
+ | <div style="text-align:center"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/3/35/WHUDNAcas9.png" /></br></div> | ||
+ | Nucleolus size according to [16], in vivo protein concentration of mammalian cell from [9] | ||
+ | </br></br> | ||
+ | The DNA-Cas9 ratio is of the same order, so it’s reasonable to use the experimental data to predict the Cas9 behavior in vivo. </br></br> | ||
+ | |||
+ | |||
<a name="reference"></a> | <a name="reference"></a> |
Latest revision as of 01:27, 29 October 2013
1. Overview
For a pdf version of the tandem promoter modeling part,click here
This model aims at predicting the off-target rate of any Cas9-based system in vivo. It has the following key ideas.
2. Symbol table, Assumption and reasons.
Symbol | |
[ ] | The symbol of concentration, i.e. [A] means the concentration of A |
△G’ | Difference in Modified Gibbs Free Energy. It’s assumed to determine the binding constant between gRNA-Cas9 and DNA |
△G(i) | The calculated △G for the ith position of gRNA-DNA interaction |
a | The input of △G’, a vector consist of △G’(1)-(21) |
b | The constant representing all interaction in the binding process other than the gRNA-DNA interaction. |
ω | The weight vector |
F() | Relation function |
Ka | Association constant of gRNA-Cas9 and DNA |
Kd | Dissociation constant of gRNA-Cas9 and DNA |
[A]0 | the concentration of certain sequence in the pre-selection library |
[A]tot | the concentration of all DNA sequence in the pre-selection library |
[C] | the concentration of certain sequence in the post-selection library |
[C]tot | the concentration of all DNA sequence in the post-selection library |
A’ | the number of certain sequence we sampled from the pre-selection library |
Atot’ | the number of all sequence we sampled from the pre-selection library |
P’ | the number of certain sequence we sampled from the post-selection library |
Ptot’ | the number of all sequence we sampled from the post-selection library |
θ | Cas9 targeting efficiency |
S | Substrate, DNA |
E | Enzyme, gRNA-Cas9 |
P | Product, double strands broken DNA |
A | The intact DNA duplex |
B | the DNA molecule in which one of the two strands has been cleaved at the recognition site for the restriction enzyme |
C | the DNA molecules in which both strands have been cleaved at the recognition site |
ka,kb | The two apparent first-order reaction constant of the two steps of cleaving of Cas9 |
k1,k-1,kcat | Reaction constants |
KM | MM constant |
R | Gas constant |
T | Absolute temperature |
pb | Binding probability |
pc | Cutting probablity |
Abbreviation | |
dCas9 | Deactivated Cas9, Cas9 inhibitor, a Cas9 with two mutations D10A and H841A |
aCas9 | Cas9 activator, a dCas9 that fused with a activator domain like VP64, TAL and omega subunit of RNAP. |
d/aCas9 | Deactivated Cas9, no matter whether it’s an activator or inhibitor |
3. Modeling result
We employ a NN nearest neighbor model to calculate the △G(i) between gRNA and DNA on each NN position. From the first nucleotide of the target area of gRNA to the 20th, △G(i) of totally 21 position are calculated. We first proved the feasibility of our idea by calculating the correlation between △G(i) and cutting efficiency (employing data from [1] CLTA1,2,3).Sequence | Single Mismatch tolerance | G/C | Ref |
TCATGCTGTTTCATATGATC | low | 7 | [4] |
AACTTTCAGTTTAGCGGUCU | low | 8 | [3] |
TGTGAAGAGCTTCACTGAGT | low | 9 | [1] |
GATGCCGTTCTTCTGCTTGT | low | 10 | [8] |
AGTCCTCATCTCCCTCAAGC | low | 10 | [1] |
GAGATGATCGCCCCTTCTTC | low | 11 | [2] |
CTCCCTCAAGCAGGCCCCGC | low | 15 | [1] |
Ave. G/C 10 | |||
GCAGATGTAGTGTTTCCACA | high | 9 | [1] |
GGTGGTGCAGATGAACTTCA | high | 10 | [8] |
GGGGCCACTAGGGACAGGAT | high | 13 | [2] |
GTCCCCTCCACCCCACAGTG | high | 14 | [2] |
GGGCACGGGCAGCTTGCCGG | high | 16 | [8] |
Ave. G/C 12.4 |
4. Model derivation
4.1. Calculation of △G’ of DNA-gRNA binding The calculation method of △G(i) and △G’ is modified from the NN nearest neighbor model introduced in [2].5. Discussion
There may be three reason for the correlation variation throughout output 1-19.
First, the Cas9 has a mismatch tolerance for the 5’ end of gRNA. This is backed by all studies [1,2,3,4,7,8].
Second, there are flaws in the calculation of terminal energy. As all terminal mismatch of RNA and most for DNA are stabilizing [5,6]. The NN model may fail to catch all these stabilizing effect. So improvement of the energy calculation rules may help to fix the negative correlation.
Three, the NN model is derived from the binding energy database of free binding DNA double strands, while we employed it to calculate Cas9 influenced RNA-DNA binding. We considered this as the prime source of error in our model. And it may contribute to the funny correlation valley in △G(8)~△G(12). Or, maybe the valley means that Cas9 is indeed relatively insensitive to energy changes in these position.