SlideShare a Scribd company logo
1 of 36
A Semantic Framework for Biomedical Image
Discovery
Ahmad C. Bukhari , Mate Levente Nagy, Michael Krauthammer , Paolo Ciccarese ,
Christopher J. O. Baker
1
Background and Motivation
• Rapid development in Biomedical research produces a
continuous stream of new knowledge.
• Efficient literature accessing practices are essential to transfer of
information from the research community to peer investigators
and other healthcare practitioners.
• Images depict key findings of research papers and help
academically to better understand the biological concepts.
Background and Motivation
Protein and DNA sequence Images: Provide exact specification of the
composition of a biological entity.
Pathway diagrams:
Signaling flow / interacting proteins.
Background and Motivation
MRI Scans - locations of specific brain
activity.
Gel Imaging - information about DNA and
protein manipulation
Ultrasoun
d
X-
Rays
Graphs
Background and Motivation
• Making biomedical image content explicit is essential with regards to making
medical decisions such as:
5
 Diagnosis, Treatment and Follow-up
 Data management and the secondary use for biomedical research
 Assessment of care delivery.
• However, the issues associated with knowledge management and
utility operations unique to image data are only recently gaining
recognition.
Background and Motivation
6
In our previous work, we have developed
Yale Image Finder
• Yale Image Finder (YIF) is one of the most widely accessed biomedical image
search engines.
• It retrieves biomedical images and associated data based on queries made
over the metadata of the images.
• YIF also searches within the image using a sophisticated image segmentation
method followed by OCR
• YIF repository currently holds over two million biomedical images and
associated metadata in its index.
7
Challenges
• Searching for images of a certain type is error prone as images are still opaque to
information retrieval and knowledge extraction engines.
• In the Life Sciences, spreadsheets, databases and XML files continue to be the
conventional formats used to store experimental data, e.g. Biota , DrugBank and Open
Microscopy Environment (OME)
• The fact that data exists only in these legacy formats frequently impedes data integration
and significantly impedes scientific knowledge discovery.
 Interoperability and Reusability
 Data integration
 Image Provenance (Orphan Data)
 Semantic Search is not possible
Proposed Solution
• To overcome these issues and to accelerate the adoption of the YIF for next
generation biomedical applications, we have developed a publically
accessible semantic API for biomedical images with multiple modalities called
• iCyrus is powered by a dedicated semantic architecture that exposes the YIF
content as linked Image data
9
Proposed Solution
• iCyrus permits integration with related information resources and consume by
linked data-aware data services.
• To facilitate the adhoc integration of image data with other online data
resources, we also built semantic web services for iCyrus, such that it is
compatible with the SADI framework.
• We have extended iCyrus functionalities further through the incorporation of
Domeo.
• The iCyrus triplestore currently holds more than thirty-five million triples and
can be accessed and operated through syntactic or semantic query interfaces.
10
iCyrus Process diagram
11
Stage 1
• At stage 1, Image datasets are acquired from Yale
Image Finder repository to build a knowledgebase for
iCyrus API
• Establishes connections with YIF and PubMed
concurrently to crosscheck the image metadata
• Resolve Image redundancy and completes the
metadata information
• Stored the clean image data in mysql as parallel
storage with triplestore
12
Stage 2
• The foremost task in semantic data publication is defining
appropriate semantic vocabularies.
• Reusability is considered a noble practice in semantic web
application development and it is generally accepted that
well-known semantic vocabularies
• To identify appropriate semantic mappings between
available ontologies and the YIF metadata, we created a
Java program that suggests possible mappings.
13
Stage 2 (Continue)
A cursory evaluation of the derived mappings showed there were
three types of results;
① Mappings that fully met our requirements which suggested
predicates such as hasPubMedID and hasPMCID in the FRBR-
aligned Bibliographic Ontology (fbio)
② Mappings that were insufficiently defined, like the imageFeature
property that exists in DICOM Ontology
③ Mappings with hosted resources that did not appear trustworthy.
To manage the new vocabularies that fulfill the requirements
of iCyrus and SEBI
14
BIM Ontology
◼ Biomedical Image Ontology provides the semantic vocabularies to all modules of
SEBI.
◼ BIM vocabularies can be categorised into four types:
 Annotation vocabularies hasImageAnnotationSet, hasSequenceType
 Provenance Vocabularies hasAnnVerfiBy, hasCreatedBy
 Features and function vocabularies hasSequenceMotif, hasConservedResidue
 Semantic service vocabularies SADI services input and output
