SlideShare una empresa de Scribd logo
1 de 26
Descargar para leer sin conexión
Semantically Enabling
Genetic Medicine
Facilitating Patient - Guideline Matching
and Pharmacogenetic Clinical Decision
Support
Matthias Samwald
Medical University of Vienna & Vienna University of Technology
W3C Semantic Web for Healthcare and Life Science Interest Group
Drug efficacy and toxicity can vary drastically between
patients with different genetic profiles
The drug warfarin is a popular example of clinical
pharmacogenomics
Such pharmacogenomic information is
becoming available for many other drugs
OWL 2 for pharmacogenomic knowledge
representation and clinical decision support
Allele definitions in the Human Cytochrome
P450 Allele Nomenclature Database
Allele definitions in PharmGKB
1 Class: 'human with CYP2C9 *3'
2 EquivalentTo:
3 has some rs1057910_C
4 SubClassOf:
5 has some 'CYP2C9 *3',
6 (has some rs1057910_C) and
7 (has some rs1057911_A) and
8 (has some rs1799853_C) and
9 (has some rs2256871_A) and
10 (has some rs28371685_C) and
11 (has some rs72558188_AGAAATGGAA) and
12 (has some rs72558189_G) and
13 (has some rs9332239_C)
...
Allele definitions in OWL 2
1 Class: 'human with CYP2C9 *18'
2 EquivalentTo:
3 (has some rs1057910_C) and
4 (has some rs1057911_T) and
5 (has some rs72558193_C)
6 SubClassOf:
7 has some 'CYP2C9 *18',
8 (has some rs1057910_C) and
9 (has some rs1057911_T) and
10 (has some rs1799853_C) and
11 (has some rs2256871_A) and
12 (has some rs28371685_C) and
13 (has some rs28371686_C) and
14 (has some rs56165452_T) and
15 (has some rs57505750_C) and
16 (has some rs67807361_C) and
...
Allele definitions in OWL 2
Dosing guideline from an FDA drug label
Dosing guideline from an FDA drug label
1 Class: 'human triggering CDS rule 9'
2 Annotations:
3 CDS_message "0.5-2 mg warfarin per day should be considered
4 as a starting dose range for a patient with this genotype
5 According to the warfarin drug label."
6 EquivalentTo:
7 (has some 'CYP2C9 *1') and
8 (has some 'CYP2C9 *3') and
9 (has exactly 2 rs9923231_T)
(of course, entities in the ontology are mapped to
other Semantic Web resources such as Bio2RDF)
Definitions can become quite complex –
OWL reasoning helps identify inconsistencies and lacking definitions
Describing an individual patient in OWL
1 Individual: example_patient
2 Types:
3 human,
4 (has some rs1208_A) and (has some rs1208_G),
5 (has some rs8192709_C) and (has some rs8192709_T),
6 (has some rs9934438_A) and (has some rs9934438_G),
7 has exactly 2 rs10264272_C,
8 has exactly 2 rs9923231_T,
9 has exactly 2 rs12720461_C,
10 (has some ‘CYP2C9 *1’) and (has some ‘CYP2C9 *3’),
11 has exactly 2 ‘CYP2C19 *1’,
12 (has exactly 3 CYP2D6) and (has exactly 2 ‘CYP2D6 *1’)
13 and (has exactly 1 ‘CYP2D6 *2’)
...
heterozygous
SNP variants
homozygous
SNP variants
allelic variants
and CNV
Describing an individual patient in OWL
1 Individual: example_patient
2 Types:
3 human,
4 (has some rs1208_A) and (has some rs1208_G),
5 (has some rs8192709_C) and (has some rs8192709_T),
6 (has some rs9934438_A) and (has some rs9934438_G),
7 has exactly 2 rs10264272_C,
8 has exactly 2 rs9923231_T,
9 has exactly 2 rs12720461_C,
10 (has some ‘CYP2C9 *1’) and (has some ‘CYP2C9 *3’),
11 has exactly 2 ‘CYP2C19 *1’,
12 (has exactly 3 CYP2D6) and (has exactly 2 CYP2D6_star_1)
13 and (has exactly 1 CYP2D6_star_2)
...
heterozygous
SNP variants
homozygous
SNP variants
allelic variants
"0.5 - 2 mg warfarin per day
should be considered as a
starting dose range for a patient
with this genotype according to
the warfarin drug label."
OWL Reasoner
OWL 2 DL reasoning needs to be fast!!
TrOWL is massively more performant than the HermiT reasoner in
classifying our demo ontology
HermiT TrOWL
Genomic CDS light
(2150 classes, 9500 axioms)
3 hours 48 minutes 18 seconds
Genomic CDS
(2300 classes, 11000 axioms)
did not terminate within
6 hours
54 seconds
Ontologies have ALCQ expressivity.
http://www.genomic-cds.org/
http://trowl.eu/ (Pan et al.)
http://hermit-reasoner.com/ (Horrocks, Motik et al.)
How can we put this into the hands of doctors and
patients?
A prototype based on 2D barcodes
Making pharmacogenomics easier to understand for doctors and patients
Making core set of pharmacogenomic data available for every patient
Making pharmacogenomic decision support available to every doctor
Providing pharmaceutical manufacturers with a basic set of markers for
patient stratification that can be made cheaply available for large patient
populations through prospective genotyping
Curated set of 380+ markers, 50+ pharmacogenes and rule system:
The Medicine Safety Code prototype
(data on 385 pharmacogenetic markers are encoded in there)
A Medicine Safety Code can be represented as a QR code
Modern mobile devices can successfully decode very compact
Medicine Safety Codes
The MSC provides a simple, barrier-free system for storing and
interpreting personal pharmacogenomic information
(of course, the data from an MSC could also be embedded in an EHR where available)
Clinical decision support messages can be
viewed quickly
Within 15 seconds in best-case scenarios
See recent JAMIA paper for more information
Upcoming version will be backed by the ontology and
reasoning system I showed you before
Conclusions
Still at an early stage
(Semantic) Web technologies used for entire contiuum from basic knowledge
representation up to deployment in clinical routine
OWL 2 ontologies and reasoning could help to make pharmacogenomic
knowledge more transparent and error-free
OWL 2 could be established as a shared standard for representing
(pharmaco-)genetic knowledge??
Future work
Partnership with clinics, pharmaceutical companies, genetic testing
providers, payers
Create optimized reasoner for the specific OWL 2 fragment needed for
genomics? (ALCQ with arbitrary cardinalities)
Thanks
W3C collaborators:
Michel Dumontier (Carleton University)
Robert R. Freimuth (Mayo Clinic)
Richard Boyce (University of Pittsburgh)
Robert L. Powers (Predictive Medicine, Inc.)
Joanne S. Luciano (Rensselaer Polytechnic Institute)
Eric Prud’hommeaux (W3C)
M. Scott Marshall (MAASTRO Clinic)
Simon Lin (Marhsfield Clinic)
and others

