SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
Genomic CDS
An RDF/OWL Knowledge Base for Query
Answering and Decision Support in Clinical
Pharmacogenetics
Matthias Samwald
Medical University of Vienna
W3C Semantic Web for Healthcare and Life Science Interest Group
Drug efficacy and toxicity can vary drastically between
patients with different genetic profiles
Significant cause of morbidity and mortality!
One reason why many promising therapeutics in development fail to reach patients!
Pharmacogenetic assays and treatment algorithms
are becoming more and more numerous
Pharmacogenetic assays and treatment algorithms
are becoming more and more numerous
Pharmacogenetic assays and treatment algorithms
are becoming more and more numerous
Sequencing-based:
PGRNseq
…
Microarray-based:
23andMe
Affymetrix DMET chip
Florida/Stanford chip
…
We are creating an ontology-based (OWL 2 DL)
framework for representing pharmacogenetic
knowledge and providing pharmacogentic
clinical decision support
Small variations are scattered throughout genome,
usually there are two copies of each gene
One copy from the mother:
One copy from the father:
…
…
Alleles / haplotypes (specific variants of genes) can be
defined through logical axioms
Logical axioms can be used to infer alleles from
partial, ambiguous test results
A) Allele definitions, B) simple case, C) ambiguous case requiring haplotype resolution
Of course, some of the genes in the ontology are far
larger than that
This is how it actually looks in the ontology
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)
...
This is how it actually looks in the ontology
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
...
Experimental extension for haplotype resolution
for ambiguous test results
Class: 'human with GENE1*3'
SubClassOf: human
EquivalentTo:
(has some (rs1_T that (taken_by some GENE1*3))) and
(has some (rs2_G that (taken_by some GENE1*3))),
has some GENE1*3
SubClassOf:
has some (rs3_A that (taken_by some GENE1*3)
Class: polymorphism
SubClassOf:
'taken by' exactly 1 allele
Class: GENE1
EquivalentTo:
GENE1_star_1 or GENE1_star_2 or GENE1_star_3 or
GENE1_star_4 or GENE1_star_5
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)
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 copy num-
ber variations
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 copy num-
ber variations
"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
We are running our OWL 2 reasoner over
hundreds of publicly available human genomes
to analyse how pharmacogenetic decisions
support would influence treatment in
patient populations.
A virtual patient cohort
OWL 2 DL reasoning needs to be fast!!
TrOWL is significantly more performant than other
openly available reasoners for our demo ontology
• TrOWL 1.1: 5,8 s
• HermiT 1.3.8: did not terminate within 1 h
• Fact++: did not terminate within 1 h
• Pellet: did not terminate within 1 h
• JFact: did not terminate within 1 h
• MORe JFact 0.1.5: did not terminate within 1 h
• MORe Hermit 0.1.5: did not terminate within 1 h
Demo ontology has ALCQ expressivity and approx. 2300 classes, 11000 axioms.
The demo ontology also includes the genetic profile of a single patient.
Tested with reasoner plugins in Protégé 4.3, Running on an Amazon EC2 “High-Memory Extra
Large Instance” virtual machine, Microsoft Windows Server 2008, 17.1 GB of memory, 64-bit
platform, two virtual cores with 3.25 EC2 compute units each
We are creating a barrier-free system for storing and
interpreting personal pharmacogenetic information
(based on 2D barcodes and web-based decision support)
We are creating a barrier-free system for storing and
interpreting personal pharmacogenetic information
(based on 2D barcodes and web-based decision support)
Next steps
• Integrating with HL7 standards for clinical genomics and
decision support (OpenCDS?)
• Forming collaborations with stakeholders from
o clinical practice (early adopters of prospective
pharmacogenetic testing)
o pharmaceutical companies
o health insurance providers
o genetic testing service providers
• Testing in realistic clinical settings
Take-home messages
• Genomic CDS ontology + Medicine Safety Code system
provide a comprehensive solution for clinical
pharmacogenetics
• RDF/OWL 2 is capabale of providing both decision support
functionality as well as flexible knowledge bases for
molecular, personalized medicine in an integrated model
• OWL 2 reasoner perfomance continues to improve
significantly (what we are doing today was not possible 1-2
years ago)
Thanks!
Local team:
Jose Antonio Miñarro Gimenez
Klaus-Peter Adlassnig
W3C partners:
Richard Boyce (University of Pittsburgh)
Robert R. Freimuth (Mayo Clinic)
Michel Dumontier (Carleton University)
Simon Lin (Marshfield Clinic)
Robert L. Powers (Predictive Medicine, Inc.)
Joanne S. Luciano (Rensselaer Polytechnic Institute)
Eric Prud’hommeaux (W3C)
M. Scott Marshall (MAASTRO Clinic)
Funding:
Austrian Science Fund (FWF): [PP 25608-N15]
Links:
http://www.genomic-cds.org/
http://safety-code.org/
http://samwald.info/