◼ It maintains the provenance on semantic annotations.
BIM Model of automatic sequence annotation by a web
17
BIMcrowd-sourceModelingofabiomedical
Image
18
BIMModelingforImageassociatedtext
UNB-VPS (Semantic Vocabularies Publishing Server)
http://cbakerlab.unbsj.ca/unbvps
 UNB-VPS is vocabulary publishing server deployed at UNB SJ campus and are used to publish the
semantic vocabularies.
The BIM Ontology
Stage 2 (Continue)
• we developed a customizable domain-dependent schema mapper
for the curation of initial mappings based on our MySQL stored
data.
• With the help of the Jena Model API and domain-dependent
schema mapper, we RDFized the image data.
• At last stage, we stored the RDFized data into Sesame Triple
store
21
Stage 3
• To expose the linked open data, we configured a
Sesame triple store and deployed SNORQL, an
AJAX front-end for exploring RDF SPARQL
endpoints
• SNORQL permits users to view and export data in
XML, XHTML and JSON - a javascript object
notation, a popular format among web developers.
• To facilitate end user navigation for technical users
through iCyrus linked data, we deployed Pubby , a
Linked Data interface for local and remote SPARQL 22
23
iCyrus SNORQL endpoint
24
iCyrus Linked data explorer
Stage 4
• To demonstrate iCyrus’ usability as a semantic image
API in general, we developed a number of web services
using the SADI framework to advertise their availability.
• Web services are effective medium for the use of
software functionalities in distributed environments
without deploying the entire application on the client
machine.
• A plethora of Bioinformatics software is available on the
internet, but most of them have their own accessing
criteria and information exchange formats. 25
Stage 4 (Continue)
• To get full benefit out of these utilities, output should be available in an integrated and
 Available web services protocols - REST, SOAP WSDL etc.
 Non Semantic
 Schema oriented therefore interoperability and scalability issues
SADI Framework- Stage 4 (Continue)
• The SADI framework is a set of conventions for creating HTTP-based semantic
web services that can be automatically discovered and orchestrated
• SADI services consume RDF document(s) as input and produce RDF
document(s) as output
 It solves the interoperability problem.
• SADI framework is designed to achieve semantic interoperability among web
services designed for different purposes.
Use Case (getAlternateGeneName)
SADI Service Modeling
iCyrus with Federated Query Client
• We configured iCyrus’ SADI services registry with the
SHARE federated query engine to illustrate SHARE’s
automatic information discovery feature.
• As an example, we ran the following query: Display
images of the ‘IDS gene’ from all documents along with
their captions and extend the search with alternate
gene names.
iCyrus Plugin for DOMEO
• The Domeo collection of software components provides a rich set of
features that can be further extended through the development of new
software plugins.
• In order to provide the additional information about the scientific contents in
Domeo, we mashed up metadata provided by Yale Image Finder through
the iCyrus SPARQL endpoint.
• We developed a server-side software connector that, given a PubMed
Central document, is able to query the iCyrus SPARQL end-point for all the
metadata related to a document’s images.
31
Domeo Environment
iCyrus Images is crowd
Annotated and annotati
Are stored back to triple
SEBI as an Extension of iCyrus
32
• Image-first knowledge discovery framework to foster the efficient biomedical
literature searching practices and to facilitate the biological image discovery
and reuse.
Working
• SEBI unlocks information associated with and contained in biomedical
sequence images.
• Utilize the information extracted from images to harvest new image
annotations from heterogeneous online biomedical resources. e.g. BLAST,
HMMER
• SEBI incorporates knowledge infrastructure components and services
including image feature extraction, Semantic Web data services, linked openSEBI stands for Semantic Enrichment of Biomedical Images
Semantic Sequence Image Enrichment
33
Related Image Finding in SEBI
34
 SEBI employs the cosine similarity along with fuzzy rule engine to discover and categorize the rel