Más contenido relacionado

La actualidad más candente

Comparison of LUMPY vs. DELLY for structural variant detection
Comparison of LUMPY vs. DELLY for structural variant detectionComparison of LUMPY vs. DELLY for structural variant detection
Comparison of LUMPY vs. DELLY for structural variant detectionRonak Shah
 
Axiom® Genome-Wide AFR 1 Array World Array 3
Axiom®  Genome-Wide AFR 1 Array World Array 3Axiom®  Genome-Wide AFR 1 Array World Array 3
Axiom® Genome-Wide AFR 1 Array World Array 3Affymetrix
 
Detecting clinically actionable somatic structural aberrations from targeted ...
Detecting clinically actionable somatic structural aberrations from targeted ...Detecting clinically actionable somatic structural aberrations from targeted ...
Detecting clinically actionable somatic structural aberrations from targeted ...Ronak Shah
 
Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...
Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...
Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...Reid Robison
 
Using and combining the different tools for predicting the pathogenicity of s...
Using and combining the different tools for predicting the pathogenicity of s...Using and combining the different tools for predicting the pathogenicity of s...
Using and combining the different tools for predicting the pathogenicity of s...Vall d'Hebron Institute of Research (VHIR)
 
Validation of shoot fly resistance introgression lines using SNP markers in S...
Validation of shoot fly resistance introgression lines using SNP markers in S...Validation of shoot fly resistance introgression lines using SNP markers in S...
Validation of shoot fly resistance introgression lines using SNP markers in S...ICRISAT
 