Weitere ähnliche Inhalte

Was ist angesagt?

Neurotoxicity assay using High Content Screening technology
Neurotoxicity assay using High Content Screening technologyNeurotoxicity assay using High Content Screening technology
Neurotoxicity assay using High Content Screening technologyHCS Pharma
 
Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...
Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...
Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...HCS Pharma
 
Normal/Tumor somatic mutations report tool
Normal/Tumor somatic mutations report toolNormal/Tumor somatic mutations report tool
Normal/Tumor somatic mutations report toolIsaac Noguera
 
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
 
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)
 
zandona14nipsA0
zandona14nipsA0zandona14nipsA0
zandona14nipsA0Pia Sen
 
Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq Affymetrix
 
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
 
Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...
Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...
Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...Affymetrix
 
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
 
human_mutation_article
human_mutation_articlehuman_mutation_article
human_mutation_articleNeha Gupta
 
Invicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dnaInvicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dnaINVICTA GENETICS
 
Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...
Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...
Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...Thermo Fisher Scientific
 
A novel method for building custom ampli seq panels using optimized pcr primers
A novel method for building custom ampli seq panels using optimized pcr primers A novel method for building custom ampli seq panels using optimized pcr primers
A novel method for building custom ampli seq panels using optimized pcr primers Thermo Fisher Scientific
 
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
 
Gene expression profile analysis of human hepatocellular carcinoma using sage...
Gene expression profile analysis of human hepatocellular carcinoma using sage...Gene expression profile analysis of human hepatocellular carcinoma using sage...
Gene expression profile analysis of human hepatocellular carcinoma using sage...Ahmed Madni
 
Integrating phylogenetic inference and metadata visualization for NGS data
Integrating phylogenetic inference and metadata visualization for NGS dataIntegrating phylogenetic inference and metadata visualization for NGS data
Integrating phylogenetic inference and metadata visualization for NGS dataJoão André Carriço
 
Development and validation of an accurate quantitative real time polymerase c...
Development and validation of an accurate quantitative real time polymerase c...Development and validation of an accurate quantitative real time polymerase c...
Development and validation of an accurate quantitative real time polymerase c...t7260678
 

Was ist angesagt? (19)

Neurotoxicity assay using High Content Screening technology
Neurotoxicity assay using High Content Screening technologyNeurotoxicity assay using High Content Screening technology
Neurotoxicity assay using High Content Screening technology
 
Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...
Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...
Neurotoxicity assay on 2D and 3D culture using High Content Screening (HCS) t...
 
Normal/Tumor somatic mutations report tool
Normal/Tumor somatic mutations report toolNormal/Tumor somatic mutations report tool
Normal/Tumor somatic mutations report tool
 
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
 
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...
 
zandona14nipsA0
zandona14nipsA0zandona14nipsA0
zandona14nipsA0
 
Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq Integrating arrays and RNA-Seq
Integrating arrays and RNA-Seq
 
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 ...
 
Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...
Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...
Statistical methods for off-target variant genotyping on Affymetrix' Axiom Ar...
 
Ngs pgd
Ngs pgdNgs pgd
Ngs pgd
 
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
 
human_mutation_article
human_mutation_articlehuman_mutation_article
human_mutation_article
 
Invicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dnaInvicta eshre-poster-mitochondrial dna
Invicta eshre-poster-mitochondrial dna
 
Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...
Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...
Developing Custom Next-Generation Sequencing Panels using Pre-Optimized Assay...
 
A novel method for building custom ampli seq panels using optimized pcr primers
A novel method for building custom ampli seq panels using optimized pcr primers A novel method for building custom ampli seq panels using optimized pcr primers
A novel method for building custom ampli seq panels using optimized pcr primers
 
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
 
