Line 13: | Line 13: | ||
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.'), | 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.'), | ||
h('p', null, 'Once the model parameters have been obtained, we can compute ', i('T_p'), ' by ', i('T_p = m-\\frac{2}{b}'), '[1].'), | h('p', null, 'Once the model parameters have been obtained, we can compute ', i('T_p'), ' by ', i('T_p = m-\\frac{2}{b}'), '[1].'), | ||
− | 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/ | + | 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:') |
) | ) | ||
) | ) |
Revision as of 08:39, 17 October 2018