Difference between revisions of "Team:TecCEM/Model"

(Prototype team page)
 
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{TecCEM}}
+
{{:Team:TecCEM/Templates/NavBar}}
 
<html>
 
<html>
  
 +
<head>
 +
    <!-- Basic Page Needs -->
 +
    <meta charset="utf-8" />
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 +
    <title>Model</title>
 +
    <meta name="description" content="" />
 +
    <meta name="keywords" content="" />
 +
    <meta name="author" content="Fernando Colchado" />
  
<div class="column full_size judges-will-not-evaluate">
+
    <link href="https://fonts.googleapis.com/css?family=Raleway|Ubuntu" rel="stylesheet">
<h3>★  ALERT! </h3>
+
    <link href="https://fonts.googleapis.com/css?family=Pangolin" rel="stylesheet">
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
  
<div class="column full_size">
+
    <script>
<h1> Modeling</h1>
+
        jQuery(document).ready(function($) {
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
+
            function map(value, in_min, in_max, out_min, out_max) {
 +
                return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
 +
            }
  
</div>
+
        });
<div class="clear"></div>
+
    </script>
  
<div class="column half_size">
+
    <style>
<h3> Gold Medal Criterion #3</h3>
+
        body {
<p>
+
            padding-top: 140px;
To complete for the gold medal criterion #3, please describe your work on this page and fill out the description on your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. To achieve this medal criterion, you must convince the judges that your team has gained insight into your project from modeling. You may not convince the judges if your model does not have an effect on your project design or implementation.
+
        }
</p>
+
    </style>
 +
</head>
  
<p>
+
<body>
Please see the <a href="https://2017.igem.org/Judging/Medals"> 2017 Medals Page</a> for more information.  
+
    <div class="container">
</p>
+
        <div class="row model">
</div>
+
            <div class="col-12">
 +
                <h1 class="titleRed">Math modeling</h1>
 +
            </div>
 +
        </div>
 +
        <div class="row">
 +
            <div class="col"></div>
 +
            <div class="col-md-10">
 +
                <h1 class="subTitleUbuntu" style = "padding-top:30px">Phenomenological model</h1>
 +
<h2 class="subTitleUbuntu" style = "padding-top:30px">by Laura I. González</h2>
 +
            </div>
 +
            <div class="col"></div>
 +
      </div>
 +
        <div class="row">
 +
            <div class="col"></div>
 +
            <div class="col-md-10 paragraphU">
 +
                <p>The proposed mathematical model can quantitatively describe the effects of varying quantities of siRNA onto the degradation of the target mRNA. By using a system of ordinary differential equations, the model describes mRNA transcription and the siRNA degradation. For the mRNA transcription a km value range was used, this represents the rate from the promoter that transcribes the mRNA to be targeted. This model also considers degradation mRNA due to RNAi with the following equation δ (Xm, X ). This function, δ (Xm, X), depends on both the mRNA (Xm)and siRNA levels (X). The main equation was extracted from “Modeling RNA interference in mammalian cells” (Cuccato, 2011).</br></br>
  
<div class="column half_size">
+
                    We based the siRNA degradation behavior on the model described in the article “Computational Modeling of Post-Transcriptional Gene Regulation by MicroRNAs”. The siRNA degradation uses a standard Hill-kinetic model to describe the post-transcriptional effects of microRNAs on the gene expression (Khanin, 2008). As the most important difference between siRNA and miRNA is that siRNA have highly specific targets and miRNA have multiple targets, we decided to take this model (Lam et al, 2015). This model is a Hill-type enzymatic it has a hill coefficient bigger than 1, the model can be used for siRNA for multiple binding sites on the same mRNA. Other models have been attempted before but all rely on chemical or biochemical reactions using stoichiometry. This model considers two kinetic parameters: d and θ. These parameters depend on the siRNA efficiency to bind to its mRNA target. The maximal degradation rate of the mRNA due to interference is shown as d and the siRNA concentration to achieve half of the maximal degradation rate is θ (Khanin, 2008).</br></br>
<h3>Best Model Special Prize</h3>
+
 
+
<p>
+
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.  
+
<br><br>
+
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
</p>
+
  
</div>
+
                    The above equation implies that for X