Gene expression profile analysis of human hepatocellular carcinoma using sage...
Gene expression profile analysis of human hepatocellular carcinoma using sage...Gene expression profile analysis of human hepatocellular carcinoma using sage...
Gene expression profile analysis of human hepatocellular carcinoma using sage...
 
Integrating phylogenetic inference and metadata visualization for NGS data
Integrating phylogenetic inference and metadata visualization for NGS dataIntegrating phylogenetic inference and metadata visualization for NGS data
Integrating phylogenetic inference and metadata visualization for NGS data
 
Development and validation of an accurate quantitative real time polymerase c...
Development and validation of an accurate quantitative real time polymerase c...Development and validation of an accurate quantitative real time polymerase c...
Development and validation of an accurate quantitative real time polymerase c...
 

Andere mochten auch

Clinical application of cardiovascular pharmacogenetics
Clinical application of cardiovascular pharmacogeneticsClinical application of cardiovascular pharmacogenetics
Clinical application of cardiovascular pharmacogeneticsGowhar Shafi
 
Executive Summary DM and Pharmacogenetics
Executive Summary DM and PharmacogeneticsExecutive Summary DM and Pharmacogenetics
Executive Summary DM and PharmacogeneticsArmie Pacheco
 
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
 
clinica maternal happy baby
clinica maternal happy baby clinica maternal happy baby
clinica maternal happy baby natinicole
 
Genetic Profiling Debate
Genetic Profiling DebateGenetic Profiling Debate
Genetic Profiling DebateShaza El Nemr
 
WHMS PGx Presentation
WHMS PGx PresentationWHMS PGx Presentation
WHMS PGx PresentationOrion Cuffe
 
Pharmacogenetics
PharmacogeneticsPharmacogenetics
PharmacogeneticsDr. Almas A
 
Pharmacogenetics of antipsychotic and antidepressent
Pharmacogenetics of antipsychotic and antidepressentPharmacogenetics of antipsychotic and antidepressent
Pharmacogenetics of antipsychotic and antidepressentismail sadek
 
Pharmacogenomics, Pharmacogenetics and Pharmacokinetics
Pharmacogenomics, Pharmacogenetics and Pharmacokinetics Pharmacogenomics, Pharmacogenetics and Pharmacokinetics
Pharmacogenomics, Pharmacogenetics and Pharmacokinetics Zohaib HUSSAIN
 
Ecuaciones con mas de una funcion trigonometrica
Ecuaciones con mas de una funcion trigonometricaEcuaciones con mas de una funcion trigonometrica
Ecuaciones con mas de una funcion trigonometricaCipriano Arboleda
 
Pharmacogenetics & Teratogenicity
Pharmacogenetics & TeratogenicityPharmacogenetics & Teratogenicity
Pharmacogenetics & TeratogenicityDr Renju Ravi
 
Pharmacogenetics devang
Pharmacogenetics devangPharmacogenetics devang
Pharmacogenetics devangDevang Parikh
 

Andere mochten auch (20)

Clinical application of cardiovascular pharmacogenetics
Clinical application of cardiovascular pharmacogeneticsClinical application of cardiovascular pharmacogenetics
Clinical application of cardiovascular pharmacogenetics
 
CPIC Guidelines
CPIC GuidelinesCPIC Guidelines
CPIC Guidelines
 
Executive Summary DM and Pharmacogenetics
Executive Summary DM and PharmacogeneticsExecutive Summary DM and Pharmacogenetics
Executive Summary DM and Pharmacogenetics
 
FINAL MCP - PROJECT VEGGIES
FINAL MCP - PROJECT VEGGIESFINAL MCP - PROJECT VEGGIES
FINAL MCP - PROJECT VEGGIES
 
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...
 
Presentation1
Presentation1Presentation1
Presentation1
 
clinica maternal happy baby
clinica maternal happy baby clinica maternal happy baby
clinica maternal happy baby
 
Cameo_Fall2015PDF
Cameo_Fall2015PDFCameo_Fall2015PDF
Cameo_Fall2015PDF
 
Genetic Profiling Debate
Genetic Profiling DebateGenetic Profiling Debate
Genetic Profiling Debate
 