Best practices for genotyping analysis of plant and animal genomes with Affym...
Best practices for genotyping analysis of plant and animal genomes with Affym...Best practices for genotyping analysis of plant and animal genomes with Affym...
Best practices for genotyping analysis of plant and animal genomes with Affym...Affymetrix
 
Variant calling and how to prioritize somatic mutations and inheritated varia...
Variant calling and how to prioritize somatic mutations and inheritated varia...Variant calling and how to prioritize somatic mutations and inheritated varia...
Variant calling and how to prioritize somatic mutations and inheritated varia...Vall d'Hebron Institute of Research (VHIR)
 
High-throughput proteomics: from understanding data to predicting them
High-throughput proteomics: from understanding data to predicting themHigh-throughput proteomics: from understanding data to predicting them
High-throughput proteomics: from understanding data to predicting themMaté Ongenaert
 
Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...
Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...
Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...Georgia Bardi
 
zandona14nipsA0
zandona14nipsA0zandona14nipsA0
zandona14nipsA0Pia Sen
 
human_mutation_article
human_mutation_articlehuman_mutation_article
human_mutation_articleNeha Gupta
 
RNA-based screening in drug discovery – introducing sgRNA technologies
RNA-based screening in drug discovery – introducing sgRNA technologiesRNA-based screening in drug discovery – introducing sgRNA technologies
RNA-based screening in drug discovery – introducing sgRNA technologiesCandy Smellie
 
What's In a Genotype?: An Ontological Characterization for the Integration of...
What's In a Genotype?: An Ontological Characterization for the Integration of...What's In a Genotype?: An Ontological Characterization for the Integration of...
What's In a Genotype?: An Ontological Characterization for the Integration of...mhb120
 
Axiom® Genome-Wide CHB 1 & CHB 2 Array Plate Set
Axiom® Genome-Wide CHB 1 & CHB 2 Array Plate SetAxiom® Genome-Wide CHB 1 & CHB 2 Array Plate Set
Axiom® Genome-Wide CHB 1 & CHB 2 Array Plate SetAffymetrix
 
Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq Affymetrix
 
Resazurin Cell Viability Assay
Resazurin Cell Viability AssayResazurin Cell Viability Assay
Resazurin Cell Viability Assaycreativebioarray22
 
Invicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dnaInvicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dnaINVICTA GENETICS
 

La actualidad más candente (20)

Comparison of LUMPY vs. DELLY for structural variant detection
Comparison of LUMPY vs. DELLY for structural variant detectionComparison of LUMPY vs. DELLY for structural variant detection
Comparison of LUMPY vs. DELLY for structural variant detection
 
Axiom® Genome-Wide AFR 1 Array World Array 3
Axiom®  Genome-Wide AFR 1 Array World Array 3Axiom®  Genome-Wide AFR 1 Array World Array 3
Axiom® Genome-Wide AFR 1 Array World Array 3
 
Detecting clinically actionable somatic structural aberrations from targeted ...
Detecting clinically actionable somatic structural aberrations from targeted ...Detecting clinically actionable somatic structural aberrations from targeted ...
Detecting clinically actionable somatic structural aberrations from targeted ...
 
Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...
Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...
Towards Precision Medicine: Tute Genomics, a cloud-based application for anal...
 
Using and combining the different tools for predicting the pathogenicity of s...
Using and combining the different tools for predicting the pathogenicity of s...Using and combining the different tools for predicting the pathogenicity of s...
Using and combining the different tools for predicting the pathogenicity of s...
 
Validation of shoot fly resistance introgression lines using SNP markers in S...
Validation of shoot fly resistance introgression lines using SNP markers in S...Validation of shoot fly resistance introgression lines using SNP markers in S...
Validation of shoot fly resistance introgression lines using SNP markers in S...
 