<div class="clear"></div>
+
                    < θ, the increase in the RNAi mediated degradation is linear with X<sup>h</sup> while it saturates at higher levels of X , reaching the maximal degradation rate d. </br></br>
 +
                        Khanin et al. used the following equations: </br></br>
 +
                    </p>
 +
                        <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/0/00/TEC-CEM_fotomm1.png">
 +
                        <p>
 +
                        </br>How did we upgrade the previous model? </br>
 +
                        </br>
 +
                        It was stated at the beginning of the competition that we would attempt to have the first adult primary culture of <span class =  "italicText">Diaphorina citri</span> , after trying several times it wasn’t possible, some limitations where the lack of an specific medium and time. But the objective was set and the math modeling considers the use of a cytometer with that primary culture, one of our SiRNA has an Alexa Fluor 647 tag in order to use it in the equipment and with this determine the transfection efficiency. We know the importance that transfection plays when using RNAi technology, there are several points to consider transfection efficiency such as: cell health, cell viability, number of passages, the quality and quantity of the nucleic acid. The experiment to prove our math modeling considers an in vivo transfection of the whole <span class =  "italicText">Diaphorina citri</span>, this method can be view in protocols. Taking into account a transfection efficiency of 50%-75% we continued to solve the following equations. The transfection efficiency variable would be “L”, this variable multiplicates directly to the X, siRNA levels, giving us the real siRNA amount within in the cell walls in the sample.</br></br>
 +
                    </p>
 +
                    <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/d/d3/TEC-CEM_fotomm2.png">
 +
                    <p>
 +
                        </br>The following videos represent the behavior of our math modeling considering L. </br></br>
 +
                        First transcription and hill affinity take place, then and d take part in the mRNA degradation by siRNA activities.</br></br>
 +
                    </p>
 +
                    <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/9/9d/TEC-CEM_Math-modeling-1.gif">
 +
                    <p>
 +
                        </br>Then d and θ are added remember that these values are the the maximal degradation rate of the mRNA due to interference is shown as d and the siRNA concentration to achieve half of the maximal degradation rate is θ. </br></br>
 +
                    </p>
 +
                    <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/c/c7/TEC-CEM_Math-modeling-2.gif">
 +
                    <p>
 +
                        </br>Then by activating L, the transfection efficiency we can observe how to slope decreases demonstrating the degradation of the mRNA. </br></br>
 +
                    </p>
 +
                    <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/a/af/TEC-CEM_Math-modeling-3.gif">
 +
                    <p>
 +
                      </br> A different slope movement can be observed when d and are manipulated when transfection is in action. </br></br>
 +
                    </p>
 +
                    <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/b/b0/TEC-CEM_Math-modeling-4.gif">
 +
                    <p>
 +
                        </br></br>Another elemented included is dm that describes the basal degradation of the mRNA, as you can see the initial concentration decreases. </br></br>
 +
                    </p>
 +
                    <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/f/fa/TEC-CEM_Math-modeling-5.gif">
 +
                    <p>
 +
                      </br>  Hill also affects the curve movement. </br></br>
 +
                </p>
 +
                <img class = "centerImage" src="https://static.igem.org/mediawiki/2017/9/9f/TEC-CEM_Math-modeling-6.gif">
 +
             
 +
<h1 class = "subTitleUbuntu">In conclusion</h1>
 +
<p>
  
<div class="column full_size">
+
                     
<h5> Inspiration </h5>
+
                        Our mathematical modeling describes the quantitative effects of varying SiRNA quantities on the targeted mRNA species, this model includes mRNA transcription, and siRNA degradation by using a standard Hill-kinetic model to describe the SiRNA binding to mRNA, all the above was included in a system of ordinary differential equations. Our upgrade in the described model is the inclusion of the cellular transfection efficiency. By adding this variable, we ensure that the siRNA activity will be carried out successfully by the cells. </br></br></p>
 +
                        <h1 class = "subTitleUbuntu" >References</h1>
 
<p>
 
<p>
Here are a few examples from previous teams:
+
                        Cuccato, G., Polynikis, A., Siciliano, V., Graziano, M., Bernardo, M. D., & Bernardo, D. D. (2011). Modeling RNA interference in mammalian cells. BMC Systems Biology, 5(1), 19. doi:10.1186/1752-0509-5-19 </br>
</p>
+
                        Khanin, R., & Vinciotti, V. (2008, 04). Computational Modeling of Post-Transcriptional Gene Regulation by MicroRNAs. Journal of Computational Biology, 15(3), 305-316. doi:10.1089/cmb.2007.0184 </br>
<ul>
+
                        Lam, J. K., Chow, M. Y., Zhang, Y., & Leung, S. W. (2015, September). SiRNA Versus miRNA as Therapeutics for Gene Silencing. Retrieved from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4877448/ </br></br>
<li><a href="https://2016.igem.org/Team:Manchester/Model">Manchester 2016</a></li>
+
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">TU Delft 2016  </li>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
</ul>
+
  
 +
                </p>
 +
            </div>
 +
            <div class="col"></div>
 +
        </div>
 +
       
 +
    </div>
  