Dr. Chasman on Pharmacogenetics of Statin Therapies
Dr. Chasman on Pharmacogenetics of Statin TherapiesDr. Chasman on Pharmacogenetics of Statin Therapies
Dr. Chasman on Pharmacogenetics of Statin Therapies
 
WHMS PGx Presentation
WHMS PGx PresentationWHMS PGx Presentation
WHMS PGx Presentation
 
Pharmacogenetics
PharmacogeneticsPharmacogenetics
Pharmacogenetics
 
Pharmacogenetics of antipsychotic and antidepressent
Pharmacogenetics of antipsychotic and antidepressentPharmacogenetics of antipsychotic and antidepressent
Pharmacogenetics of antipsychotic and antidepressent
 
Nz pep lecture_jan2016
Nz pep lecture_jan2016Nz pep lecture_jan2016
Nz pep lecture_jan2016
 
Pharmacogenetics
PharmacogeneticsPharmacogenetics
Pharmacogenetics
 
Pharmacogenomics, Pharmacogenetics and Pharmacokinetics
Pharmacogenomics, Pharmacogenetics and Pharmacokinetics Pharmacogenomics, Pharmacogenetics and Pharmacokinetics
Pharmacogenomics, Pharmacogenetics and Pharmacokinetics
 
Ecuaciones con mas de una funcion trigonometrica
Ecuaciones con mas de una funcion trigonometricaEcuaciones con mas de una funcion trigonometrica
Ecuaciones con mas de una funcion trigonometrica
 
Pharmacogenetics & Teratogenicity
Pharmacogenetics & TeratogenicityPharmacogenetics & Teratogenicity
Pharmacogenetics & Teratogenicity
 
Pharmacogenetics devang
Pharmacogenetics devangPharmacogenetics devang
Pharmacogenetics devang
 
Snp
SnpSnp
Snp
 

Ähnlich wie Medinfo2013 - An RDF/OWL Knowledge Base for Query Answering and Decision Support in Clinical Pharmacogenetics

Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art...
 Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art... Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art...
Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art...Healthcare and Medical Sciences
 
Advances and Applications Enabled by Single Cell Technology
Advances and Applications Enabled by Single Cell TechnologyAdvances and Applications Enabled by Single Cell Technology
Advances and Applications Enabled by Single Cell TechnologyQIAGEN
 
Supporting Genomics in the Practice of Medicine by Heidi Rehm
Supporting Genomics in the Practice of Medicine by Heidi RehmSupporting Genomics in the Practice of Medicine by Heidi Rehm
Supporting Genomics in the Practice of Medicine by Heidi RehmKnome_Inc
 
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
 
Clinical molecular diagnostics for drug guidance
Clinical molecular diagnostics for drug guidanceClinical molecular diagnostics for drug guidance
Clinical molecular diagnostics for drug guidanceNikesh Shah
 
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
 
508 search for genomic and proteomic risk factors and protective factors asso...
508 search for genomic and proteomic risk factors and protective factors asso...508 search for genomic and proteomic risk factors and protective factors asso...
508 search for genomic and proteomic risk factors and protective factors asso...SHAPE Society
 
Predicting phenotype from genotype with machine learning
Predicting phenotype from genotype with machine learningPredicting phenotype from genotype with machine learning
Predicting phenotype from genotype with machine learningPatricia Francis-Lyon
 
Bioinformatics final
Bioinformatics finalBioinformatics final
Bioinformatics finalRainu Rajeev
 
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
 
Genomica - Microarreglos de DNA
Genomica - Microarreglos de DNAGenomica - Microarreglos de DNA
Genomica - Microarreglos de DNAUlises Urzua
 
Applying cheminformatics and bioinformatics approaches to neglected tropical ...
Applying cheminformatics and bioinformatics approaches to neglected tropical ...Applying cheminformatics and bioinformatics approaches to neglected tropical ...
Applying cheminformatics and bioinformatics approaches to neglected tropical ...Sean Ekins
 
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
 

Ähnlich wie Medinfo2013 - An RDF/OWL Knowledge Base for Query Answering and Decision Support in Clinical Pharmacogenetics (20)

Mason abrf single_cell_2017
Mason abrf single_cell_2017Mason abrf single_cell_2017
Mason abrf single_cell_2017
 
Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art...
 Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art... Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art...