Who will get benefit out of this work?
35
Clinician looks for the visual representation of a disease or condition
Researcher searches for studies with certain types of analyses
Students seek for diagrams that elucidate complex processes such as DNA
replication
Professional or educator look for an image for a presentation
Patient wants to better understand his disease.
Any Question?
Scan for project page
36Please Feedback @bukharig8

More Related Content

What's hot

PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...ijseajournal
 
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...ijseajournal
 
CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...
CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...
CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...Syed Ahmad Chan Bukhari, PhD
 
Use of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformaticsUse of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformaticsRemzi Çelebi
 
Drug Repurposing using Deep Learning on Knowledge Graphs
Drug Repurposing using Deep Learning on Knowledge GraphsDrug Repurposing using Deep Learning on Knowledge Graphs
Drug Repurposing using Deep Learning on Knowledge GraphsDatabricks
 
Final Acb All Hands 26 11 07.Key
Final Acb All Hands 26 11 07.KeyFinal Acb All Hands 26 11 07.Key
Final Acb All Hands 26 11 07.Keyguest3d0531
 
A consistent and efficient graphical User Interface Design and Querying Organ...
A consistent and efficient graphical User Interface Design and Querying Organ...A consistent and efficient graphical User Interface Design and Querying Organ...
A consistent and efficient graphical User Interface Design and Querying Organ...CSCJournals
 
Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...
Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...
Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...Amit Sheth
 
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015Mathew Varghese
 
Enabling faster analysis of vaccine adverse event reports with ontology support
Enabling faster analysis of vaccine adverse event reports with ontology supportEnabling faster analysis of vaccine adverse event reports with ontology support
Enabling faster analysis of vaccine adverse event reports with ontology supportMelanie Courtot
 
Making it Easier, Possibly Even Pleasant, to Author Rich Experimental Metadata
Making it Easier, Possibly Even Pleasant, to Author Rich Experimental MetadataMaking it Easier, Possibly Even Pleasant, to Author Rich Experimental Metadata
Making it Easier, Possibly Even Pleasant, to Author Rich Experimental MetadataMichel Dumontier
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahuBioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahuKAUSHAL SAHU
 
Being FAIR: Enabling Reproducible Data Science
Being FAIR: Enabling Reproducible Data ScienceBeing FAIR: Enabling Reproducible Data Science
Being FAIR: Enabling Reproducible Data ScienceCarole Goble
 
Data retreival system
Data retreival systemData retreival system
Data retreival systemShikha Thakur
 

What's hot (20)

PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
 
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
PERFORMANCE EVALUATION OF STRUCTURED AND SEMI-STRUCTURED BIOINFORMATICS TOOLS...
 
CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...
CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...
CEDAR: Easing Authoring of Metadata to Make Biomedical Data Sets More Findabl...
 
Use of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformaticsUse of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformatics
 
Drug Repurposing using Deep Learning on Knowledge Graphs
Drug Repurposing using Deep Learning on Knowledge GraphsDrug Repurposing using Deep Learning on Knowledge Graphs
Drug Repurposing using Deep Learning on Knowledge Graphs
 
Final Acb All Hands 26 11 07.Key
Final Acb All Hands 26 11 07.KeyFinal Acb All Hands 26 11 07.Key
Final Acb All Hands 26 11 07.Key
 
Protein-protein interaction networks
Protein-protein interaction networksProtein-protein interaction networks
Protein-protein interaction networks
 
A consistent and efficient graphical User Interface Design and Querying Organ...
A consistent and efficient graphical User Interface Design and Querying Organ...A consistent and efficient graphical User Interface Design and Querying Organ...
A consistent and efficient graphical User Interface Design and Querying Organ...
 
Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...
Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...
Semantic Web & Web 3.0 empowering real world outcomes in biomedical research ...
 
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
 
Enabling faster analysis of vaccine adverse event reports with ontology support
Enabling faster analysis of vaccine adverse event reports with ontology supportEnabling faster analysis of vaccine adverse event reports with ontology support
Enabling faster analysis of vaccine adverse event reports with ontology support
 