</div>
+
</body>
  
 
</html>
 
</html>
 +
{{:Team:TecCEM/Templates/Footer}}

Latest revision as of 01:53, 13 December 2017

IGEM_TECCEM

Model

Math modeling

Phenomenological model

by Laura I. González

The proposed mathematical model can quantitatively describe the effects of varying quantities of siRNA onto the degradation of the target mRNA. By using a system of ordinary differential equations, the model describes mRNA transcription and the siRNA degradation. For the mRNA transcription a km value range was used, this represents the rate from the promoter that transcribes the mRNA to be targeted. This model also considers degradation mRNA due to RNAi with the following equation δ (Xm, X ). This function, δ (Xm, X), depends on both the mRNA (Xm)and siRNA levels (X). The main equation was extracted from “Modeling RNA interference in mammalian cells” (Cuccato, 2011).

We based the siRNA degradation behavior on the model described in the article “Computational Modeling of Post-Transcriptional Gene Regulation by MicroRNAs”. The siRNA degradation uses a standard Hill-kinetic model to describe the post-transcriptional effects of microRNAs on the gene expression (Khanin, 2008). As the most important difference between siRNA and miRNA is that siRNA have highly specific targets and miRNA have multiple targets, we decided to take this model (Lam et al, 2015). This model is a Hill-type enzymatic it has a hill coefficient bigger than 1, the model can be used for siRNA for multiple binding sites on the same mRNA. Other models have been attempted before but all rely on chemical or biochemical reactions using stoichiometry. This model considers two kinetic parameters: d and θ. These parameters depend on the siRNA efficiency to bind to its mRNA target. The maximal degradation rate of the mRNA due to interference is shown as d and the siRNA concentration to achieve half of the maximal degradation rate is θ (Khanin, 2008).

The above equation implies that for X < θ, the increase in the RNAi mediated degradation is linear with Xh while it saturates at higher levels of X , reaching the maximal degradation rate d.

Khanin et al. used the following equations:


How did we upgrade the previous model?

It was stated at the beginning of the competition that we would attempt to have the first adult primary culture of Diaphorina citri , after trying several times it wasn’t possible, some limitations where the lack of an specific medium and time. But the objective was set and the math modeling considers the use of a cytometer with that primary culture, one of our SiRNA has an Alexa Fluor 647 tag in order to use it in the equipment and with this determine the transfection efficiency. We know the importance that transfection plays when using RNAi technology, there are several points to consider transfection efficiency such as: cell health, cell viability, number of passages, the quality and quantity of the nucleic acid. The experiment to prove our math modeling considers an in vivo transfection of the whole Diaphorina citri, this method can be view in protocols. Taking into account a transfection efficiency of 50%-75% we continued to solve the following equations. The transfection efficiency variable would be “L”, this variable multiplicates directly to the X, siRNA levels, giving us the real siRNA amount within in the cell walls in the sample.


The following videos represent the behavior of our math modeling considering L.

First transcription and hill affinity take place, then and d take part in the mRNA degradation by siRNA activities.


Then d and θ are added remember that these values are the the maximal degradation rate of the mRNA due to interference is shown as d and the siRNA concentration to achieve half of the maximal degradation rate is θ.


Then by activating L, the transfection efficiency we can observe how to slope decreases demonstrating the degradation of the mRNA.


A different slope movement can be observed when d and are manipulated when transfection is in action.



Another elemented included is dm that describes the basal degradation of the mRNA, as you can see the initial concentration decreases.


Hill also affects the curve movement.

In conclusion

Our mathematical modeling describes the quantitative effects of varying SiRNA quantities on the targeted mRNA species, this model includes mRNA transcription, and siRNA degradation by using a standard Hill-kinetic model to describe the SiRNA binding to mRNA, all the above was included in a system of ordinary differential equations. Our upgrade in the described model is the inclusion of the cellular transfection efficiency. By adding this variable, we ensure that the siRNA activity will be carried out successfully by the cells.

References

Cuccato, G., Polynikis, A., Siciliano, V., Graziano, M., Bernardo, M. D., & Bernardo, D. D. (2011). Modeling RNA interference in mammalian cells. BMC Systems Biology, 5(1), 19. doi:10.1186/1752-0509-5-19
Khanin, R., & Vinciotti, V. (2008, 04). Computational Modeling of Post-Transcriptional Gene Regulation by MicroRNAs. Journal of Computational Biology, 15(3), 305-316. doi:10.1089/cmb.2007.0184
Lam, J. K., Chow, M. Y., Zhang, Y., & Leung, S. W. (2015, September). SiRNA Versus miRNA as Therapeutics for Gene Silencing. Retrieved from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4877448/

IGEM_TECCEM