Team:Arizona State/HPModeling

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Arizona_State/Template:Header}}
{{:Team:Arizona_State/Template:Header}}
 +
 +
We can use Bayesian techniques to estimate natural frequency of the quantity to be measured (pathogen presence) as well as to analyze the accuracy and reliability of our device.
 +
 +
Baye's rule gives us the probability of an actual positive event given that our sensor outputs "true". To evaluate this probability we need three pieces of data: specificity ('''A'''), sensitivity ('''B'''), and the "natural frequency" ('''C''') of the event. Sensitivity and specificity are evaluated based on experimental results and are defined below. Estimation of the "natural frequency" of a disease vector is more complex, and can be handled using a Bayesian network or other sophisticated statistical devices. This Bayesian network should be constructed using data from studies such as those referenced in [[Escherichia Coli Case Studies]].
 +
----
 +
<center>
 +
{| class="wikitable" align="center" style="text-align:center; border:none; background:transparent;"
 +
|colspan="2" rowspan="2" style="border:none;"|
 +
|colspan="2" style="background:#ffdead;"|'''Condition'''
 +
|-
 +
|Condition Positive
 +
|Condition Negative
 +
|-
 +
|rowspan="2" style="background:#ffdead;"|'''Sensor<br />Outcome'''
 +
|Sensor<br />Outcome<br />Positive
 +
|<span style="color:#006600;">'''True Positive'''</span>
 +
|<span style="color:#cc0000;">'''False Positive'''</span>
 +
|style="background:#ffdead;"|Positive predictability =<br />TP<div style="border-top:1px solid;">TP + FP</div>
 +
|-
 +
|Sensor<br />Outcome<br />Negative
 +
|<span style="color:#cc0000;">'''False Negative'''</span>
 +
|<span style="color:#006600;">'''True Negative'''</span>
 +
|style="background:#ffdead;"|Negative predictability =<br />TN<div style="border-top:1px solid;">TN + FN</div>
 +
|-
 +
|colspan="2" style="border:none;" |
 +
|style="background:#ffdead;"|Sensitivity =<br />TP<div style="border-top:1px solid;">TP + TN</div>
 +
|style="background:#ffdead;"|Specificity =<br />TN<div style="border-top:1px solid;">TN + FP</div>
 +
|}
 +
</center>
 +
 +
* '''Sensitivity''': proportion of true positives accurately measured
 +
* '''Specificity''': proportion of true negatives accurately measured
 +
* '''Positive predictability''': proportion of positive sensor results that are true positives
 +
* '''Negative predictability''': proportion of negative sensor results that are true negatives
 +
 +
Once we have experimental data giving us values for the table above, we can use Bayes' theorem to estimate the probability of an actual event given a positive sensor reading. To aid in these calculations we have attached an excel spreadsheet: [[File:Bayesian formulas.xls|Bayes' rule]].

Revision as of 03:42, 4 October 2012

We can use Bayesian techniques to estimate natural frequency of the quantity to be measured (pathogen presence) as well as to analyze the accuracy and reliability of our device.

Baye's rule gives us the probability of an actual positive event given that our sensor outputs "true". To evaluate this probability we need three pieces of data: specificity (A), sensitivity (B), and the "natural frequency" (C) of the event. Sensitivity and specificity are evaluated based on experimental results and are defined below. Estimation of the "natural frequency" of a disease vector is more complex, and can be handled using a Bayesian network or other sophisticated statistical devices. This Bayesian network should be constructed using data from studies such as those referenced in Escherichia Coli Case Studies.


Condition
Condition Positive Condition Negative
Sensor
Outcome
Sensor
Outcome
Positive
True Positive False Positive Positive predictability =
TP
TP + FP
Sensor
Outcome
Negative
False Negative True Negative Negative predictability =
TN
TN + FN
Sensitivity =
TP
TP + TN
Specificity =
TN
TN + FP
  • Sensitivity: proportion of true positives accurately measured
  • Specificity: proportion of true negatives accurately measured
  • Positive predictability: proportion of positive sensor results that are true positives
  • Negative predictability: proportion of negative sensor results that are true negatives

Once we have experimental data giving us values for the table above, we can use Bayes' theorem to estimate the probability of an actual event given a positive sensor reading. To aid in these calculations we have attached an excel spreadsheet: Bayes' rule.