1 / 58

Data-driven Approaches in Biomedical Ontology Research

Data-driven Approaches in Biomedical Ontology Research. Dejing Dou Computer and Information Science University of Oregon, Eugene, Oregon September, 2010@ Kent State University. Where is Eugene, Oregon?. Outline.

teryl
Télécharger la présentation

Data-driven Approaches in Biomedical Ontology Research

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data-driven Approaches in Biomedical Ontology Research Dejing Dou Computer and Information Science University of Oregon, Eugene, Oregon September, 2010@ Kent State University

  2. Where is Eugene, Oregon?

  3. Outline • Introduction • Ontology and the Semantic Web • Biomedical Ontology Development • Challenges for Data-driven Approaches • The NEMO Project • Mining ERP Ontologies (KDD’07) • Modeling NEMO Ontology Databases (SSDBM’08, JIIS’10) • Mapping ERP Metrics (PAKDD’10) • Ongoing Work

  4. What is Ontology? Formal specification of a vocabulary of domain concepts and relationships relating them .

  5. A Genealogy Ontology Individual birth sex childIn Gender Event Family husband marriage BirthEvent Male MarriageEvent DeathEvent wife DivorceEvent divorce Female • Classes: Individual, Male, Female, Family, MarriageEvent… • Properties: sex, husband, wife, birth…… • Axioms: If there is a MarriageEvent, there will be a Family related to the husband and wife properties. • Ontology languages: OWL, KIF, OBO …

  6. Current WWW • The majority of data resources in WWW are in human readable format only (e.g. HTML). human WWW

  7. The Semantic Web • One major goal of the Semantic Web is that web-based agents can process and “understand” data[Berners-Lee et al 2001]. • Ontologies formally describe the semantics of data and web-based agents can take web documents (e.g. in RDF, OWL) as a set of assertions and draw inferences from them. Web-based agents human SW

  8. Biomedical Ontologies • The Gene Ontology (GO): to standardize the formal representation of gene and gene product attributes across all species and gene databases (e.g., zebrafish, mouse, fruit fly) • Classes: cellular component, molecular function, biological process, … Properties: is_a, part_of • The Unified Medical Language System (UMLS): a comprehensive thesaurus and ontology of biomedical concepts. • The National Center of Biomedical Ontology (NCBO) at Stanford University • >200 ontologies (hundreds to thousands concepts each one) 4 millions of mappings.

  9. Biomedical Ontology Development • Typically Knowledge Driven: top down process • Some basic steps and principles: • Discussions among domain experts and ontology engineers • Select basic (root) classes and properties (i.e., terms) • Go to deeper depth for sub-concepts and relationships. Modularization may be considered if the ontology is expected to be large. • Add constraints (axioms) • Add unique IDs (e.g., URLs) and textual definitions for terms • Consistency checking • Updating and Evolution (e.g., GO is updated every 15 minutes)

  10. Challenges: • Knowledge Sharing does not help Data Sharing Automatically • Annotation (like tags) helps Search in text (e.g., papers), but not good for experimental data (e.g., numerical values) • Three main challenges for knowledge/data sharing: • Heterogeneity: different labs use different analysis methods, spreadsheet attributes , DB schemas. • Reusability: knowledge mined from different experimental data may not be consistent and sharable • Scalability: the size of experimental data grow much larger than the size of ontologies. Ontology-based reasoning (e.g., ABox) for large size data is a headache.

  11. Case Study: EEG data • Electroencephalogram (EEG) data • Observing Brain Functions through EEG • Brain activity occurs in cortex and cortex activity generates scalp EEG • EEG data (dense-array, 256 channels) has high temporal (1msec) / poor spatial resolution (2D), MR imaging (fMRI, PET) has good spatial (3D) / poor temporal resolution (~1.0 sec)

  12. ERP data and Pattern Analysis • Event-related potentials (ERP) are created by averaging across segments of EEG data in different trials and time-locking (e.g., every 2 seconds) to stimulus events or response. • Some existing tools (e.g., Net Station, EEGLAB, APECS, the Dien PCA Toolbox) can process ERP data and do pattern analysis. h (A) 128-channel ERPs to visual word and nonword stimuli. (B) Time course for P100 pattern by PCA. (C) Scalp topography (spatial distribution) of P100 pattern.

  13. NEMO: NeuroElectroMagnetic Ontologies • Some challenges in ERP study • Patterns can be difficult to identify and definitions vary across research labs. Methods for ERP analysis differ across research sites. • It is hard to compare and share the results across experiments and across labs. • The NEMO (NeuroElectroMagnetic Ontologies) project is to address those challenges by developing ontologies to support ERP data and pattern representation, sharing and meta-analysis. It has been funded by the NIH as an R01 project since 2009.

  14. Architecture

  15. Progress in Data Driven Approaches • Mining ERP Ontologies (KDD’07) -- Reusability • Modeling NEMO Ontology Databases (SSDBM’08, JIIS’10) -- Scalability • Mapping ERP Metrics (PAKDD’10) -- Heterogeneity

  16. Ontology Mining • Ontology mining is a process for learning an ontology, including classes, class taxonomy, properties and axioms, from data. • Existing ontology mining approaches focus on text mining or web mining (web content, usage, structure, user profiles). • Clustering and association rule mining have been used for classes and properties. [Li&Zhong @ TKDE 18(4), Maedche&Staab @ EKAW’00, Reinberger et al @ ODBASE’03]. • NetAffix Gene ontology mining tool is applied to microarray data [Cheng et al @ Bioinformatics 20 (9)] • Our approach includes hierarchical clustering and classification for mining class taxonomy, properties and axioms of the first-generation of ERP data-specific ontology from spreadsheets, which is novel.

  17. Knowledge Reuse in KDD ? Knowledge Lack of formal Semantics Pattern Evaluation Data Mining Task-relevant Data Selection Data Warehouse Data Cleaning Data Integration Databases

  18. A semi-automatic framework for mining ontologies Our Framework (KDD’07)

  19. Four General Procedures • Classes <= Clustering-based Classification • Class Taxonomy <= Hierarchical Clustering • Properties <= Classification • Axioms <= Association Rule Mining and Classification

  20. Experiments on ERP Data • Preprocessing Data with Temporal PCA • Mining ERP Classes with Clustering-based Classification • Mining ERP Class Taxonomy with Hierarchical Clustering • Mining Properties and Axioms (Rules) with Classification • Discovering Axioms among Properties with Association Rules Mining

  21. Input Raw ERP data Sampling rate: 250Hz for 1500ms (375 samples) Experiment 1-2: 89 subjects and 6 experiment conditions Experiment 3: 36 subjects and 4 experiment conditions

  22. Data Preprocessing (1) PCA • Temporal PCA Decomposition + = component 1 + component 2 = complex waveform PCA extracts as many factors (components) as there are variables (i.e., number of samples). We retain the first 15 PCA factors, accounting for most of variances (> 75%). The remaining factors are assumed to contain “noise”.

  23. Data Preprocessing (2) • Intensity, spatial, temporal and functional metrics (attributes) for each factor

  24. ERP Factors after PCA Decomposition For Experiment 1 data, number of Factors = (474) (594) For Experiment 2 data, number of Factors = (588) (598) For Experiment 3 data, number of Factors = 708

  25. Mining ERP Classes with Clustering (1) • We use EM (Expectation-Maximization) clustering • E.g. for Experiment 1 group 2 data

  26. Mining ERP Classes with Clustering (2) • We use OWL to represent ERP Classes

  27. Mining ERP Class Taxonomy with Hierarchical Clustering • We use EM clustering in both divisive and agglomerative ways. • E.g. for Experiment 3 data

  28. Mining ERP Class Taxonomy with Hierarchical Clustering • We use OWL to represent class taxonomy

  29. Mining Properties and Axioms with Clustering-based Classification (1) • We use decision tree learning (C4.5) to do classification with the training data labeled by clustering results.

  30. Mining Properties and Axioms with Clustering-based Classification (2) • We use OWL to represent datatype properties which are based on those attributes with high information gain (e.g., top 6).

  31. Mining Properties and Axioms with Clustering-based Classification (3) • We use SWRL to represent axioms. In FOL:

  32. Discovering Axioms among Properties with Association Rule Mining • We use Apriori algorithm to find association rules among properties. The split points are determined by classification rules. In FOL, they looks like:

  33. Rule Optimization • Idea: (A → B)  (A  B → C) => (A → C) And

  34. Our first-generation ERP ontology consists of 16 classes, 57 properties and 23 axioms. A Partial View of the Mined ERP Data Ontology

  35. Ontology-based Data Modeling (SSDBM’08, JIIS’10) • In general, ontologies can be treated as one kind of conceptual model. Considering the size of data (e.g., PCA factors) can be large, instead of building a knowledge base to store those data, we propose to use relational databases. • We designed database schemas based on our ERP ontologies which include temporal, spatial and functional concepts.

  36. Ontology Databases Class Relation Datatype Datatype keys Axioms constraints Now we have bridged these. Objects Facts triggers tuples

  37. Ontology Databases Class Relation Datatype Datatype keys Axioms constraints Objects views Facts triggers tuples

  38. Loading time in Lehigh University Benchmark Load Time (1.5 million facts) (10 Universities, 20 Departments)

  39. Query time Query Performance (logarithmic time)

  40. Ontology-based Data Modeling • For example, especially for the important subsumption axioms (e.g., subclassof ) of the current ERP ontologies, we use SQL Triggers and Foreign-Keys to represent them.

  41. Ontology-based Data Modeling The ER Diagram for the ERP ontology database shows tables (boxes) and foreign key constraints (arrows). The concepts pattern, factor, and channel are most densely connected (toward the right-side of the image) as expected.

  42. NEMO Data Mapping (PAKDD’10) • Motivation • Lack of meta-analysis across experiment because different labs may use different metrics • Goal of the study • Mapping alternative sets of ERP spatial and temporal metrics

  43. Problem definition Alternative sets of ERP metrics

  44. Challenges • Semi-structured data • Uninformative column headers (string similarity matching does not work) • Numerical values

  45. Grouping and reordering

  46. Grouping and reordering

  47. Sequence post-processing

  48. Cross-spatial Join Metric Set1 Metric Set2 • Process all point-sequence curves • Calculate Euclidean distance between sequences in the Cartesian product set (Cross-spatial join) ● ● ●

  49. Cross-spatial Join

More Related