Best practices for genotyping analysis of plant and animal genomes with Affym...
Best practices for genotyping analysis of plant and animal genomes with Affym...Best practices for genotyping analysis of plant and animal genomes with Affym...
Best practices for genotyping analysis of plant and animal genomes with Affym...
 
Variant calling and how to prioritize somatic mutations and inheritated varia...
Variant calling and how to prioritize somatic mutations and inheritated varia...Variant calling and how to prioritize somatic mutations and inheritated varia...
Variant calling and how to prioritize somatic mutations and inheritated varia...
 
High-throughput proteomics: from understanding data to predicting them
High-throughput proteomics: from understanding data to predicting themHigh-throughput proteomics: from understanding data to predicting them
High-throughput proteomics: from understanding data to predicting them
 
integration_Aug2015
integration_Aug2015integration_Aug2015
integration_Aug2015
 
Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...
Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...
Karyotypic complexity and multiclonality: Two cytogenetic parameters to be co...
 
zandona14nipsA0
zandona14nipsA0zandona14nipsA0
zandona14nipsA0
 
human_mutation_article
human_mutation_articlehuman_mutation_article
human_mutation_article
 
RNA-based screening in drug discovery – introducing sgRNA technologies
RNA-based screening in drug discovery – introducing sgRNA technologiesRNA-based screening in drug discovery – introducing sgRNA technologies
RNA-based screening in drug discovery – introducing sgRNA technologies
 
What's In a Genotype?: An Ontological Characterization for the Integration of...
What's In a Genotype?: An Ontological Characterization for the Integration of...What's In a Genotype?: An Ontological Characterization for the Integration of...
What's In a Genotype?: An Ontological Characterization for the Integration of...
 
Axiom® Genome-Wide CHB 1 & CHB 2 Array Plate Set
Axiom® Genome-Wide CHB 1 & CHB 2 Array Plate SetAxiom® Genome-Wide CHB 1 & CHB 2 Array Plate Set
Axiom® Genome-Wide CHB 1 & CHB 2 Array Plate Set
 
Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq
 
Ngs pgd
Ngs pgdNgs pgd
Ngs pgd
 
Resazurin Cell Viability Assay
Resazurin Cell Viability AssayResazurin Cell Viability Assay
Resazurin Cell Viability Assay
 
Invicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dnaInvicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dna
 

Similar a Samwald cshals2013

Predicting Drug Candidates Safety : the Role and Usage of Knowledge Bases
Predicting Drug Candidates Safety : the Role and Usage of Knowledge BasesPredicting Drug Candidates Safety : the Role and Usage of Knowledge Bases
Predicting Drug Candidates Safety : the Role and Usage of Knowledge BasesAureus Sciences
 
SNOMED CT concept model for molecular pathology_final.pptx
SNOMED CT concept model for molecular pathology_final.pptxSNOMED CT concept model for molecular pathology_final.pptx
SNOMED CT concept model for molecular pathology_final.pptxHariHaran685388
 
2015 bioinformatics personal_genomics_wim_vancriekinge
2015 bioinformatics personal_genomics_wim_vancriekinge2015 bioinformatics personal_genomics_wim_vancriekinge
2015 bioinformatics personal_genomics_wim_vancriekingeProf. Wim Van Criekinge
 
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...Nick Brown
 
2010StanfordE25 Michele dragoescu e25 project
2010StanfordE25 Michele dragoescu e25 project2010StanfordE25 Michele dragoescu e25 project
2010StanfordE25 Michele dragoescu e25 projectmdragoescu
 
Bioinformatics in the Clinical Pipeline: Contribution in Genomic Medicine
Bioinformatics in the Clinical Pipeline: Contribution in Genomic MedicineBioinformatics in the Clinical Pipeline: Contribution in Genomic Medicine
Bioinformatics in the Clinical Pipeline: Contribution in Genomic Medicineiosrjce
 
Investor Call
Investor CallInvestor Call
Investor Callmerckir
 
Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...
Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...
Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...Daniel A. Perez, BS, CCRP (he/him/his)
 
Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)
Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)
Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)Andrew Su
 