Making it Easier, Possibly Even Pleasant, to Author Rich Experimental Metadata
Making it Easier, Possibly Even Pleasant, to Author Rich Experimental MetadataMaking it Easier, Possibly Even Pleasant, to Author Rich Experimental Metadata
Making it Easier, Possibly Even Pleasant, to Author Rich Experimental Metadata
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahuBioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahu
 
Being FAIR: Enabling Reproducible Data Science
Being FAIR: Enabling Reproducible Data ScienceBeing FAIR: Enabling Reproducible Data Science
Being FAIR: Enabling Reproducible Data Science
 
Pathway and network analysis
Pathway and network analysisPathway and network analysis
Pathway and network analysis
 
Biological networks
Biological networksBiological networks
Biological networks
 
Brain Imaging Data Structure
Brain Imaging Data StructureBrain Imaging Data Structure
Brain Imaging Data Structure
 
Data retreival system
Data retreival systemData retreival system
Data retreival system
 
NETTAB 2012
NETTAB 2012NETTAB 2012
NETTAB 2012
 
Cytoscape
CytoscapeCytoscape
Cytoscape
 

Similar to A semantic framework for biomedical image discovery

Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...researchinventy
 
Research Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and ScienceResearch Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and Scienceresearchinventy
 
Bioinformatics and sequencing tools used in research and development - OECD B...
Bioinformatics and sequencing tools used in research and development - OECD B...Bioinformatics and sequencing tools used in research and development - OECD B...
Bioinformatics and sequencing tools used in research and development - OECD B...OECD Environment
 
Multivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databasesMultivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databasesIJARIIT
 
PRISM Project Update
PRISM Project UpdatePRISM Project Update
PRISM Project Updateimgcommcall
 
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...IJDKP
 
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...IJDKP
 
Vre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26thVre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26thdjmichael156
 
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Anita de Waard
 
An Overview of Software Tools and Platforms for Digital Pathology
An Overview of Software Tools and Platforms for Digital PathologyAn Overview of Software Tools and Platforms for Digital Pathology
An Overview of Software Tools and Platforms for Digital PathologyThe Lifesciences Magazine
 
Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...
Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...
Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...Vivek Krishnakumar
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareIMC Technologies
 
Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...
Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...
Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...William Gunn
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemYogeshIJTSRD
 
ELIXIR . Technical Coordinator
ELIXIR. Technical CoordinatorELIXIR. Technical Coordinator
ELIXIR . Technical CoordinatorRafael C. Jimenez
 
Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Vivien Bonazzi
 
Bioinformatics Gaussian by ChARM’s
Bioinformatics Gaussian by ChARM’sBioinformatics Gaussian by ChARM’s
Bioinformatics Gaussian by ChARM’sEr. Arpit Sharma
 
Reproducibility in human cognitive neuroimaging: a community-­driven data sha...
Reproducibility in human cognitive neuroimaging: a community-­driven data sha...Reproducibility in human cognitive neuroimaging: a community-­driven data sha...
Reproducibility in human cognitive neuroimaging: a community-­driven data sha...Nolan Nichols
 

Similar to A semantic framework for biomedical image discovery (20)

Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 
Research Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and ScienceResearch Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and Science
 
Bioinformatics and sequencing tools used in research and development - OECD B...
Bioinformatics and sequencing tools used in research and development - OECD B...Bioinformatics and sequencing tools used in research and development - OECD B...
Bioinformatics and sequencing tools used in research and development - OECD B...
 
Multivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databasesMultivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databases
 
PRISM Project Update
PRISM Project UpdatePRISM Project Update
PRISM Project Update
 
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
 
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
RECURRENT FEATURE GROUPING AND CLASSIFICATION MODEL FOR ACTION MODEL PREDICTI...
 
Vre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26thVre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26th
 
2019 Triangle Machine Learning Day - Biomedical Image Understanding and EHRs ...
2019 Triangle Machine Learning Day - Biomedical Image Understanding and EHRs ...2019 Triangle Machine Learning Day - Biomedical Image Understanding and EHRs ...
2019 Triangle Machine Learning Day - Biomedical Image Understanding and EHRs ...
 
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
 
