Evalua&ng Methods. Tandy Warnow

Size: px
Start display at page:

Download "Evalua&ng Methods. Tandy Warnow"

Transcription

1 Evalua&ng Methods Tandy Warnow

2 You ve designed a new method! Now what? To evaluate a new method: Establish theore&cal proper&es. Evaluate on data. Compare the new method to other methods. How do you do this?

3 General Issues So far we have computed trees and we have computed alignments. How can we quan&fy accuracy or error? What datasets should we use? What are the issues?

4 Basic criteria Sensi&vity = true posi&ve rate = recall rate = TP/(TP+FN) Precision = posi&ve predic&ve value = TP/(TP+FP) Specificity = true nega&ve rate = TN/(TN+FP) False Discovery Rate = 1-PPV

5 True posi&ves, false posi&ves, etc. For these criteria, we need to understand the concepts of true posi&ve, false posi&ve, true nega&ve, and false nega&ve In other words, we need to have a yes/no classifier.

6 Simple example: HIV tes&ng Sample space: HIV tests (Eliza) True posi&ve: the test comes out posi&ve and the person does have HIV True nega&ve: the test comes out nega&ve and the person does not have HIV False posi&ve: the test comes out posi&ve but the person does not have HIV False nega&ve: the test comes out nega&ve and the person does have HIV

7 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease TP = 9, FP = 11, TN = 979, FN = 1 Sensi&vity = TP/(TP+FN) = 9/10 = 90% Specificity = TN/(TN+FP) = 979/990 = 98.9% Precision = TP/(TP+FP) = 9/20 = 45%

8 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease TP = 9, FP = 11, TN = 979, FN = 1 Sensi&vity = TP/(TP+FN) = 9/10 = 90% Specificity = TN/(TN+FP) = 979/990 = 98.9% Precision = TP/(TP+FP) = 9/20 = 45%

9 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease TP = 9, FP = 11, TN = 979, FN = 1 Sensi&vity = TP/(TP+FN) = 9/10 = 90% Specificity = TN/(TN+FP) = 979/990 = 98.9% Precision = TP/(TP+FP) = 9/20 = 45%

10 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease TP = 9, FP = 11, TN = 979, FN = 1 Sensi&vity = TP/(TP+FN) = 9/10 = 90% Specificity = TN/(TN+FP) = 979/990 = 98.9% Precision = TP/(TP+FP) = 9/20 = 45%

11 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease TP = 9, FP = 11, TN = 979, FN = 1 Sensi&vity = TP/(TP+FN) = 9/10 = 90% Specificity = TN/(TN+FP) = 979/990 = 98.9% Precision = TP/(TP+FP) = 9/20 = 45%

12 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease What is the false posi&ve rate? What is the false nega&ve rate?

13 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease What is the false posi&ve rate? FP rate = # false posi&ves divided by the number of total posi&ves, so FP/(FP+TP) = 11/20 = 55%

14 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease What is the false nega&ve rate? FN rate = # false nega&ves divided by the number of total nega&ves, so FN/(FN+TN) = 1/990 = 0.1%

15 Hypothe&cal Example The popula&on is 1,000 samples 10 of them have the disease, 990 do not The test is posi&ve on 20: 9 of the 10 with the disease, and 11 of the 990 who do not have the disease What is the false nega&ve rate? FN rate = # false nega&ves divided by the number of total nega&ves, so FN/(FN+TN) = 1/990 = 0.1%

16 General Issues So far we have computed trees and we have computed alignments. How can we quan&fy accuracy or error? What datasets should we use? What are the issues?

17 Performance criteria Running time Space Statistical performance issues (e.g., statistical consistency and sequence length requirements) Topological accuracy with respect to the underlying true tree, typically studied in simulation. Accuracy with respect to a mathematical score (e.g. tree length or likelihood score) on real data

18 Sta&s&cal Consistency error Data

19 FN FN: false negative (missing edge) FP: false positive (incorrect edge) FP 50% error rate

20 Alignment Error/Accuracy SPFN: percentage of homologies in the true alignment that are not recovered (false nega&ve homologies) SPFP: percentage of homologies in the es&mated alignment that are false (false posi&ve homologies) TC: total number of columns correctly recovered SP-score: percentage of homologies in the true alignment that are recovered Pairs score: 1-(avg of SP-FN and SP-FP)

21 Other Alignment Es&ma&on Criteria Tree topology error Tree branch length error Gap length distribu&on Inser&on/dele&on ra&o Alignment length Number of indels

22 Studying Methods The point is to evaluate a new method in comparison to prior methods. You need to do this on data, not just using theorems. How do you do this?

23 Benchmarks Simula&ons: can control everything, and true alignment is not disputed Different simulators Biological: can t control anything, and reference alignment and reference tree might not be correct. Alignment benchmarks are also somewhat problema&c, for various reasons: BAliBASE, HomFam, Prefab CRW (Compara&ve Ribosomal Website)

24 Simulation Studies S1 = AGGCTATCACCTGACCTCCA S2 = TAGCTATCACGACCGC S3 = TAGCTGACCGC S4 = TCACGACCGACA Unaligned Sequences S1 = -AGGCTATCACCTGACCTCCA S2 = TAG-CTATCAC--GACCGC-- S3 = TAG-CT GACCGC-- S4 = TCAC--GACCGACA S1 S2 S4 S3 True tree and alignment Compare S1 = -AGGCTATCACCTGACCTCCA S2 = TAG-CTATCAC--GACCGC-- S3 = TAG-C--T-----GACCGC-- S4 = T---C-A-CGACCGA----CA S1 S4 S2 S3 Estimated tree and alignment

