Difference between revisions of "Team:Austin LASA/Model"

 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Example2}}
+
{{Austin_LASA}}
 
<html>
 
<html>
 
+
<textarea id='page'>
<div class="clear"></div>
+
const i = f => h(g.MathJax.Node, {inline: true, formula: f});
 
+
const r = i => h('a', {href: '#ref_' + i}, i);
 
+
h(g.Page, {title: 'Model', prev: 'https://2018.igem.org/Team:Austin_LASA/Human_Practices', next: 'https://2018.igem.org/Team:Austin_LASA/Applied_Design', selector: [5, 1]},
<div class="column full_size">
+
  h('p', null, 'The LASA iGEM Team carried out the following modeling to count towards to Gold Medal Model criterion and Best Model Award:'),
<h1> Modeling</h1>
+
  h('br'),
 
+
  h(g.Section, {title: 'LAMP Modelling'},
<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>
+
    h('p', null, 'In order for our Cas12a-based assay to be used as an effective point-of-care diagnostic for HIV, we need a portable and inexpensive means of amplifying viral DNA. We chose to work with LAMP (Loop-Mediated Isothermal Amplification) because of its high selectivity, rapid amplification, and isothermal nature (rendering a thermal cycler unnecessary).'),
 
+
    h('p', null, 'After qualitatively narrowing down our pool of potential LAMP primers from four to six (See the graphs on our Design, Development, and Results page), we needed to choose which of the remaining four was the most effective in amplifying our HIV sample. We used kinetic modelling to compare the efficiency of each set of primers with the purified Bst enzyme. A recent article by  Subramanian and Gomez proposed an empirical kinetic model for LAMP based on a generalized logistic curve [', r(1), ']. No ab initio model has been developed for the complex LAMP mechanism, but the logistic curve approximation can still be understood mechanistically in terms of the “competition between the so-called extended cauliflower-like structures and the complementary dumb bell structures in the cycling amplification step” [', r(1), '] during the LAMP reaction.'),
</div>
+
    h(g.MathJax.Provider, null,
<div class="clear"></div>
+
      h('p', null, 'The model proposed by Subramanian and Gomez is of the form:'),
 
+
      h(g.MathJax.Node, {formula: 'y(t) = a + \\frac{(k−a)}{(1+e^{−b(t−m)})},'}),
<div class="column full_size">
+
      h('p', null, 'where ', i('y(t)'), ' is the concentration of the amplicon at ', i('t'), ', ', i('a'), ' is the starting concentration, is the maximum concentration, ', i('m'), ' is the time at which maximum growth occurs, and ', i('b'), ' is a free parameter representing how steep the growth is. We fit our data to this model using SciPy’s curve_fit function. It is also worth noting that our data and fitted parameters are actually in units of fluorescence, not concentration. We assumed that the two were proportional and worked in terms of fluorescence instead because that was the data we had readily available.'),
<h3> Gold Medal Criterion #3</h3>
+
      h('p', null, 'Once the model parameters have been obtained, we can compute ', i('T_p'), ' by ', i('T_p = m-\\frac{2}{b}'), ' [', r(1), '].'),
<p>
+
      h('p', null, 'Subramanian and Gomez’s model also includes an unambiguous quantitative means of calculating the time to positive (', i('T_p'), '), which is analogous to threshold cycling time for PCR. We can then establish a relationship between ', i('T_p'), ' and initial concentration of sample DNA, which is expected to be linear in accordance with Subramanian and Gomez’s data. For each of our four chosen primer sets (14, 573, 11, 12), we obtained ', i('T_p'), ' at the initial DNA concentrations of 10, 100, and 1000 fg/μL. We obtained the following data:'),
Convince the judges that your project's design and/or implementation is based on insight you have gained from modeling. This could be either a new model you develop or the implementation of a model from a previous team. You must thoroughly document your model's contribution to your project on your team's wiki, including assumptions, relevant data, model results, and a clear explanation of your model that anyone can understand.  
+
      h(g.Image, {src: 'https://static.igem.org/mediawiki/2018/f/f9/T--Austin_LASA--Tp_8_2.svg', position: 'center'}),
<br><br>
+
      h(g.Image, {src: 'https://static.igem.org/mediawiki/2018/0/02/T--Austin_LASA--Tp_8_4.svg', position: 'center'}), 
The model should impact your project design in a meaningful way. Modeling may include, but is not limited to, deterministic, exploratory, molecular dynamic, and stochastic models. Teams may also explore the physical modeling of a single component within a system or utilize mathematical modeling for predicting function of a more complex device.
+
      h(g.Image, {src: 'https://static.igem.org/mediawiki/2018/6/6b/T--Austin_LASA--Tp_8_6.svg', position: 'center'}),   
</p>
+
      h(g.Image, {src: 'https://static.igem.org/mediawiki/2018/0/06/T--Austin_LASA--Tp_8_8.svg', position: 'center'}),   
 
+
      h('p', null, 'The data for primer sets 14, 573, and 12 were clearly linear as expected, and the linear regression for primer set 11 is still close enough to give a meaningful value for slope. We use the slopes of these regressions as a measure of the effectiveness of the primer set, with a higher magnitude corresponding to a greater primer effectiveness. Primer set 14 had a significantly higher slope magnitude than the other sets, so we can conclude that it will be the most effective primer for amplifying our HIV sample with LAMP.')
<p>
+
    ),
Please see the <a href="https://2018.igem.org/Judging/Medals"> 2018
+
    h(g.Image, {src: 'https://static.igem.org/mediawiki/2018/f/f0/T--Austin_LASA--LAC.png', position: 'center'},
Medals Page</a> for more information.  
+
      h('p', null, 'overlaid amplification curves for all primers with LacI sample')
</p>
+
    )
</div>
+
  ),
 
+
  h(g.Section, {title: 'Future Work'},
<div class="column two_thirds_size">
+
    h('p', null, 'In the future, we would like to analyze the kinetics of Cas12a reactions carried out directly on LAMP amplicons. This would allow us to verify the sensitivity for the combined assay predicted by our model. Such a combined reaction would also be novel to our knowledge, and we’re interested in examining how the placement of the target sequence on the LAMP amplicons would affect the Cas12a kinetics. Although we’ve already collected data on both target sequences, we haven’t collected this data for a Cas12a reaction run on LAMP amplicons, and only the LAMP amplicons have the differing linear and loop segments, so we were unable to look into this with our current data.'),
<h3>Best Model Special Prize</h3>
+
    h('p', null, 'We were also interested exploring the kinetics of LAMP carried out with cellular reagents but didn’t have time to collect sufficient data for analysis. If we obtain this data in the future, we can apply essentially the same analysis as above to determine relative primer efficiency with cellular reagents. We could also compare how accurately Subramanian and Gomez’s model fits cellular reagent amplification curves and how well if fits purified enzyme data, which could provide us insight into how much background noise is introduced by the cellular reagents.')
 
+
  ),
<p>
+
  h(g.Section, {title: 'References'},
To compete for the <a href="https://2018.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://2018.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.  
+
    h('p', null, '[', h('a', {id: 'ref_1'}, '1'), '] Subramanian S, Gomez RD (2014) An Empirical Approach for Quantifying Loop-Mediated Isothermal Amplification (LAMP) Using Escherichia coli as a Model System. PLoS ONE 9(6): e100596. ', h('a', {href: 'https://doi.org/10.1371/journal.pone.0100596'}, 'https://doi.org/10.1371/journal.pone.0100596'))
<br><br>
+
  )
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
);
</p>
+
</textarea>
 
+
</div>
+
 
+
 
+
<div class="column third_size">
+
<div class="highlight decoration_A_full">
+
<h3> Inspiration </h3>
+
<p>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Manchester/Model">2016 Manchester</a></li>
+
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">2016 TU Delft</li>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">2014 ETH Zurich</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">2014 Waterloo</a></li>
+
</ul>
+
</div>
+
</div>
+
 
+
 
</html>
 
</html>

Latest revision as of 04:00, 18 October 2018