An Overview of Software Tools and Platforms for Digital Pathology
An Overview of Software Tools and Platforms for Digital PathologyAn Overview of Software Tools and Platforms for Digital Pathology
An Overview of Software Tools and Platforms for Digital Pathology
 
Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...
Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...
Quick Intro to InterMine within AIP and MTGD - JCVI Research Works-in-Progres...
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
 
Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...
Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...
Sci Know Mine 2013: What can we learn from topic modeling on 350M academic do...
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval System
 
ELIXIR . Technical Coordinator
ELIXIR. Technical CoordinatorELIXIR. Technical Coordinator
ELIXIR . Technical Coordinator
 
Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2
 
Bioinformatics Gaussian by ChARM’s
Bioinformatics Gaussian by ChARM’sBioinformatics Gaussian by ChARM’s
Bioinformatics Gaussian by ChARM’s
 
Reproducibility in human cognitive neuroimaging: a community-­driven data sha...
Reproducibility in human cognitive neuroimaging: a community-­driven data sha...Reproducibility in human cognitive neuroimaging: a community-­driven data sha...
Reproducibility in human cognitive neuroimaging: a community-­driven data sha...
 
CBIR with RF
CBIR with RFCBIR with RF
CBIR with RF
 

More from Syed Ahmad Chan Bukhari, PhD

Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...
Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...
Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...Syed Ahmad Chan Bukhari, PhD
 
CEDAR: Web-Based Tools for Accelerating the Creation of Standardized Metadata
CEDAR: Web-Based Tools for Accelerating the Creation of Standardized MetadataCEDAR: Web-Based Tools for Accelerating the Creation of Standardized Metadata
CEDAR: Web-Based Tools for Accelerating the Creation of Standardized MetadataSyed Ahmad Chan Bukhari, PhD
 
Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...
Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...
Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...Syed Ahmad Chan Bukhari, PhD
 
CAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR Workbench
CAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR WorkbenchCAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR Workbench
CAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR WorkbenchSyed Ahmad Chan Bukhari, PhD
 
BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...
BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...
BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...Syed Ahmad Chan Bukhari, PhD
 
AN Intelligent Realtime multiple vessel collision risk assessment system
AN Intelligent Realtime multiple vessel collision risk assessment system AN Intelligent Realtime multiple vessel collision risk assessment system
AN Intelligent Realtime multiple vessel collision risk assessment system Syed Ahmad Chan Bukhari, PhD
 

More from Syed Ahmad Chan Bukhari, PhD (10)

Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...
Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...
Finding and Reusing Biomedical Datasets using CEDAR Metadata Repository and T...
 
CEDAR Technologies for AIRR Submissions
CEDAR Technologies for AIRR SubmissionsCEDAR Technologies for AIRR Submissions
CEDAR Technologies for AIRR Submissions
 
CEDAR: Web-Based Tools for Accelerating the Creation of Standardized Metadata
CEDAR: Web-Based Tools for Accelerating the Creation of Standardized MetadataCEDAR: Web-Based Tools for Accelerating the Creation of Standardized Metadata
CEDAR: Web-Based Tools for Accelerating the Creation of Standardized Metadata
 
Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...
Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...
Leveraging CEDAR workbench for ontology-linked submission of adaptive immune ...
 
Standardization of the HIPC Data Templates
Standardization of the HIPC Data TemplatesStandardization of the HIPC Data Templates
Standardization of the HIPC Data Templates
 
CAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR Workbench
CAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR WorkbenchCAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR Workbench
CAIRR: A pipeline to submit AIRR data to the NCBI through the CEDAR Workbench
 
BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...
BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...
BioNLP-SADI: A Suite of interoperable BioNLP Semantic Web Services based on S...
 
Type 2 fuzzy ontology ahmadchan
Type 2 fuzzy ontology ahmadchanType 2 fuzzy ontology ahmadchan
Type 2 fuzzy ontology ahmadchan
 
AN Intelligent Realtime multiple vessel collision risk assessment system
AN Intelligent Realtime multiple vessel collision risk assessment system AN Intelligent Realtime multiple vessel collision risk assessment system
AN Intelligent Realtime multiple vessel collision risk assessment system
 
Type-2 Fuzzy Ontology
Type-2 Fuzzy OntologyType-2 Fuzzy Ontology
Type-2 Fuzzy Ontology
 

Recently uploaded

Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 