25 Designing a simula&on study Consider the realism of the simulator. Consider whether the condi&ons are too easy or too difficult to be helpful. Consider the compe&ng methods to explore. Consider sta&s&cal significance. Be concerned with repeatability.

26 Data Biological data: How reliable are the reference alignments and trees? Simulated data: How realis&c are the simula&on condi&ons?

27 Simulators Sequence evolu&on down a tree: Indels? If so, what lengths? Subs&tu&ons under what model? How many subs&tu&ons? How many indels? How is the tree topology and set of branch lengths defined? Is the tree ultrametric? How many leaves in the tree (i.e., # sequences)? How long are the sequences?

28 Methods Are you picking the best compe&ng methods? Are you running them in the best way?

29 Criteria Are you using criteria that are considered appropriate by the research community? If you are using new criteria, jus&fy these criteria (and probably use the standard criteria anyway).

30 Repeatability Provide full details about how you ran the analyses so that the same experiment could be done by the person reading the paper. Save your data and make them available to the readers.

31 Wri&ng Papers Read Appendix C in Computa&onal Phylogene&cs for guidelines about wri&ng papers about computa&onal methods. How to write your first paper on my homepage Commonly encountered challenges in research ethics on my homepage

Biosta's'cs Board Review. Parul Chaudhri, DO Family Medicine Faculty Development Fellow, UPMC St Margaret March 5, 2016

Biosta's'cs Board Review. Parul Chaudhri, DO Family Medicine Faculty Development Fellow, UPMC St Margaret March 5, 2016 Biosta's'cs Board Review Parul Chaudhri, DO Family Medicine Faculty Development Fellow, UPMC St Margaret March 5, 2016 Review key biosta's'cs concepts Understand 2 X 2 tables Objec'ves By the end of this

More information

Probability Revision. MED INF 406 Assignment 5. Golkonda, Jyothi 11/4/2012

Probability Revision. MED INF 406 Assignment 5. Golkonda, Jyothi 11/4/2012 Probability Revision MED INF 406 Assignment 5 Golkonda, Jyothi 11/4/2012 Problem Statement Assume that the incidence for Lyme disease in the state of Connecticut is 78 cases per 100,000. A diagnostic test

More information

BMI 541/699 Lecture 16

BMI 541/699 Lecture 16 BMI 541/699 Lecture 16 Where we are: 1. Introduction and Experimental Design 2. Exploratory Data Analysis 3. Probability 4. T-based methods for continous variables 5. Proportions & contingency tables -

More information

For more information about how to cite these materials visit

For more information about how to cite these materials visit Author(s): Rajesh Mangrulkar, M.D., 2013 License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution Non-commercial Share Alike 3.0 License: http://creativecommons.org/licenses/by-nc-sa/3.0/

More information

In this module we will cover Correla4on and Validity.

In this module we will cover Correla4on and Validity. In this module we will cover Correla4on and Validity. A correla4on coefficient is a sta4s4c that is o:en used as an es4mate of measurement, such as validity and reliability. You will learn the strength

More information

Statistics, Probability and Diagnostic Medicine

Statistics, Probability and Diagnostic Medicine Statistics, Probability and Diagnostic Medicine Jennifer Le-Rademacher, PhD Sponsored by the Clinical and Translational Science Institute (CTSI) and the Department of Population Health / Division of Biostatistics

More information

I got it from Agnes- Tom Lehrer

I got it from Agnes- Tom Lehrer Epidemiology I got it from Agnes- Tom Lehrer I love my friends and they love me We're just as close as we can be And just because we really care Whatever we get, we share! I got it from Agnes She got it

More information

Various performance measures in Binary classification An Overview of ROC study

Various performance measures in Binary classification An Overview of ROC study Various performance measures in Binary classification An Overview of ROC study Suresh Babu. Nellore Department of Statistics, S.V. University, Tirupati, India E-mail: sureshbabu.nellore@gmail.com Abstract

More information

Applica(on of Causal Inference Methods to Improve Treatment of HIV in Resource Limited Se?ngs

Applica(on of Causal Inference Methods to Improve Treatment of HIV in Resource Limited Se?ngs Applica(on of Causal Inference Methods to Improve Treatment of HIV in Resource Limited Se?ngs Maya Petersen works.bepress.com/maya_petersen Divisions of Biosta,s,cs and Epidemiology, University of California,

More information

A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U

A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U T H E U N I V E R S I T Y O F T E X A S A T D A L L A S H U M A N L A N

More information

Screening (Diagnostic Tests) Shaker Salarilak

Screening (Diagnostic Tests) Shaker Salarilak Screening (Diagnostic Tests) Shaker Salarilak Outline Screening basics Evaluation of screening programs Where we are? Definition of screening? Whether it is always beneficial? Types of bias in screening?

More information

The Brief Cogni-ve Assessment Tool (BCAT): A New Test Emphasizing Contextual Memory and Execu<ve Func<ons

The Brief Cogni-ve Assessment Tool (BCAT): A New Test Emphasizing Contextual Memory and Execu<ve Func<ons The Brief Cogni-ve Assessment Tool (BCAT): A New Test Emphasizing Contextual Memory and Execu

More information

Knowledge Discovery and Data Mining. Testing. Performance Measures. Notes. Lecture 15 - ROC, AUC & Lift. Tom Kelsey. Notes

Knowledge Discovery and Data Mining. Testing. Performance Measures. Notes. Lecture 15 - ROC, AUC & Lift. Tom Kelsey. Notes Knowledge Discovery and Data Mining Lecture 15 - ROC, AUC & Lift Tom Kelsey School of Computer Science University of St Andrews http://tom.home.cs.st-andrews.ac.uk twk@st-andrews.ac.uk Tom Kelsey ID5059-17-AUC

More information

INTRODUCTION TO MACHINE LEARNING. Decision tree learning

INTRODUCTION TO MACHINE LEARNING. Decision tree learning INTRODUCTION TO MACHINE LEARNING Decision tree learning Task of classification Automatically assign class to observations with features Observation: vector of features, with a class Automatically assign

More information

Data that can be classified as belonging to a distinct number of categories >>result in categorical responses. And this includes:

Data that can be classified as belonging to a distinct number of categories >>result in categorical responses. And this includes: This sheets starts from slide #83 to the end ofslide #4. If u read this sheet you don`t have to return back to the slides at all, they are included here. Categorical Data (Qualitative data): Data that

More information

Diagnostic Test. H. Risanto Siswosudarmo Department of Obstetrics and Gynecology Faculty of Medicine, UGM Jogjakarta. RS Sardjito

Diagnostic Test. H. Risanto Siswosudarmo Department of Obstetrics and Gynecology Faculty of Medicine, UGM Jogjakarta. RS Sardjito ب س م الل ه الر ح م ن الر ح يم RS Sardjito Diagnostic Test Gold standard New (test Disease No Disease Column Total Posi*ve a b a+b Nega*ve c d c+d Row Total a+c b+d N H. Risanto Siswosudarmo Department

More information

Bioengineering and World Health. Lecture Twelve

Bioengineering and World Health. Lecture Twelve Bioengineering and World Health Lecture Twelve Four Questions What are the major health problems worldwide? Who pays to solve problems in health care? How can technology solve health care problems? How

More information

Chapter 10. Screening for Disease

Chapter 10. Screening for Disease Chapter 10 Screening for Disease 1 Terminology Reliability agreement of ratings/diagnoses, reproducibility Inter-rater reliability agreement between two independent raters Intra-rater reliability agreement

More information

Week 2 Video 3. Diagnostic Metrics

Week 2 Video 3. Diagnostic Metrics Week 2 Video 3 Diagnostic Metrics Different Methods, Different Measures Today we ll continue our focus on classifiers Later this week we ll discuss regressors And other methods will get worked in later

More information

A Ra%onal Perspec%ve on Heuris%cs and Biases. Falk Lieder, Tom Griffiths, & Noah Goodman Computa%onal Cogni%ve Science Lab UC Berkeley

A Ra%onal Perspec%ve on Heuris%cs and Biases. Falk Lieder, Tom Griffiths, & Noah Goodman Computa%onal Cogni%ve Science Lab UC Berkeley A Ra%onal Perspec%ve on Heuris%cs and Biases Falk Lieder, Tom Griffiths, & Noah Goodman Computa%onal Cogni%ve Science Lab UC Berkeley Outline 1. What is a good heuris%c? How good are the heuris%cs that

More information

COMP90049 Knowledge Technologies

COMP90049 Knowledge Technologies COMP90049 Knowledge Technologies Introduction Classification (Lecture Set4) 2017 Rao Kotagiri School of Computing and Information Systems The Melbourne School of Engineering Some of slides are derived

More information

MITOCW conditional_probability

MITOCW conditional_probability MITOCW conditional_probability You've tested positive for a rare and deadly cancer that afflicts 1 out of 1000 people, based on a test that is 99% accurate. What are the chances that you actually have

More information

Worksheet for Structured Review of Physical Exam or Diagnostic Test Study

Worksheet for Structured Review of Physical Exam or Diagnostic Test Study Worksheet for Structured Review of Physical Exam or Diagnostic Study Title of Manuscript: Authors of Manuscript: Journal and Citation: Identify and State the Hypothesis Primary Hypothesis: Secondary Hypothesis:

More information

Predictive Models for Healthcare Analytics

Predictive Models for Healthcare Analytics Predictive Models for Healthcare Analytics A Case on Retrospective Clinical Study Mengling Mornin Feng mfeng@mit.edu mornin@gmail.com 1 Learning Objectives After the lecture, students should be able to:

More information

NJMerge: A generic technique for scaling phylogeny estimation methods and its application to species trees Supplementary Materials

NJMerge: A generic technique for scaling phylogeny estimation methods and its application to species trees Supplementary Materials NJMerge: A generic technique for scaling phylogeny estimation methods and its application to species trees Supplementary Materials Erin K. Molloy 1[ 1 5553 3312] and Tandy Warnow 1[ 1 7717 3514] Department

More information

Sta$s$cs is Easy. Dennis Shasha From a book co- wri7en with Manda Wilson

Sta$s$cs is Easy. Dennis Shasha From a book co- wri7en with Manda Wilson Sta$s$cs is Easy Dennis Shasha From a book co- wri7en with Manda Wilson Is the Coin Fair? You toss a coin 17 $mes and it comes up heads 15 out of 17 $mes. How likely is it that coin is fair? Could look

More information

PERFORMANCE MEASURES

PERFORMANCE MEASURES PERFORMANCE MEASURES Of predictive systems DATA TYPES Binary Data point Value A FALSE B TRUE C TRUE D FALSE E FALSE F TRUE G FALSE Real Value Data Point Value a 32.3 b.2 b 2. d. e 33 f.65 g 72.8 ACCURACY

More information

Diagnosis and (early) prediction of acidosis and ketosis using milk fatty acids as biomarkers

Diagnosis and (early) prediction of acidosis and ketosis using milk fatty acids as biomarkers Diagnosis and (early) prediction of acidosis and ketosis using milk fatty acids as biomarkers Veerle Fievez Ghent University Overview Fatty acids Origin of milk fatty acids Milk fatty acids as biomarkers

More information

Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014

Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014 INFERENCING (HW 8) 1 Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014 Page 2 The Clinical Decision Support System designed to utilize the Training Set data

More information

Development and Applica0on of Real- Time Clinical Predic0ve Models

Development and Applica0on of Real- Time Clinical Predic0ve Models Development and Applica0on of Real- Time Clinical Predic0ve Models Ruben Amarasingham, MD, MBA Associate Professor, UT Southwestern Medical Center AHRQ- funded R24 UT Southwestern Center for Pa?ent- Centered

More information

Casual Methods in the Service of Good Epidemiological Practice: A Roadmap

Casual Methods in the Service of Good Epidemiological Practice: A Roadmap University of California, Berkeley From the SelectedWorks of Maya Petersen 2013 Casual Methods in the Service of Good Epidemiological Practice: A Roadmap Maya Petersen, University of California, Berkeley

More information

Effect of non- homogeneous breast 3ssue on mean glandular dose assessment in digital breast tomosynthesis

Effect of non- homogeneous breast 3ssue on mean glandular dose assessment in digital breast tomosynthesis Effect of nonhomogeneous breast 3ssue on mean glandular dose assessment in digital breast tomosynthesis M. Bap3sta, S. Di Maria, C. Figueira, L. Orvalho, A. Silva, P. Vaz, M. Zankl o Mo3va3on Mammography

More information

Analyzing Mul,- Dimensional Biological Model. Ma6hieu Pichené

Analyzing Mul,- Dimensional Biological Model. Ma6hieu Pichené Analyzing Mul,- Dimensional Biological Model Ma6hieu Pichené Biological problem Design efficient cancerous tumor treatments. Efficient protocol = Op,mize drug quan,ty : - frequency of treatment - choice

More information

Applying Data Mining for Epileptic Seizure Detection

Applying Data Mining for Epileptic Seizure Detection Applying Data Mining for Epileptic Seizure Detection Ying-Fang Lai 1 and Hsiu-Sen Chiang 2* 1 Department of Industrial Education, National Taiwan Normal University 162, Heping East Road Sec 1, Taipei,

More information

Mul$ Voxel Pa,ern Analysis (fmri) Mul$ Variate Pa,ern Analysis (more generally) Magic Voxel Pa,ern Analysis (probably not!)

Mul$ Voxel Pa,ern Analysis (fmri) Mul$ Variate Pa,ern Analysis (more generally) Magic Voxel Pa,ern Analysis (probably not!) Mul$ Voxel Pa,ern Analysis (fmri) Mul$ Variate Pa,ern Analysis (more generally) Magic Voxel Pa,ern Analysis (probably not!) all MVPA really shows is that there are places where, in most people s brain,

More information

Figure 1: Design and outcomes of an independent blind study with gold/reference standard comparison. Adapted from DCEB (1981b)

Figure 1: Design and outcomes of an independent blind study with gold/reference standard comparison. Adapted from DCEB (1981b) Page 1 of 1 Diagnostic test investigated indicates the patient has the Diagnostic test investigated indicates the patient does not have the Gold/reference standard indicates the patient has the True positive

More information

Propensity Score. Overview:

Propensity Score. Overview: Propensity Score Overview: What do we use a propensity score for? How do we construct the propensity score? How do we implement propensity score es

More information

Screening Test. Introduction:

Screening Test. Introduction: Intrductin: Screening Test This is the secnd epidemilgy practical under the Medicine & Sciety Mdule II (FF2613). The fcus f this practical is t intrduce the students t the cncept f screening test, sensitivity,

More information

Machine learning II. Juhan Ernits ITI8600

Machine learning II. Juhan Ernits ITI8600 Machine learning II Juhan Ernits ITI8600 Hand written digit recognition 64 Example 2: Face recogition Classification, regression or unsupervised? How many classes? Example 2: Face recognition Classification,

More information

Behavioral Data Mining. Lecture 4 Measurement

Behavioral Data Mining. Lecture 4 Measurement Behavioral Data Mining Lecture 4 Measurement Outline Hypothesis testing Parametric statistical tests Non-parametric tests Precision-Recall plots ROC plots Hardware update Icluster machines are ready for

More information

Transcript reconstruction

Transcript reconstruction Transcript reconstruction Summary I Data types, file formats and utilities Annotation: Genomic regions Genes Peaks bedtools Alignment: Map reads BAM/SAM Samtools Aggregation: Summary files Wig (UCSC) TDF

More information

#1 G.S. Kassab Mathematical modeling of coronary arterial tree

#1 G.S. Kassab Mathematical modeling of coronary arterial tree #1 G.S. Kassab Mathematical modeling of coronary arterial tree #1 G.S. Kassab Mathematical modeling of coronary arterial tree HK model is in agreement with measurements of all bifurcations types (e.g.,

More information

Computer Models for Medical Diagnosis and Prognostication

Computer Models for Medical Diagnosis and Prognostication Computer Models for Medical Diagnosis and Prognostication Lucila Ohno-Machado, MD, PhD Division of Biomedical Informatics Clinical pattern recognition and predictive models Evaluation of binary classifiers

More information

RELIABILITY OF OPERATORS DURING THE VISUAL INSPECTION OF PRODUCED PARENTERAL DRUGS

RELIABILITY OF OPERATORS DURING THE VISUAL INSPECTION OF PRODUCED PARENTERAL DRUGS RELIABILITY OF OPERATORS DURING THE VISUAL INSPECTION OF PRODUCED PARENTERAL DRUGS F. Sadeghipour, A. Bugmann, V. Herrera, P. Bonnabry Geneva, 22 March 2006 11th Congress of the European Association of

More information

VU Biostatistics and Experimental Design PLA.216

VU Biostatistics and Experimental Design PLA.216 VU Biostatistics and Experimental Design PLA.216 Julia Feichtinger Postdoctoral Researcher Institute of Computational Biotechnology Graz University of Technology Outline for Today About this course Background

More information

Copy Number Variations and Association Mapping Advanced Topics in Computa8onal Genomics

Copy Number Variations and Association Mapping Advanced Topics in Computa8onal Genomics Copy Number Variations and Association Mapping 02-715 Advanced Topics in Computa8onal Genomics SNP and CNV Genotyping SNP genotyping assumes two copy numbers at each locus (i.e., no CNVs) CNV genotyping

More information

Mohegan Sun Casino/Resort Uncasville, CT AAPP Annual Seminar

Mohegan Sun Casino/Resort Uncasville, CT AAPP Annual Seminar Mohegan Sun Casino/Resort Uncasville, CT 06382 2016 AAPP Annual Seminar Low Base Rate Screening Survival Analysis 1 & Successive Hurdles Mark Handler 2 AAPP Research & Information Chair Greetings my fellow

More information

Considera*ons when undergoing personal genotyping

Considera*ons when undergoing personal genotyping Considera*ons when undergoing personal genotyping Kelly Ormond, MS, CGC Louanne Hudgins, MD, FACMG January 19, 2011 GENE 210 Disclosures and introduc*ons Professor Ormond provided paid consulta*on for

More information

Evidence-Based Medicine: Diagnostic study

Evidence-Based Medicine: Diagnostic study Evidence-Based Medicine: Diagnostic study What is Evidence-Based Medicine (EBM)? Expertise in integrating 1. Best research evidence 2. Clinical Circumstance 3. Patient values in clinical decisions Haynes,

More information

Structured Association Advanced Topics in Computa8onal Genomics

Structured Association Advanced Topics in Computa8onal Genomics Structured Association 02-715 Advanced Topics in Computa8onal Genomics Structured Association Lasso ACGTTTTACTGTACAATT Gflasso (Kim & Xing, 2009) ACGTTTTACTGTACAATT Greater power Fewer false posi2ves Phenome

More information

Biochemical investigations in clinical medicine

Biochemical investigations in clinical medicine Biochemical investigations in clinical medicine Presented by Dr. Mohammad Saadeh The requirements for the Clinical Chemistry Philadelphia University Faculty of pharmacy Introduction What it is? Clinical

More information

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 9 CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 2.1 INTRODUCTION This chapter provides an introduction to mammogram and a description of the computer aided detection methods of mammography. This discussion

More information

Meta-analysis of diagnostic research. Karen R Steingart, MD, MPH Chennai, 15 December Overview

Meta-analysis of diagnostic research. Karen R Steingart, MD, MPH Chennai, 15 December Overview Meta-analysis of diagnostic research Karen R Steingart, MD, MPH karenst@uw.edu Chennai, 15 December 2010 Overview Describe key steps in a systematic review/ meta-analysis of diagnostic test accuracy studies

More information

Prediction of Diabetes Using Probability Approach

Prediction of Diabetes Using Probability Approach Prediction of Diabetes Using Probability Approach T.monika Singh, Rajashekar shastry T. monika Singh M.Tech Dept. of Computer Science and Engineering, Stanley College of Engineering and Technology for

More information

Exemplar for Internal Assessment Resource Mathematics and Statistics Level 1 Resource title: Carbon Credits

Exemplar for Internal Assessment Resource Mathematics and Statistics Level 1 Resource title: Carbon Credits Exemplar for internal assessment resource Mathematics and Statistics 1.1B for Achievement Standard 91026! Exemplar for Internal Assessment Resource Mathematics and Statistics Level 1 Resource title: Carbon

More information

For Objec*ve Causal Inference, Design Trumps Analysis. Donald B. Rubin Department of Sta*s*cs Harvard University 16 March 2012

For Objec*ve Causal Inference, Design Trumps Analysis. Donald B. Rubin Department of Sta*s*cs Harvard University 16 March 2012 For Objec*ve Causal Inference, Design Trumps Analysis Donald B. Rubin Department of Sta*s*cs Harvard University 16 March 2012 1 Prologue to Objec*ve Causal Inference in Observa*onal Studies My Introduc*on

More information

GDT1000 SENSING ACUTE STUDY

GDT1000 SENSING ACUTE STUDY CAUTION: Federal law restricts this device to sale by or on the order of a physician trained or experienced in device implant and follow-up procedures. CLINICAL SUMMARY GDT1000 SENSING ACUTE STUDY Boston

More information

Available online at ScienceDirect. Procedia Computer Science 62 (2015 ) 39 46

Available online at   ScienceDirect. Procedia Computer Science 62 (2015 ) 39 46 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 62 (2015 ) 39 46 The 2015 International Conference on Soft Computing and Software Engineering (SCSE 2015) Analysis of Demographic

More information

Models and Physiology of Macroscopic Brain Ac5vity. Jose C. Principe University of Florida

Models and Physiology of Macroscopic Brain Ac5vity. Jose C. Principe University of Florida Models and Physiology of Macroscopic Brain Ac5vity Jose C. Principe University of Florida Literature W. Freeman- Mass Ac5on in the Nervous System P. Nunez Electric Fields of the Brain H. Berger- On the

More information

Sets, Logic, and Probability As Used in Decision Support Systems

Sets, Logic, and Probability As Used in Decision Support Systems Sets, Logic, and Probability As Used in Decision Support Systems HAP 752 Advanced Health Informa6on Systems Janusz Wojtusiak, PhD George Mason University Spring 2014 Part of the inhumanity of the computer

More information

GATE CAT Diagnostic Test Accuracy Studies

GATE CAT Diagnostic Test Accuracy Studies GATE: a Graphic Approach To Evidence based practice updates from previous version in red Critically Appraised Topic (CAT): Applying the 5 steps of Evidence Based Practice Using evidence from Assessed by:

More information

Evaluation of a rapid lateral flow immunoassay (STic Expert HIT) for the diagnosis of heparin-induced thrombocytopenia (HIT)

Evaluation of a rapid lateral flow immunoassay (STic Expert HIT) for the diagnosis of heparin-induced thrombocytopenia (HIT) Evaluation of a rapid lateral flow immunoassay (STic Expert HIT) for the diagnosis of heparin-induced thrombocytopenia (HIT) Liesbeth De Cooman and Katrien Devreese University Hospital Ghent Coagulation

More information

OCW Epidemiology and Biostatistics, 2010 Michael D. Kneeland, MD November 18, 2010 SCREENING. Learning Objectives for this session:

OCW Epidemiology and Biostatistics, 2010 Michael D. Kneeland, MD November 18, 2010 SCREENING. Learning Objectives for this session: OCW Epidemiology and Biostatistics, 2010 Michael D. Kneeland, MD November 18, 2010 SCREENING Learning Objectives for this session: 1) Know the objectives of a screening program 2) Define and calculate

More information

Assessment of diabetic retinopathy risk with random forests

Assessment of diabetic retinopathy risk with random forests Assessment of diabetic retinopathy risk with random forests Silvia Sanromà, Antonio Moreno, Aida Valls, Pedro Romero2, Sofia de la Riva2 and Ramon Sagarra2* Departament d Enginyeria Informàtica i Matemàtiques

More information

Today. HW6 ques.ons? Next reading presenta.on: Friday (R25) Sta.s.cal methods

Today. HW6 ques.ons? Next reading presenta.on: Friday (R25) Sta.s.cal methods Today HW6 ques.ons? Next reading presenta.on: Friday (R25) Sta.s.cal methods Inferen.al sta.s.cs Inferen.al sta.s.cs: Sta.s.cal tests you apply to quan.ta.ve data to determine the likelihood that the results

More information

AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT

AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT Watcharaporn Sitsawangsopon (#1), Maetawee Juladash (#2), Bunyarit Uyyanonvara (#3) (#) School of ICT, Sirindhorn International Institute

More information

Using CBT techniques to support pa4ents with depression and anxiety

Using CBT techniques to support pa4ents with depression and anxiety Using CBT techniques to support pa4ents with depression and anxiety Andrew Grimmer Counselling Psychologist BABCP Accredited CBT Therapist bristolcbt.email@gmail.com www.bristolcbt.co.uk www.onlinecbtresources.co.uk

More information

Use and Interpreta,on of LD Score Regression. Brendan Bulik- Sullivan PGC Stat Analysis Call

Use and Interpreta,on of LD Score Regression. Brendan Bulik- Sullivan PGC Stat Analysis Call Use and Interpreta,on of LD Score Regression Brendan Bulik- Sullivan bulik@broadins,tute.org PGC Stat Analysis Call Outline of Talk Intui,on, Theory, Results LD Score regression intercept: dis,nguishing

More information

Understanding test accuracy research: a test consequence graphic

Understanding test accuracy research: a test consequence graphic Whiting and Davenport Diagnostic and Prognostic Research (2018) 2:2 DOI 10.1186/s41512-017-0023-0 Diagnostic and Prognostic Research METHODOLOGY Understanding test accuracy research: a test consequence

More information

CHAPTER 5 DECISION TREE APPROACH FOR BONE AGE ASSESSMENT

CHAPTER 5 DECISION TREE APPROACH FOR BONE AGE ASSESSMENT 53 CHAPTER 5 DECISION TREE APPROACH FOR BONE AGE ASSESSMENT The decision tree approach for BAA makes use of the radius and ulna wrist bones to estimate the bone age. From the radius and ulna bones, 11

More information

The recommended method for diagnosing sleep

The recommended method for diagnosing sleep reviews Measuring Agreement Between Diagnostic Devices* W. Ward Flemons, MD; and Michael R. Littner, MD, FCCP There is growing interest in using portable monitoring for investigating patients with suspected

More information

Empirical assessment of univariate and bivariate meta-analyses for comparing the accuracy of diagnostic tests

Empirical assessment of univariate and bivariate meta-analyses for comparing the accuracy of diagnostic tests Empirical assessment of univariate and bivariate meta-analyses for comparing the accuracy of diagnostic tests Yemisi Takwoingi, Richard Riley and Jon Deeks Outline Rationale Methods Findings Summary Motivating

More information

Classification of Smoking Status: The Case of Turkey

Classification of Smoking Status: The Case of Turkey Classification of Smoking Status: The Case of Turkey Zeynep D. U. Durmuşoğlu Department of Industrial Engineering Gaziantep University Gaziantep, Turkey unutmaz@gantep.edu.tr Pınar Kocabey Çiftçi Department

More information

TexRAD CT TEXTURE ANALYSIS: A NOVEL QUANTITATIVE IMAGING BIOMARKER IN ONCOLOGY

TexRAD CT TEXTURE ANALYSIS: A NOVEL QUANTITATIVE IMAGING BIOMARKER IN ONCOLOGY TexRAD CT TEXTURE ANALYSIS: A NOVEL QUANTITATIVE IMAGING BIOMARKER IN ONCOLOGY Quan>ta>ve Imaging Biomarkers Quan&ta&ve imaging is the extrac&on of quan&fiable features from medical images for the assessment

More information

Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods

Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods Ying-Fang Lai 1 and Hsiu-Sen Chiang 2* 1 Department of Industrial Education, National Taiwan Normal University 162, Heping

More information

ROC (Receiver Operating Characteristic) Curve Analysis

ROC (Receiver Operating Characteristic) Curve Analysis ROC (Receiver Operating Characteristic) Curve Analysis Julie Xu 17 th November 2017 Agenda Introduction Definition Accuracy Application Conclusion Reference 2017 All Rights Reserved Confidential for INC

More information

Dr. Ruby Senie is Professor of Clinical Epidemiology and Sociomedical Sciences in the Mailman School of Public Health.

Dr. Ruby Senie is Professor of Clinical Epidemiology and Sociomedical Sciences in the Mailman School of Public Health. Screening Introduction Screening is the examination of asymptomatic people in order to classify them as likely or unlikely to have a particular disease. Epidemiologists study the screening of diseases

More information

Systematic Reviews and meta-analyses of Diagnostic Test Accuracy. Mariska Leeflang

Systematic Reviews and meta-analyses of Diagnostic Test Accuracy. Mariska Leeflang Systematic Reviews and meta-analyses of Diagnostic Test Accuracy Mariska Leeflang m.m.leeflang@amc.uva.nl This presentation 1. Introduction: accuracy? 2. QUADAS-2 exercise 3. Meta-analysis of diagnostic

More information

A parable in four visits. A parable THE ARCHITECTURE OF MEDICAL TEST EVALUATIONS. παραβολή

A parable in four visits. A parable THE ARCHITECTURE OF MEDICAL TEST EVALUATIONS. παραβολή Biomarker & Test Evaluation Program Predisposition Risk Stratification Early Detection Surveillance Disease THE ARCHITECTURE OF MEDICAL TEST EVALUATIONS Diagnosis Monitoring (Disease) Staging Treatment

More information

Process of Science and hypothesis tes2ng in Behavioral Ecology

Process of Science and hypothesis tes2ng in Behavioral Ecology Process of Science and hypothesis tes2ng in Behavioral Ecology Goal: understand the way that scien2fic hypotheses and methodologies are used to gain knowledge. What separates science from non- science?

More information

Adnexal primary or Melanocy+c prolifera+ons in sundamaged metastatic carcinoma?

Adnexal primary or Melanocy+c prolifera+ons in sundamaged metastatic carcinoma? Adnexal primary or Melanocy+c prolifera+ons in sundamaged metastatic carcinoma? skin Jane L. Messina, MD Interna0onal Melanoma Pathology Working Group 4 th annual mee0ng Tampa, Florida November 14, 2011

More information

4.5. How to test - testing strategy HBV Decision-making tables PICO 3

4.5. How to test - testing strategy HBV Decision-making tables PICO 3 World Health Organization Global Hepatitis Programme 4.5. How to test - testing strategy HBV Decision-making tables PICO 3 Testing strategy to diagnose chronic HBV infection through detection of HBsAg:

More information

Mammography Outcomes Audit D U K E E L D R I D G E, M. S. M E D I C A L P H Y S I C I S T

Mammography Outcomes Audit D U K E E L D R I D G E, M. S. M E D I C A L P H Y S I C I S T Mammography Outcomes Audit D U K E E L D R I D G E, M. S. M E D I C A L P H Y S I C I S T Mammography Medical Outcomes Audit An audit is required by MQSA The ultimate QC test Outcomes The Current Law

More information

Acute appendicitis is a common condition and. Elevated serum bilirubin in acute appendicitis: A new diagnostic tool.

Acute appendicitis is a common condition and. Elevated serum bilirubin in acute appendicitis: A new diagnostic tool. Kathmandu University Medical Journal (28), Vol. 6, No. 2, Issue 22, 161-165 Original Article Elevated serum bilirubin in acute appendicitis: A new diagnostic tool Khan S Department of surgery, Nepalgunj

More information

Diagnostic Reasoning: Approach to Clinical Diagnosis Based on Bayes Theorem

Diagnostic Reasoning: Approach to Clinical Diagnosis Based on Bayes Theorem CHAPTER 75 Diagnostic Reasoning: Approach to Clinical Diagnosis Based on Bayes Theorem A. Mohan, K. Srihasam, S.K. Sharma Introduction Doctors caring for patients in their everyday clinical practice are

More information

Ques%oned Document Workflow: Example of Lindbergh Case

Ques%oned Document Workflow: Example of Lindbergh Case Ques%oned Document Workflow: Example of Lindbergh Case Sargur N Srihari Krishnanand Das Gregory Ball University at Buffalo, The State University of New York 1 Overview 1. Workflow of QD Examina%on 2. Role

More information

Biomedical Engineering for Global Health

Biomedical Engineering for Global Health Four Questions Biomedical Engineering for Global Health Lecture Eleven What are the major health problems worldwide? Who pays to solve problems in health care? How can technology solve health care problems?

More information

talks Soma*c SNV and Indel Discovery New in GATK 3.5 MuTect2 beta

talks Soma*c SNV and Indel Discovery New in GATK 3.5 MuTect2 beta talks Soma*c SNV and Indel Discovery New in GTK 3.5 MuTect2 beta Soma*c variant discovery with GTK 1. Cancer background refresher 2. Cross sample contamina*on es*ma*on with ContEst 3. SNV and indel calling

More information

S4. Summary of the GALNS assay validation. Intra-assay variation (within-run precision)

S4. Summary of the GALNS assay validation. Intra-assay variation (within-run precision) S4. Summary of the GALNS assay validation (i.) Intra-assay variation (within-run precision) Intra-assay variation was determined by measuring standard blood samples (low activity standard; medium activity

More information

Supplemental Information

Supplemental Information ARTICLE Supplemental Information This section contains additional detail about alternative scores that were considered for the M-CHAT-R/F (see Supplemental Appendix), as well as additional information

More information

The Simulacrum. What is it, how is it created, how does it work? Michael Eden on behalf of Sally Vernon & Cong Chen NAACCR 21 st June 2017

The Simulacrum. What is it, how is it created, how does it work? Michael Eden on behalf of Sally Vernon & Cong Chen NAACCR 21 st June 2017 The Simulacrum What is it, how is it created, how does it work? Michael Eden on behalf of Sally Vernon & Cong Chen NAACCR 21 st June 2017 sally.vernon@phe.gov.uk & cong.chen@phe.gov.uk 1 Overview What

More information

Bias and confounding. Mads Kamper-Jørgensen, associate professor, Section of Social Medicine

Bias and confounding. Mads Kamper-Jørgensen, associate professor, Section of Social Medicine Bias and confounding Mads Kamper-Jørgensen, associate professor, maka@sund.ku.dk PhD-course in Epidemiology l 7 February 2017 l Slide number 1 The world according to an epidemiologist Exposure Outcome

More information

Experimental Methods. Anna Fahlgren, Phd Associate professor in Experimental Orthopaedics

Experimental Methods. Anna Fahlgren, Phd Associate professor in Experimental Orthopaedics Experimental Methods Anna Fahlgren, Phd Associate professor in Experimental Orthopaedics What is experimental Methods? Experimental Methdology Experimental Methdology The Formal Hypothesis The precise

More information

A graphic approach to the evaluation of the performance of diagnostic tests using the software.

A graphic approach to the evaluation of the performance of diagnostic tests using the software. ~ ~~ ~~C"~C~"C~. ~c~~~ A graphic approach to the evaluation of the performance of diagnostic tests using the SAS@ software. Renza Cristofani Edoardo Bracci Marco Ferdeghini CNR - Institute of Clinical

More information

Lecture 14 Screening tests and result interpretation

Lecture 14 Screening tests and result interpretation Faculty of Medicine Epidemiology and Biostatistics الوبائيات واإلحصاء الحيوي (31505204) Lecture 14 Screening tests and result interpretation By Hatim Jaber MD MPH JBCM PhD 12-7-2017 1 1. Basic epidemiological

More information

CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL

CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL 127 CHAPTER 6 HUMAN BEHAVIOR UNDERSTANDING MODEL 6.1 INTRODUCTION Analyzing the human behavior in video sequences is an active field of research for the past few years. The vital applications of this field

More information

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R Indian Journal of Science and Technology, Vol 9(47), DOI: 10.17485/ijst/2016/v9i47/106496, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Diabetic Dataset and Developing Prediction

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Baseline peripheral prolactin levels were normal in all occult and EAS patients. Four

Baseline peripheral prolactin levels were normal in all occult and EAS patients. Four 1 Supplemental Data 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 Prolactin levels at baseline and post-crh stimulation peripheral prolactin levels were normal in all occult and EAS patients.

More information

Review. Imagine the following table being obtained as a random. Decision Test Diseased Not Diseased Positive TP FP Negative FN TN

Review. Imagine the following table being obtained as a random. Decision Test Diseased Not Diseased Positive TP FP Negative FN TN Outline 1. Review sensitivity and specificity 2. Define an ROC curve 3. Define AUC 4. Non-parametric tests for whether or not the test is informative 5. Introduce the binormal ROC model 6. Discuss non-parametric

More information