The Monarch Initiative: From Model Organism to Precision Medicine
The Monarch Initiative: From Model Organism to Precision MedicineThe Monarch Initiative: From Model Organism to Precision Medicine
The Monarch Initiative: From Model Organism to Precision Medicinemhaendel
 
Meaningful (meta)data at scale: removing barriers to precision medicine research
Meaningful (meta)data at scale: removing barriers to precision medicine researchMeaningful (meta)data at scale: removing barriers to precision medicine research
Meaningful (meta)data at scale: removing barriers to precision medicine researchNolan Nichols
 
John Boikov Personalised Medicine Essay, Mark - 95 out of 100
John Boikov Personalised Medicine Essay, Mark - 95 out of 100John Boikov Personalised Medicine Essay, Mark - 95 out of 100
John Boikov Personalised Medicine Essay, Mark - 95 out of 100John Boikov
 
Nature medicine 09 03 2014
Nature medicine 09 03 2014Nature medicine 09 03 2014
Nature medicine 09 03 2014Davide Borsani
 
Plasma phospholipids identify antecedent memory impairment in older adults
Plasma phospholipids identify antecedent memory impairment in older adultsPlasma phospholipids identify antecedent memory impairment in older adults
Plasma phospholipids identify antecedent memory impairment in older adultsJosé Luis Moreno Garvayo
 
fhir and loinc
fhir and loincfhir and loinc
fhir and loincDevDays
 
EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...
EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...
EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...Servio Fernando Lima Reina
 
Computer aided drug designing (CADD)
Computer aided drug designing (CADD)Computer aided drug designing (CADD)
Computer aided drug designing (CADD)Aakshay Subramaniam
 
From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...
From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...
From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...Neo4j
 

Similar a Samwald cshals2013 (20)

Predicting Drug Candidates Safety : the Role and Usage of Knowledge Bases
Predicting Drug Candidates Safety : the Role and Usage of Knowledge BasesPredicting Drug Candidates Safety : the Role and Usage of Knowledge Bases
Predicting Drug Candidates Safety : the Role and Usage of Knowledge Bases
 
SNOMED CT concept model for molecular pathology_final.pptx
SNOMED CT concept model for molecular pathology_final.pptxSNOMED CT concept model for molecular pathology_final.pptx
SNOMED CT concept model for molecular pathology_final.pptx
 
2015 bioinformatics personal_genomics_wim_vancriekinge
2015 bioinformatics personal_genomics_wim_vancriekinge2015 bioinformatics personal_genomics_wim_vancriekinge
2015 bioinformatics personal_genomics_wim_vancriekinge
 
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
 
Samwald ore 2014
Samwald   ore 2014Samwald   ore 2014
Samwald ore 2014
 
P53 poster
P53 posterP53 poster
P53 poster
 
2010StanfordE25 Michele dragoescu e25 project
2010StanfordE25 Michele dragoescu e25 project2010StanfordE25 Michele dragoescu e25 project
2010StanfordE25 Michele dragoescu e25 project
 
Bioinformatics in the Clinical Pipeline: Contribution in Genomic Medicine
Bioinformatics in the Clinical Pipeline: Contribution in Genomic MedicineBioinformatics in the Clinical Pipeline: Contribution in Genomic Medicine
Bioinformatics in the Clinical Pipeline: Contribution in Genomic Medicine
 
Investor Call
Investor CallInvestor Call
Investor Call
 
Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...
Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...
Sudden Death and The Genome: Utilizing Genomic Surveying Tools to Improve Sud...
 
Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)
Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)
Microtask crowdsourcing for annotating diseases in PubMed abstracts (ASHG 2014)
 
The Monarch Initiative: From Model Organism to Precision Medicine
The Monarch Initiative: From Model Organism to Precision MedicineThe Monarch Initiative: From Model Organism to Precision Medicine
The Monarch Initiative: From Model Organism to Precision Medicine
 