Image analysis; Spinocellular carcinoma; Melanoma; Basal cell carcinoma; Art...
 
Dna microarray mehran- u of toronto
Dna microarray  mehran- u of torontoDna microarray  mehran- u of toronto
Dna microarray mehran- u of toronto
 
155 dna microarray
155 dna microarray155 dna microarray
155 dna microarray
 
155 dna microarray
155 dna microarray155 dna microarray
155 dna microarray
 
Dna microarray mehran
Dna microarray  mehranDna microarray  mehran
Dna microarray mehran
 
Advances and Applications Enabled by Single Cell Technology
Advances and Applications Enabled by Single Cell TechnologyAdvances and Applications Enabled by Single Cell Technology
Advances and Applications Enabled by Single Cell Technology
 
Supporting Genomics in the Practice of Medicine by Heidi Rehm
Supporting Genomics in the Practice of Medicine by Heidi RehmSupporting Genomics in the Practice of Medicine by Heidi Rehm
Supporting Genomics in the Practice of Medicine by Heidi Rehm
 
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...
 
Clinical molecular diagnostics for drug guidance
Clinical molecular diagnostics for drug guidanceClinical molecular diagnostics for drug guidance
Clinical molecular diagnostics for drug guidance
 
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
 
508 search for genomic and proteomic risk factors and protective factors asso...
508 search for genomic and proteomic risk factors and protective factors asso...508 search for genomic and proteomic risk factors and protective factors asso...
508 search for genomic and proteomic risk factors and protective factors asso...
 
508 search for genomic and proteomic risk factors and protective factors asso...
508 search for genomic and proteomic risk factors and protective factors asso...508 search for genomic and proteomic risk factors and protective factors asso...
508 search for genomic and proteomic risk factors and protective factors asso...
 
Predicting phenotype from genotype with machine learning
Predicting phenotype from genotype with machine learningPredicting phenotype from genotype with machine learning
Predicting phenotype from genotype with machine learning
 
Bioinformatics final
Bioinformatics finalBioinformatics final
Bioinformatics final
 
2015 bioinformatics personal_genomics_wim_vancriekinge
2015 bioinformatics personal_genomics_wim_vancriekinge2015 bioinformatics personal_genomics_wim_vancriekinge
2015 bioinformatics personal_genomics_wim_vancriekinge
 
Genomica - Microarreglos de DNA
Genomica - Microarreglos de DNAGenomica - Microarreglos de DNA
Genomica - Microarreglos de DNA
 
RapportHicham
RapportHichamRapportHicham
RapportHicham
 
Applying cheminformatics and bioinformatics approaches to neglected tropical ...
Applying cheminformatics and bioinformatics approaches to neglected tropical ...Applying cheminformatics and bioinformatics approaches to neglected tropical ...
Applying cheminformatics and bioinformatics approaches to neglected tropical ...
 
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...
 

Mehr von 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
 

Mehr von 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...
 
Samwald ore 2014
Samwald   ore 2014Samwald   ore 2014
Samwald ore 2014
 
Hcls call september 2013 clinical pharmacogenomics
Hcls call september 2013   clinical pharmacogenomicsHcls call september 2013   clinical pharmacogenomics
Hcls call september 2013 clinical pharmacogenomics
 

Kürzlich hochgeladen

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 

Kürzlich hochgeladen (20)

Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 