Recently uploaded (20)

Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 

A semantic framework for biomedical image discovery

  • 1. A Semantic Framework for Biomedical Image Discovery Ahmad C. Bukhari , Mate Levente Nagy, Michael Krauthammer , Paolo Ciccarese , Christopher J. O. Baker 1
  • 2. Background and Motivation • Rapid development in Biomedical research produces a continuous stream of new knowledge. • Efficient literature accessing practices are essential to transfer of information from the research community to peer investigators and other healthcare practitioners. • Images depict key findings of research papers and help academically to better understand the biological concepts.
  • 3. Background and Motivation Protein and DNA sequence Images: Provide exact specification of the composition of a biological entity. Pathway diagrams: Signaling flow / interacting proteins.
  • 4. Background and Motivation MRI Scans - locations of specific brain activity. Gel Imaging - information about DNA and protein manipulation Ultrasoun d X- Rays Graphs
  • 5. Background and Motivation • Making biomedical image content explicit is essential with regards to making medical decisions such as: 5  Diagnosis, Treatment and Follow-up  Data management and the secondary use for biomedical research  Assessment of care delivery. • However, the issues associated with knowledge management and utility operations unique to image data are only recently gaining recognition.
  • 6. Background and Motivation 6 In our previous work, we have developed
  • 7. Yale Image Finder • Yale Image Finder (YIF) is one of the most widely accessed biomedical image search engines. • It retrieves biomedical images and associated data based on queries made over the metadata of the images. • YIF also searches within the image using a sophisticated image segmentation method followed by OCR • YIF repository currently holds over two million biomedical images and associated metadata in its index. 7
  • 8. Challenges • Searching for images of a certain type is error prone as images are still opaque to information retrieval and knowledge extraction engines. • In the Life Sciences, spreadsheets, databases and XML files continue to be the conventional formats used to store experimental data, e.g. Biota , DrugBank and Open Microscopy Environment (OME) • The fact that data exists only in these legacy formats frequently impedes data integration and significantly impedes scientific knowledge discovery.  Interoperability and Reusability  Data integration  Image Provenance (Orphan Data)  Semantic Search is not possible
  • 9. Proposed Solution • To overcome these issues and to accelerate the adoption of the YIF for next generation biomedical applications, we have developed a publically accessible semantic API for biomedical images with multiple modalities called • iCyrus is powered by a dedicated semantic architecture that exposes the YIF content as linked Image data 9
  • 10. Proposed Solution • iCyrus permits integration with related information resources and consume by linked data-aware data services. • To facilitate the adhoc integration of image data with other online data resources, we also built semantic web services for iCyrus, such that it is compatible with the SADI framework. • We have extended iCyrus functionalities further through the incorporation of Domeo. • The iCyrus triplestore currently holds more than thirty-five million triples and can be accessed and operated through syntactic or semantic query interfaces. 10
  • 12. Stage 1 • At stage 1, Image datasets are acquired from Yale Image Finder repository to build a knowledgebase for iCyrus API • Establishes connections with YIF and PubMed concurrently to crosscheck the image metadata • Resolve Image redundancy and completes the metadata information • Stored the clean image data in mysql as parallel storage with triplestore 12
  • 13. Stage 2 • The foremost task in semantic data publication is defining appropriate semantic vocabularies. • Reusability is considered a noble practice in semantic web application development and it is generally accepted that well-known semantic vocabularies • To identify appropriate semantic mappings between available ontologies and the YIF metadata, we created a Java program that suggests possible mappings. 13
  • 14. Stage 2 (Continue) A cursory evaluation of the derived mappings showed there were three types of results; ① Mappings that fully met our requirements which suggested predicates such as hasPubMedID and hasPMCID in the FRBR- aligned Bibliographic Ontology (fbio) ② Mappings that were insufficiently defined, like the imageFeature property that exists in DICOM Ontology ③ Mappings with hosted resources that did not appear trustworthy. To manage the new vocabularies that fulfill the requirements of iCyrus and SEBI 14
  • 15. BIM Ontology ◼ Biomedical Image Ontology provides the semantic vocabularies to all modules of SEBI. ◼ BIM vocabularies can be categorised into four types:  Annotation vocabularies hasImageAnnotationSet, hasSequenceType  Provenance Vocabularies hasAnnVerfiBy, hasCreatedBy  Features and function vocabularies hasSequenceMotif, hasConservedResidue  Semantic service vocabularies SADI services input and output ◼ It maintains the provenance on semantic annotations.
  • 16. BIM Model of automatic sequence annotation by a web
  • 19. UNB-VPS (Semantic Vocabularies Publishing Server) http://cbakerlab.unbsj.ca/unbvps  UNB-VPS is vocabulary publishing server deployed at UNB SJ campus and are used to publish the semantic vocabularies.
  • 21. Stage 2 (Continue) • we developed a customizable domain-dependent schema mapper for the curation of initial mappings based on our MySQL stored data. • With the help of the Jena Model API and domain-dependent schema mapper, we RDFized the image data. • At last stage, we stored the RDFized data into Sesame Triple store 21
  • 22. Stage 3 • To expose the linked open data, we configured a Sesame triple store and deployed SNORQL, an AJAX front-end for exploring RDF SPARQL endpoints • SNORQL permits users to view and export data in XML, XHTML and JSON - a javascript object notation, a popular format among web developers. • To facilitate end user navigation for technical users through iCyrus linked data, we deployed Pubby , a Linked Data interface for local and remote SPARQL 22
  • 25. Stage 4 • To demonstrate iCyrus’ usability as a semantic image API in general, we developed a number of web services using the SADI framework to advertise their availability. • Web services are effective medium for the use of software functionalities in distributed environments without deploying the entire application on the client machine. • A plethora of Bioinformatics software is available on the internet, but most of them have their own accessing criteria and information exchange formats. 25
  • 26. Stage 4 (Continue) • To get full benefit out of these utilities, output should be available in an integrated and  Available web services protocols - REST, SOAP WSDL etc.  Non Semantic  Schema oriented therefore interoperability and scalability issues
  • 27. SADI Framework- Stage 4 (Continue) • The SADI framework is a set of conventions for creating HTTP-based semantic web services that can be automatically discovered and orchestrated • SADI services consume RDF document(s) as input and produce RDF document(s) as output  It solves the interoperability problem. • SADI framework is designed to achieve semantic interoperability among web services designed for different purposes.
  • 29. iCyrus with Federated Query Client • We configured iCyrus’ SADI services registry with the SHARE federated query engine to illustrate SHARE’s automatic information discovery feature. • As an example, we ran the following query: Display images of the ‘IDS gene’ from all documents along with their captions and extend the search with alternate gene names.
  • 30. iCyrus Plugin for DOMEO • The Domeo collection of software components provides a rich set of features that can be further extended through the development of new software plugins. • In order to provide the additional information about the scientific contents in Domeo, we mashed up metadata provided by Yale Image Finder through the iCyrus SPARQL endpoint. • We developed a server-side software connector that, given a PubMed Central document, is able to query the iCyrus SPARQL end-point for all the metadata related to a document’s images.
  • 31. 31 Domeo Environment iCyrus Images is crowd Annotated and annotati Are stored back to triple
  • 32. SEBI as an Extension of iCyrus 32 • Image-first knowledge discovery framework to foster the efficient biomedical literature searching practices and to facilitate the biological image discovery and reuse. Working • SEBI unlocks information associated with and contained in biomedical sequence images. • Utilize the information extracted from images to harvest new image annotations from heterogeneous online biomedical resources. e.g. BLAST, HMMER • SEBI incorporates knowledge infrastructure components and services including image feature extraction, Semantic Web data services, linked openSEBI stands for Semantic Enrichment of Biomedical Images
  • 33. Semantic Sequence Image Enrichment 33
  • 34. Related Image Finding in SEBI 34  SEBI employs the cosine similarity along with fuzzy rule engine to discover and categorize the rel
  • 35. Who will get benefit out of this work? 35 Clinician looks for the visual representation of a disease or condition Researcher searches for studies with certain types of analyses Students seek for diagrams that elucidate complex processes such as DNA replication Professional or educator look for an image for a presentation Patient wants to better understand his disease.
  • 36. Any Question? Scan for project page 36Please Feedback @bukharig8