Meaningful (meta)data at scale: removing barriers to precision medicine research
Meaningful (meta)data at scale: removing barriers to precision medicine researchMeaningful (meta)data at scale: removing barriers to precision medicine research
Meaningful (meta)data at scale: removing barriers to precision medicine research
 
John Boikov Personalised Medicine Essay, Mark - 95 out of 100
John Boikov Personalised Medicine Essay, Mark - 95 out of 100John Boikov Personalised Medicine Essay, Mark - 95 out of 100
John Boikov Personalised Medicine Essay, Mark - 95 out of 100
 
Nature medicine 09 03 2014
Nature medicine 09 03 2014Nature medicine 09 03 2014
Nature medicine 09 03 2014
 
Plasma phospholipids identify antecedent memory impairment in older adults
Plasma phospholipids identify antecedent memory impairment in older adultsPlasma phospholipids identify antecedent memory impairment in older adults
Plasma phospholipids identify antecedent memory impairment in older adults
 
fhir and loinc
fhir and loincfhir and loinc
fhir and loinc
 
EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...
EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...
EUSFLAT 2019: explainable neuro fuzzy recurrent neural network to predict col...
 
Computer aided drug designing (CADD)
Computer aided drug designing (CADD)Computer aided drug designing (CADD)
Computer aided drug designing (CADD)
 
From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...
From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...
From Advanced Queries to Algorithms and Graph-Based ML: Tackling Diabetes wit...
 

Más de Matthias Samwald

Towards Transformative Artificial Intelligence in Life Science and Health Care
Towards Transformative Artificial Intelligence in Life Science and Health CareTowards Transformative Artificial Intelligence in Life Science and Health Care
Towards Transformative Artificial Intelligence in Life Science and Health CareMatthias Samwald
 
Bridging theory and practice: Clinical decision support systems for personali...
Bridging theory and practice: Clinical decision support systems for personali...Bridging theory and practice: Clinical decision support systems for personali...
Bridging theory and practice: Clinical decision support systems for personali...Matthias Samwald
 
CRISPR as a potential tool for malaria eradication
CRISPR as a potential tool for malaria eradicationCRISPR as a potential tool for malaria eradication
CRISPR as a potential tool for malaria eradicationMatthias Samwald
 
VO Taxonomie und Ontologie (SS 2016)
VO Taxonomie und Ontologie (SS 2016)VO Taxonomie und Ontologie (SS 2016)
VO Taxonomie und Ontologie (SS 2016)Matthias Samwald
 
The FindMeEvidence project: An open-source, mobile-friendly search engine for...
The FindMeEvidence project: An open-source, mobile-friendly search engine for...The FindMeEvidence project: An open-source, mobile-friendly search engine for...
The FindMeEvidence project: An open-source, mobile-friendly search engine for...Matthias Samwald
 
The Medication Safety Code initiative: Towards a global IT system for persona...
The Medication Safety Code initiative: Towards a global IT system for persona...The Medication Safety Code initiative: Towards a global IT system for persona...
The Medication Safety Code initiative: Towards a global IT system for persona...Matthias Samwald
 
Hcls call september 2013 clinical pharmacogenomics
Hcls call september 2013   clinical pharmacogenomicsHcls call september 2013   clinical pharmacogenomics
Hcls call september 2013 clinical pharmacogenomicsMatthias Samwald
 
Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...
Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...
Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...Matthias Samwald
 

Más de Matthias Samwald (9)

Towards Transformative Artificial Intelligence in Life Science and Health Care
Towards Transformative Artificial Intelligence in Life Science and Health CareTowards Transformative Artificial Intelligence in Life Science and Health Care
Towards Transformative Artificial Intelligence in Life Science and Health Care
 
Bridging theory and practice: Clinical decision support systems for personali...
Bridging theory and practice: Clinical decision support systems for personali...Bridging theory and practice: Clinical decision support systems for personali...
Bridging theory and practice: Clinical decision support systems for personali...
 
CRISPR as a potential tool for malaria eradication
CRISPR as a potential tool for malaria eradicationCRISPR as a potential tool for malaria eradication
CRISPR as a potential tool for malaria eradication
 