Medinfo2013 - An RDF/OWL Knowledge Base for Query Answering and Decision Support in Clinical Pharmacogenetics

  • 1. Genomic CDS An RDF/OWL Knowledge Base for Query Answering and Decision Support in Clinical Pharmacogenetics Matthias Samwald Medical University of Vienna W3C Semantic Web for Healthcare and Life Science Interest Group
  • 2. Drug efficacy and toxicity can vary drastically between patients with different genetic profiles Significant cause of morbidity and mortality! One reason why many promising therapeutics in development fail to reach patients!
  • 3. Pharmacogenetic assays and treatment algorithms are becoming more and more numerous
  • 4. Pharmacogenetic assays and treatment algorithms are becoming more and more numerous
  • 5. Pharmacogenetic assays and treatment algorithms are becoming more and more numerous Sequencing-based: PGRNseq … Microarray-based: 23andMe Affymetrix DMET chip Florida/Stanford chip …
  • 6. We are creating an ontology-based (OWL 2 DL) framework for representing pharmacogenetic knowledge and providing pharmacogentic clinical decision support
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12. Small variations are scattered throughout genome, usually there are two copies of each gene One copy from the mother: One copy from the father: … …
  • 13. Alleles / haplotypes (specific variants of genes) can be defined through logical axioms
  • 14. Logical axioms can be used to infer alleles from partial, ambiguous test results A) Allele definitions, B) simple case, C) ambiguous case requiring haplotype resolution
  • 15. Of course, some of the genes in the ontology are far larger than that
  • 16. This is how it actually looks in the ontology 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) ...
  • 17. This is how it actually looks in the ontology 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 ...
  • 18. Experimental extension for haplotype resolution for ambiguous test results Class: 'human with GENE1*3' SubClassOf: human EquivalentTo: (has some (rs1_T that (taken_by some GENE1*3))) and (has some (rs2_G that (taken_by some GENE1*3))), has some GENE1*3 SubClassOf: has some (rs3_A that (taken_by some GENE1*3) Class: polymorphism SubClassOf: 'taken by' exactly 1 allele Class: GENE1 EquivalentTo: GENE1_star_1 or GENE1_star_2 or GENE1_star_3 or GENE1_star_4 or GENE1_star_5
  • 19. Dosing guideline from an FDA drug label
  • 20. 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)
  • 21. 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 copy num- ber variations
  • 22. 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 copy num- ber variations "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
  • 23. We are running our OWL 2 reasoner over hundreds of publicly available human genomes to analyse how pharmacogenetic decisions support would influence treatment in patient populations. A virtual patient cohort
  • 24. OWL 2 DL reasoning needs to be fast!!
  • 25. TrOWL is significantly more performant than other openly available reasoners for our demo ontology • TrOWL 1.1: 5,8 s • HermiT 1.3.8: did not terminate within 1 h • Fact++: did not terminate within 1 h • Pellet: did not terminate within 1 h • JFact: did not terminate within 1 h • MORe JFact 0.1.5: did not terminate within 1 h • MORe Hermit 0.1.5: did not terminate within 1 h Demo ontology has ALCQ expressivity and approx. 2300 classes, 11000 axioms. The demo ontology also includes the genetic profile of a single patient. Tested with reasoner plugins in Protégé 4.3, Running on an Amazon EC2 “High-Memory Extra Large Instance” virtual machine, Microsoft Windows Server 2008, 17.1 GB of memory, 64-bit platform, two virtual cores with 3.25 EC2 compute units each
  • 26. We are creating a barrier-free system for storing and interpreting personal pharmacogenetic information (based on 2D barcodes and web-based decision support)
  • 27. We are creating a barrier-free system for storing and interpreting personal pharmacogenetic information (based on 2D barcodes and web-based decision support)
  • 28. Next steps • Integrating with HL7 standards for clinical genomics and decision support (OpenCDS?) • Forming collaborations with stakeholders from o clinical practice (early adopters of prospective pharmacogenetic testing) o pharmaceutical companies o health insurance providers o genetic testing service providers • Testing in realistic clinical settings
  • 29. Take-home messages • Genomic CDS ontology + Medicine Safety Code system provide a comprehensive solution for clinical pharmacogenetics • RDF/OWL 2 is capabale of providing both decision support functionality as well as flexible knowledge bases for molecular, personalized medicine in an integrated model • OWL 2 reasoner perfomance continues to improve significantly (what we are doing today was not possible 1-2 years ago)
  • 30. Thanks! Local team: Jose Antonio Miñarro Gimenez Klaus-Peter Adlassnig W3C partners: Richard Boyce (University of Pittsburgh) Robert R. Freimuth (Mayo Clinic) Michel Dumontier (Carleton University) Simon Lin (Marshfield Clinic) Robert L. Powers (Predictive Medicine, Inc.) Joanne S. Luciano (Rensselaer Polytechnic Institute) Eric Prud’hommeaux (W3C) M. Scott Marshall (MAASTRO Clinic) Funding: Austrian Science Fund (FWF): [PP 25608-N15] Links: http://www.genomic-cds.org/ http://safety-code.org/ http://samwald.info/