VO Taxonomie und Ontologie (SS 2016)
VO Taxonomie und Ontologie (SS 2016)VO Taxonomie und Ontologie (SS 2016)
VO Taxonomie und Ontologie (SS 2016)
 
6 Worlds Collide
6 Worlds Collide6 Worlds Collide
6 Worlds Collide
 
The FindMeEvidence project: An open-source, mobile-friendly search engine for...
The FindMeEvidence project: An open-source, mobile-friendly search engine for...The FindMeEvidence project: An open-source, mobile-friendly search engine for...
The FindMeEvidence project: An open-source, mobile-friendly search engine for...
 
The Medication Safety Code initiative: Towards a global IT system for persona...
The Medication Safety Code initiative: Towards a global IT system for persona...The Medication Safety Code initiative: Towards a global IT system for persona...
The Medication Safety Code initiative: Towards a global IT system for persona...
 
Hcls call september 2013 clinical pharmacogenomics
Hcls call september 2013   clinical pharmacogenomicsHcls call september 2013   clinical pharmacogenomics
Hcls call september 2013 clinical pharmacogenomics
 
Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...
Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...
Genomic CDS: an example of a complex ontology for pharmacogenetics and clinic...
 

Samwald cshals2013

  • 1. Semantically Enabling Genetic Medicine Facilitating Patient - Guideline Matching and Pharmacogenetic Clinical Decision Support Matthias Samwald Medical University of Vienna & Vienna University of Technology W3C Semantic Web for Healthcare and Life Science Interest Group
  • 2. Drug efficacy and toxicity can vary drastically between patients with different genetic profiles
  • 3. The drug warfarin is a popular example of clinical pharmacogenomics
  • 4. Such pharmacogenomic information is becoming available for many other drugs
  • 5. OWL 2 for pharmacogenomic knowledge representation and clinical decision support
  • 6.
  • 7. Allele definitions in the Human Cytochrome P450 Allele Nomenclature Database
  • 9. 1 Class: 'human with CYP2C9 *3' 2 EquivalentTo: 3 has some rs1057910_C 4 SubClassOf: 5 has some 'CYP2C9 *3', 6 (has some rs1057910_C) and 7 (has some rs1057911_A) and 8 (has some rs1799853_C) and 9 (has some rs2256871_A) and 10 (has some rs28371685_C) and 11 (has some rs72558188_AGAAATGGAA) and 12 (has some rs72558189_G) and 13 (has some rs9332239_C) ... Allele definitions in OWL 2
  • 10. 1 Class: 'human with CYP2C9 *18' 2 EquivalentTo: 3 (has some rs1057910_C) and 4 (has some rs1057911_T) and 5 (has some rs72558193_C) 6 SubClassOf: 7 has some 'CYP2C9 *18', 8 (has some rs1057910_C) and 9 (has some rs1057911_T) and 10 (has some rs1799853_C) and 11 (has some rs2256871_A) and 12 (has some rs28371685_C) and 13 (has some rs28371686_C) and 14 (has some rs56165452_T) and 15 (has some rs57505750_C) and 16 (has some rs67807361_C) and ... Allele definitions in OWL 2
  • 11. Dosing guideline from an FDA drug label
  • 12. Dosing guideline from an FDA drug label 1 Class: 'human triggering CDS rule 9' 2 Annotations: 3 CDS_message "0.5-2 mg warfarin per day should be considered 4 as a starting dose range for a patient with this genotype 5 According to the warfarin drug label." 6 EquivalentTo: 7 (has some 'CYP2C9 *1') and 8 (has some 'CYP2C9 *3') and 9 (has exactly 2 rs9923231_T) (of course, entities in the ontology are mapped to other Semantic Web resources such as Bio2RDF)
  • 13. Definitions can become quite complex – OWL reasoning helps identify inconsistencies and lacking definitions
  • 14. Describing an individual patient in OWL 1 Individual: example_patient 2 Types: 3 human, 4 (has some rs1208_A) and (has some rs1208_G), 5 (has some rs8192709_C) and (has some rs8192709_T), 6 (has some rs9934438_A) and (has some rs9934438_G), 7 has exactly 2 rs10264272_C, 8 has exactly 2 rs9923231_T, 9 has exactly 2 rs12720461_C, 10 (has some ‘CYP2C9 *1’) and (has some ‘CYP2C9 *3’), 11 has exactly 2 ‘CYP2C19 *1’, 12 (has exactly 3 CYP2D6) and (has exactly 2 ‘CYP2D6 *1’) 13 and (has exactly 1 ‘CYP2D6 *2’) ... heterozygous SNP variants homozygous SNP variants allelic variants and CNV
  • 15. Describing an individual patient in OWL 1 Individual: example_patient 2 Types: 3 human, 4 (has some rs1208_A) and (has some rs1208_G), 5 (has some rs8192709_C) and (has some rs8192709_T), 6 (has some rs9934438_A) and (has some rs9934438_G), 7 has exactly 2 rs10264272_C, 8 has exactly 2 rs9923231_T, 9 has exactly 2 rs12720461_C, 10 (has some ‘CYP2C9 *1’) and (has some ‘CYP2C9 *3’), 11 has exactly 2 ‘CYP2C19 *1’, 12 (has exactly 3 CYP2D6) and (has exactly 2 CYP2D6_star_1) 13 and (has exactly 1 CYP2D6_star_2) ... heterozygous SNP variants homozygous SNP variants allelic variants "0.5 - 2 mg warfarin per day should be considered as a starting dose range for a patient with this genotype according to the warfarin drug label." OWL Reasoner
  • 16. OWL 2 DL reasoning needs to be fast!!
  • 17. TrOWL is massively more performant than the HermiT reasoner in classifying our demo ontology HermiT TrOWL Genomic CDS light (2150 classes, 9500 axioms) 3 hours 48 minutes 18 seconds Genomic CDS (2300 classes, 11000 axioms) did not terminate within 6 hours 54 seconds Ontologies have ALCQ expressivity. http://www.genomic-cds.org/ http://trowl.eu/ (Pan et al.) http://hermit-reasoner.com/ (Horrocks, Motik et al.)
  • 18. How can we put this into the hands of doctors and patients? A prototype based on 2D barcodes
  • 19. Making pharmacogenomics easier to understand for doctors and patients Making core set of pharmacogenomic data available for every patient Making pharmacogenomic decision support available to every doctor Providing pharmaceutical manufacturers with a basic set of markers for patient stratification that can be made cheaply available for large patient populations through prospective genotyping Curated set of 380+ markers, 50+ pharmacogenes and rule system: The Medicine Safety Code prototype
  • 20. (data on 385 pharmacogenetic markers are encoded in there) A Medicine Safety Code can be represented as a QR code
  • 21. Modern mobile devices can successfully decode very compact Medicine Safety Codes
  • 22. The MSC provides a simple, barrier-free system for storing and interpreting personal pharmacogenomic information (of course, the data from an MSC could also be embedded in an EHR where available)
  • 23. Clinical decision support messages can be viewed quickly Within 15 seconds in best-case scenarios See recent JAMIA paper for more information Upcoming version will be backed by the ontology and reasoning system I showed you before
  • 24. Conclusions Still at an early stage (Semantic) Web technologies used for entire contiuum from basic knowledge representation up to deployment in clinical routine OWL 2 ontologies and reasoning could help to make pharmacogenomic knowledge more transparent and error-free OWL 2 could be established as a shared standard for representing (pharmaco-)genetic knowledge??
  • 25. Future work Partnership with clinics, pharmaceutical companies, genetic testing providers, payers Create optimized reasoner for the specific OWL 2 fragment needed for genomics? (ALCQ with arbitrary cardinalities)
  • 26. Thanks W3C collaborators: Michel Dumontier (Carleton University) Robert R. Freimuth (Mayo Clinic) Richard Boyce (University of Pittsburgh) Robert L. Powers (Predictive Medicine, Inc.) Joanne S. Luciano (Rensselaer Polytechnic Institute) Eric Prud’hommeaux (W3C) M. Scott Marshall (MAASTRO Clinic) Simon Lin (Marhsfield Clinic) and others