Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Biomedical KB-HD/AI:
Biomedical Knowledge Graph
for Data Scientists
and Bioinformaticians
Dmitrii Kamaev PhD
Legal disclaimer
QIAGEN products shown here are intended for molecular biology applications. These products are not intended for the diagnosis, prevention or
treatment of a disease.
For up-to-date licensing information and product-specific disclaimers, see the respective QIAGEN kit instructions for use or user operator manual.
QIAGEN instructions for use and user manuals are available at www.qiagen.com or can be requested from QIAGEN Technical Services (or your
local distributor).
2
QIAGEN Digital Insights (QDI)
Leading provider of genomic and clinical knowledge, analysis and interpretation tools and services for scientists and clinicians
3
Powered by the acquisition of:
…one of 3 Business Units within QIAGEN
3,000,000
QIAGEN Discovery Insights: leading provider of expert-curated knowledge
4
June 14, 2024
Curated research findings
Highlight pathways, map networks,
discover mechanisms of action
Curated ‘omics data
Search across diseases and tissues,
find comparisons, identify biomarkers
Curated gene variants
Somatic or germline compendiums,
observed clinical case distribution
Applications
Quickly and efficiently generate novel, high-quality discoveries through highly flexible data analysis and exploration​
5
Analytics-driven drug discovery
Build applications
Integrate
Combine our leading data with your innovative analysis
approaches and a wide range of advanced algorithms
developed by the industry to power analytics and AI-driven
drug discovery
Use the data within your own analysis and data-exploration
applications
Integrate the data with other data types and sources, as
well as third-party technologies. Can act as a foundational
data model.
Primary application categories:
Biomedical knowledge graph construction
and analysis
Most popular applications
Analytics and AI-driven target identification
and drug repositioning
Target, disease and drug intelligence
portals
Disease subtype and biomarker
identification based on functional features
QIAGEN Biomedical Knowledge Base
Break knowledge silos to power R&D with data science
6
Biomedical KB-HD
(human-derived)
• Manually curated by expert
scientists
• Contains over 24 million
biomedical relationships
Biomedical KB-AI
(generative AI-derived)
• Curated through advanced
AI processes
• Boasts 600 million+
biomedical relationships
• Quarterly updates
• Available as flat files, knowledge graphs, APIs
• FAIR friendly
• Foundational data model that can scale
Saving time and facilitating research with comprehensive databases.
Many ways to access QIAGEN-curated relationships
7
94,000
diseases
Downloadable flat files
Python, R,
and REST APIs
Causal analysis and
export functions
Neo4j and SQL database
imports
PubMed
TargetScan
BioGRID
UMLS
SnoMed
MeSH
FDA, ClinVar
ClinicalTrials.gov
DrugBank
17,000
drugs
51,000
functions
49,000
chemicals
20 M
research
findings
Tabular representation VS graph representation
June 14, 2024 8
Relationships
Entity metadata
Tabular representation
June 14, 2024 9
Tabular representation makes many queries complex to write
Schema: simple representation
Real schema and real data
June 14, 2024 11
Knowledge Graph Schema Design
June 14, 2024 12
Completeness Simplicity
Better performance
Increases adoption
Supports diverse user needs
Scientific thoroughness
Design Choices: Gene Representation
June 14, 2024 13
Design Choices: non-directional relationships as a single relationship
June 14, 2024 14
Avoids the problem of deduplicating relationships afterwards
Protein-Protein interaction has no directionality. How should we represent it?
Design Choices: Clinical Trial Fine-Grained Representation
June 14, 2024 15
Shi, X., Du, J. Constructing a finer-grained representation of clinical trial results from ClinicalTrials.gov. Sci Data 11, 41 (2024). https://doi.org/10.1038/s41597-023-02869-7
Design Choices: Clinical Trial Evidence Representation
June 14, 2024 16
Evidence
Drug Drug Target Disease
Evidence attributes
Design choices: relationship aggregation
June 14, 2024 17
Design Choices: Roll up of relationships in ontologies
June 14, 2024 18
Graph Customization: Build Your Own Graph
• Custom names of nodes and relationships
• Customization of attributes
• Aggregation of edges
• Subgraph centered around a certain node
• Exclude irrelevant portions of the content
June 14, 2024 19
June 14, 2024 20
Good schema design is a
balance between simplicity and
comprehensiveness
Recursive queries: finding positive feedback loops
June 14, 2024 21
Querying ontologies
June 14, 2024 22
Equivalent SQL:
Hop 1 and 2 expression networks of ANO1
June 14, 2024 23
Clustering of core pathways in 3D
June 14, 2024 24
Library for 3D visualization
June 14, 2024 25
https://github.com/vasturiano/3d-force-graph
SemSpect: Data Exploration Plugin for Neo4j
June 14, 2024 26
SemSpect: Avoid hairballs in your exploration
June 14, 2024 27
Hides complexity in tables
Relationship-Based Constraints
June 14, 2024 28
June 14, 2024 29
Graph representation enables
discovery through exploration within
the complex interconnections of
biomedical data
What genes cause or correlate with asthma?
30
Genes
Diseases
match (d:disease {name: 'Asthma'})<-[r:C|CO]-(g0:gene)
where any (
subtype_list in g0.node_subtype
where subtype_list in [
'enzyme', 'transcription regulator', 'transporter',
'kinase', 'G-protein coupled receptor', 'peptidase',
'transmembrane receptor', 'ion channel', 'phosphatase',
'translation regulator', 'cytokine', 'growth factor',
'ligand-dependent nuclear receptor'])
return d, r, g0
355 nodes
8309 relationships
Genes
Tox Functions
Pathways
How are asthma-related genes functionally linked?
31
...
optional match (g0:gene)-[:is_a*]->(g1:gene {macromolecule_level: 'ortholog group level'})
optional match (g1:gene {macromolecule_level: 'ortholog group level'})-[r1:member_of]-(p:pathway|toxlist)
with p, collect(distinct g1) as genes, collect(r1) as relationships
where size(genes) >= 2
return genes, relationships, p
281 genes
426 pathways
62 toxlists
3507 relationships
Genes
Tox Functions
Pathways
32
Louvain neighborhood detection,
then filtering by centrality
Can we use biological activity to identify functional neighborhoods?
33
Drugs known to
activate or inhibit
Can we repurpose drugs to target key intersections?
Genes
Tox Functions Drugs
Pathways
Immunosuppressant
approved for atopic
dermatitis
Phase two
complete for
asthma
Link Prediction
June 14, 2024 34
Complex Embeddings for Simple Link Prediction, Theo Trouillon et al.
Gene Disease
?
Define train/test split using Neo4j
•Taking random links between gene-disease
•Mark links to child and parent diseases as exclude
Trained ComplEx embeddings with DGL-KE
Compared to predictions based on node degree
QIAGEN Biomedical KB-AI: provides the greatest depth and
breadth of knowledge for critical pharmaceutical research
Unstructured relationship sources
Structured relationship sources
Graph enrichment sources
35
NIH PMC PubMed
arXiv
medRxiv
bioRxiv
Google
Patents
GWAS
Catalog
dbSNP ChEMBL
RxNav
CPDB
ClinicalTrials.gov
un1Chem
PubChem
FDA
HGNC
reactome GENEONTOLOGY
MeSH
Open Targets
UniProt DAILYMED
12 billion+ triples; 600 million+ relationships
• 335 million+ relationships from scientific research
• 9.4 million+ relationships from patents
• 14.9 million+ relationships from grants
• 4.7 million+ relationships from clinical trials
• 279 million+ relationships from structured sources
Discovery
Identify new targets and
indications with genetic
evidence found across
scientific literature
Clinical
development
Establish potential
biomarkers for
diseases
Business development
and strategy
Understand the competitive
landscape by target, drug,
indication and augment
scientific due diligence
Data generated using state-of-the-art entity disambiguation, semantically meaningful relationship extraction and causal
relationships.
June 14, 2024 36
Entities and Relationships in Biomedical KB-AI
Relationships
Semantic: 290 million
Causal: 9 million
Adverse effects: 280 million
Clinical Trials: 4.7 million
GWAS: 2 million
Preclinical Competitive Intelligence
June 14, 2024 37
Biomedical KB-AI provides many competitive
intelligence sources including
• Patents
• Clinical trials
• Research papers
• Grant applications
GLP1R patent mentions
Preclinical Competitive Intelligence
June 14, 2024 38
Biomedical KB-AI provides many competitive
intelligence sources including
• Patents
• Clinical trials
• Research papers
• Grant applications
Top 20% clinical trial sponsors for GLP1
Indications GLP1 Is Investigated For By Top Pharma Companies
Timeline – Top 4 drugs
targeting GLP1R
Evidence comes form
NIH grants, Publicaitons
and Patents
Evidence accumulation for GLP1R interacting drugs
Rare diseases research
6/14/2024 41
Hypophosphatasia and Ehlers-Danlos syndrome
• Building chat interface model for HPP and EDS scientific publications
• Building model that augments research for HPP and EDS
June 14, 2024 42
Graph representation supports
complex analyses of biomedical
data
June 14, 2024 43
• Kyle Nilson
• Millie Zhou
• Ivana Grbesa
• Francesco Lamanna
• Andreas Kramer
• Bob Rebres
• Burk Braun
• Swati Mishra
• Bjarke Skjernaa
• Allan Merrild
• Rune Gee Madsen
• Poul Liboriussen
• Thomas Hyldgaard
• Venkatesh Moktali
• Alex Jarasch
• Alexander Erdl
• Vincent Vialard
Acknowledgments
Thank you for your attention
Trademarks: QIAGEN®, Sample to Insight®, Ingenuity®, IPA® (QIAGEN Group). Registered names, trademarks, etc. used in this document, even when
not specifically marked as such, may still be protected by law. PROM-21134-001 © 2022 QIAGEN, all rights reserved.

More Related Content

Similar to Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians

NCI Cancer Genomics, Open Science and PMI: FAIR
NCI Cancer Genomics, Open Science and PMI: FAIR NCI Cancer Genomics, Open Science and PMI: FAIR
NCI Cancer Genomics, Open Science and PMI: FAIR
Warren Kibbe
 
Big Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized MedicineBig Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
New York eHealth Collaborative
 
Data Commons & Data Science Workshop
Data Commons & Data Science WorkshopData Commons & Data Science Workshop
Data Commons & Data Science Workshop
Warren Kibbe
 
Cancer Moonshot, Data sharing and the Genomic Data Commons
Cancer Moonshot, Data sharing and the Genomic Data CommonsCancer Moonshot, Data sharing and the Genomic Data Commons
Cancer Moonshot, Data sharing and the Genomic Data Commons
Warren Kibbe
 
Building linked data large-scale chemistry platform - challenges, lessons and...
Building linked data large-scale chemistry platform - challenges, lessons and...Building linked data large-scale chemistry platform - challenges, lessons and...
Building linked data large-scale chemistry platform - challenges, lessons and...
Valery Tkachenko
 
Pistoia Alliance USA Conference 2016
Pistoia Alliance USA Conference 2016Pistoia Alliance USA Conference 2016
Pistoia Alliance USA Conference 2016
Pistoia Alliance
 
Research Data Alliance (RDA) Webinar: What do you really know about that anti...
Research Data Alliance (RDA) Webinar: What do you really know about that anti...Research Data Alliance (RDA) Webinar: What do you really know about that anti...
Research Data Alliance (RDA) Webinar: What do you really know about that anti...
dkNET
 
NCI Cancer Genomic Data Commons for NCAB September 2016
NCI Cancer Genomic Data Commons for NCAB September 2016NCI Cancer Genomic Data Commons for NCAB September 2016
NCI Cancer Genomic Data Commons for NCAB September 2016
Warren Kibbe
 
Project Hippocrates
Project HippocratesProject Hippocrates
Realising the potential of Health Data Science: opportunities and challenges ...
Realising the potential of Health Data Science:opportunities and challenges ...Realising the potential of Health Data Science:opportunities and challenges ...
Realising the potential of Health Data Science: opportunities and challenges ...
Paolo Missier
 
tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...
tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...
tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...
David Peyruc
 
Enabling Patient-Driven Medicine Using Graph Database
Enabling Patient-Driven Medicine Using Graph DatabaseEnabling Patient-Driven Medicine Using Graph Database
Enabling Patient-Driven Medicine Using Graph Database
Neo4j
 
Next Gen Sequencing and Associated Big Data / AI problem
Next Gen Sequencing and Associated Big Data / AI problemNext Gen Sequencing and Associated Big Data / AI problem
Next Gen Sequencing and Associated Big Data / AI problem
Subhendu Dey
 
CINECA webinar slides: Open science through fair health data networks dream o...
CINECA webinar slides: Open science through fair health data networks dream o...CINECA webinar slides: Open science through fair health data networks dream o...
CINECA webinar slides: Open science through fair health data networks dream o...
CINECAProject
 
Informatics
InformaticsInformatics
Informatics
GVK Biosciences
 
Knowledge Discovery using an Integrated Semantic Web
Knowledge Discovery using an Integrated Semantic WebKnowledge Discovery using an Integrated Semantic Web
Knowledge Discovery using an Integrated Semantic Web
Michel Dumontier
 
Maze's Compass Platform - A data fabric for drug discovery and development
Maze's Compass Platform - A data fabric for drug discovery and developmentMaze's Compass Platform - A data fabric for drug discovery and development
Maze's Compass Platform - A data fabric for drug discovery and development
Nolan Nichols
 
FAIR as a Working Principle for Cancer Genomic Data
FAIR as a Working Principle for Cancer Genomic DataFAIR as a Working Principle for Cancer Genomic Data
FAIR as a Working Principle for Cancer Genomic Data
Ian Fore
 
Data Virtualization Modernizes Biobanking
Data Virtualization Modernizes BiobankingData Virtualization Modernizes Biobanking
Data Virtualization Modernizes Biobanking
Denodo
 
Pine Biotech
Pine BiotechPine Biotech
Pine Biotech
Elia Brodsky
 

Similar to Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians (20)

NCI Cancer Genomics, Open Science and PMI: FAIR
NCI Cancer Genomics, Open Science and PMI: FAIR NCI Cancer Genomics, Open Science and PMI: FAIR
NCI Cancer Genomics, Open Science and PMI: FAIR
 
Big Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized MedicineBig Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
 
Data Commons & Data Science Workshop
Data Commons & Data Science WorkshopData Commons & Data Science Workshop
Data Commons & Data Science Workshop
 
Cancer Moonshot, Data sharing and the Genomic Data Commons
Cancer Moonshot, Data sharing and the Genomic Data CommonsCancer Moonshot, Data sharing and the Genomic Data Commons
Cancer Moonshot, Data sharing and the Genomic Data Commons
 
Building linked data large-scale chemistry platform - challenges, lessons and...
Building linked data large-scale chemistry platform - challenges, lessons and...Building linked data large-scale chemistry platform - challenges, lessons and...
Building linked data large-scale chemistry platform - challenges, lessons and...
 
Pistoia Alliance USA Conference 2016
Pistoia Alliance USA Conference 2016Pistoia Alliance USA Conference 2016
Pistoia Alliance USA Conference 2016
 
Research Data Alliance (RDA) Webinar: What do you really know about that anti...
Research Data Alliance (RDA) Webinar: What do you really know about that anti...Research Data Alliance (RDA) Webinar: What do you really know about that anti...
Research Data Alliance (RDA) Webinar: What do you really know about that anti...
 
NCI Cancer Genomic Data Commons for NCAB September 2016
NCI Cancer Genomic Data Commons for NCAB September 2016NCI Cancer Genomic Data Commons for NCAB September 2016
NCI Cancer Genomic Data Commons for NCAB September 2016
 
Project Hippocrates
Project HippocratesProject Hippocrates
Project Hippocrates
 
Realising the potential of Health Data Science: opportunities and challenges ...
Realising the potential of Health Data Science:opportunities and challenges ...Realising the potential of Health Data Science:opportunities and challenges ...
Realising the potential of Health Data Science: opportunities and challenges ...
 
tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...
tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...
tranSMART Community Meeting 5-7 Nov 13 - Session 3: Pfizer’s Recent Use of tr...
 
Enabling Patient-Driven Medicine Using Graph Database
Enabling Patient-Driven Medicine Using Graph DatabaseEnabling Patient-Driven Medicine Using Graph Database
Enabling Patient-Driven Medicine Using Graph Database
 
Next Gen Sequencing and Associated Big Data / AI problem
Next Gen Sequencing and Associated Big Data / AI problemNext Gen Sequencing and Associated Big Data / AI problem
Next Gen Sequencing and Associated Big Data / AI problem
 
CINECA webinar slides: Open science through fair health data networks dream o...
CINECA webinar slides: Open science through fair health data networks dream o...CINECA webinar slides: Open science through fair health data networks dream o...
CINECA webinar slides: Open science through fair health data networks dream o...
 
Informatics
InformaticsInformatics
Informatics
 
Knowledge Discovery using an Integrated Semantic Web
Knowledge Discovery using an Integrated Semantic WebKnowledge Discovery using an Integrated Semantic Web
Knowledge Discovery using an Integrated Semantic Web
 
Maze's Compass Platform - A data fabric for drug discovery and development
Maze's Compass Platform - A data fabric for drug discovery and developmentMaze's Compass Platform - A data fabric for drug discovery and development
Maze's Compass Platform - A data fabric for drug discovery and development
 
FAIR as a Working Principle for Cancer Genomic Data
FAIR as a Working Principle for Cancer Genomic DataFAIR as a Working Principle for Cancer Genomic Data
FAIR as a Working Principle for Cancer Genomic Data
 
Data Virtualization Modernizes Biobanking
Data Virtualization Modernizes BiobankingData Virtualization Modernizes Biobanking
Data Virtualization Modernizes Biobanking
 
Pine Biotech
Pine BiotechPine Biotech
Pine Biotech
 

More from Neo4j

Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Neo4j
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit ParisAtelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Neo4j
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Neo4j
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
FLOA - Détection de Fraude - GraphSummit Paris
FLOA -  Détection de Fraude - GraphSummit ParisFLOA -  Détection de Fraude - GraphSummit Paris
FLOA - Détection de Fraude - GraphSummit Paris
Neo4j
 
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
Neo4j
 
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
Neo4j
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
Neo4j
 
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product UpdatesGraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
Neo4j
 
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
KLARNA -  Language Models and Knowledge Graphs: A Systems ApproachKLARNA -  Language Models and Knowledge Graphs: A Systems Approach
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
Neo4j
 
INGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by DesignINGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by Design
Neo4j
 

More from Neo4j (20)

Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit ParisAtelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
FLOA - Détection de Fraude - GraphSummit Paris
FLOA -  Détection de Fraude - GraphSummit ParisFLOA -  Détection de Fraude - GraphSummit Paris
FLOA - Détection de Fraude - GraphSummit Paris
 
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
 
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
 
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product UpdatesGraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
 
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
KLARNA -  Language Models and Knowledge Graphs: A Systems ApproachKLARNA -  Language Models and Knowledge Graphs: A Systems Approach
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
 
INGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by DesignINGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by Design
 

Recently uploaded

Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
Ivo Velitchkov
 
Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!
Ortus Solutions, Corp
 
Cyber Recovery Wargame
Cyber Recovery WargameCyber Recovery Wargame
Cyber Recovery Wargame
Databarracks
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB
 
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
manji sharman06
 
Getting the Most Out of ScyllaDB Monitoring: ShareChat's Tips
Getting the Most Out of ScyllaDB Monitoring: ShareChat's TipsGetting the Most Out of ScyllaDB Monitoring: ShareChat's Tips
Getting the Most Out of ScyllaDB Monitoring: ShareChat's Tips
ScyllaDB
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
Mydbops
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
christinelarrosa
 
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdfLee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
leebarnesutopia
 
Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!
Tobias Schneck
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
UiPathCommunity
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
ScyllaDB
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
FilipTomaszewski5
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
UiPathCommunity
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
Fwdays
 
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
Fwdays
 
Christine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptxChristine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptx
christinelarrosa
 
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin..."$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
Fwdays
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 

Recently uploaded (20)

Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
 
Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!
 
Cyber Recovery Wargame
Cyber Recovery WargameCyber Recovery Wargame
Cyber Recovery Wargame
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
 
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
 
Getting the Most Out of ScyllaDB Monitoring: ShareChat's Tips
Getting the Most Out of ScyllaDB Monitoring: ShareChat's TipsGetting the Most Out of ScyllaDB Monitoring: ShareChat's Tips
Getting the Most Out of ScyllaDB Monitoring: ShareChat's Tips
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
 
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdfLee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
 
Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
 
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
 
Christine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptxChristine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptx
 
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin..."$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 

Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians

  • 1. Biomedical KB-HD/AI: Biomedical Knowledge Graph for Data Scientists and Bioinformaticians Dmitrii Kamaev PhD
  • 2. Legal disclaimer QIAGEN products shown here are intended for molecular biology applications. These products are not intended for the diagnosis, prevention or treatment of a disease. For up-to-date licensing information and product-specific disclaimers, see the respective QIAGEN kit instructions for use or user operator manual. QIAGEN instructions for use and user manuals are available at www.qiagen.com or can be requested from QIAGEN Technical Services (or your local distributor). 2
  • 3. QIAGEN Digital Insights (QDI) Leading provider of genomic and clinical knowledge, analysis and interpretation tools and services for scientists and clinicians 3 Powered by the acquisition of: …one of 3 Business Units within QIAGEN 3,000,000
  • 4. QIAGEN Discovery Insights: leading provider of expert-curated knowledge 4 June 14, 2024 Curated research findings Highlight pathways, map networks, discover mechanisms of action Curated ‘omics data Search across diseases and tissues, find comparisons, identify biomarkers Curated gene variants Somatic or germline compendiums, observed clinical case distribution
  • 5. Applications Quickly and efficiently generate novel, high-quality discoveries through highly flexible data analysis and exploration​ 5 Analytics-driven drug discovery Build applications Integrate Combine our leading data with your innovative analysis approaches and a wide range of advanced algorithms developed by the industry to power analytics and AI-driven drug discovery Use the data within your own analysis and data-exploration applications Integrate the data with other data types and sources, as well as third-party technologies. Can act as a foundational data model. Primary application categories: Biomedical knowledge graph construction and analysis Most popular applications Analytics and AI-driven target identification and drug repositioning Target, disease and drug intelligence portals Disease subtype and biomarker identification based on functional features
  • 6. QIAGEN Biomedical Knowledge Base Break knowledge silos to power R&D with data science 6 Biomedical KB-HD (human-derived) • Manually curated by expert scientists • Contains over 24 million biomedical relationships Biomedical KB-AI (generative AI-derived) • Curated through advanced AI processes • Boasts 600 million+ biomedical relationships • Quarterly updates • Available as flat files, knowledge graphs, APIs • FAIR friendly • Foundational data model that can scale Saving time and facilitating research with comprehensive databases.
  • 7. Many ways to access QIAGEN-curated relationships 7 94,000 diseases Downloadable flat files Python, R, and REST APIs Causal analysis and export functions Neo4j and SQL database imports PubMed TargetScan BioGRID UMLS SnoMed MeSH FDA, ClinVar ClinicalTrials.gov DrugBank 17,000 drugs 51,000 functions 49,000 chemicals 20 M research findings
  • 8. Tabular representation VS graph representation June 14, 2024 8 Relationships Entity metadata
  • 9. Tabular representation June 14, 2024 9 Tabular representation makes many queries complex to write
  • 11. Real schema and real data June 14, 2024 11
  • 12. Knowledge Graph Schema Design June 14, 2024 12 Completeness Simplicity Better performance Increases adoption Supports diverse user needs Scientific thoroughness
  • 13. Design Choices: Gene Representation June 14, 2024 13
  • 14. Design Choices: non-directional relationships as a single relationship June 14, 2024 14 Avoids the problem of deduplicating relationships afterwards Protein-Protein interaction has no directionality. How should we represent it?
  • 15. Design Choices: Clinical Trial Fine-Grained Representation June 14, 2024 15 Shi, X., Du, J. Constructing a finer-grained representation of clinical trial results from ClinicalTrials.gov. Sci Data 11, 41 (2024). https://doi.org/10.1038/s41597-023-02869-7
  • 16. Design Choices: Clinical Trial Evidence Representation June 14, 2024 16 Evidence Drug Drug Target Disease Evidence attributes
  • 17. Design choices: relationship aggregation June 14, 2024 17
  • 18. Design Choices: Roll up of relationships in ontologies June 14, 2024 18
  • 19. Graph Customization: Build Your Own Graph • Custom names of nodes and relationships • Customization of attributes • Aggregation of edges • Subgraph centered around a certain node • Exclude irrelevant portions of the content June 14, 2024 19
  • 20. June 14, 2024 20 Good schema design is a balance between simplicity and comprehensiveness
  • 21. Recursive queries: finding positive feedback loops June 14, 2024 21
  • 22. Querying ontologies June 14, 2024 22 Equivalent SQL:
  • 23. Hop 1 and 2 expression networks of ANO1 June 14, 2024 23
  • 24. Clustering of core pathways in 3D June 14, 2024 24
  • 25. Library for 3D visualization June 14, 2024 25 https://github.com/vasturiano/3d-force-graph
  • 26. SemSpect: Data Exploration Plugin for Neo4j June 14, 2024 26
  • 27. SemSpect: Avoid hairballs in your exploration June 14, 2024 27 Hides complexity in tables
  • 29. June 14, 2024 29 Graph representation enables discovery through exploration within the complex interconnections of biomedical data
  • 30. What genes cause or correlate with asthma? 30 Genes Diseases match (d:disease {name: 'Asthma'})<-[r:C|CO]-(g0:gene) where any ( subtype_list in g0.node_subtype where subtype_list in [ 'enzyme', 'transcription regulator', 'transporter', 'kinase', 'G-protein coupled receptor', 'peptidase', 'transmembrane receptor', 'ion channel', 'phosphatase', 'translation regulator', 'cytokine', 'growth factor', 'ligand-dependent nuclear receptor']) return d, r, g0 355 nodes 8309 relationships
  • 31. Genes Tox Functions Pathways How are asthma-related genes functionally linked? 31 ... optional match (g0:gene)-[:is_a*]->(g1:gene {macromolecule_level: 'ortholog group level'}) optional match (g1:gene {macromolecule_level: 'ortholog group level'})-[r1:member_of]-(p:pathway|toxlist) with p, collect(distinct g1) as genes, collect(r1) as relationships where size(genes) >= 2 return genes, relationships, p 281 genes 426 pathways 62 toxlists 3507 relationships
  • 32. Genes Tox Functions Pathways 32 Louvain neighborhood detection, then filtering by centrality Can we use biological activity to identify functional neighborhoods?
  • 33. 33 Drugs known to activate or inhibit Can we repurpose drugs to target key intersections? Genes Tox Functions Drugs Pathways Immunosuppressant approved for atopic dermatitis Phase two complete for asthma
  • 34. Link Prediction June 14, 2024 34 Complex Embeddings for Simple Link Prediction, Theo Trouillon et al. Gene Disease ? Define train/test split using Neo4j •Taking random links between gene-disease •Mark links to child and parent diseases as exclude Trained ComplEx embeddings with DGL-KE Compared to predictions based on node degree
  • 35. QIAGEN Biomedical KB-AI: provides the greatest depth and breadth of knowledge for critical pharmaceutical research Unstructured relationship sources Structured relationship sources Graph enrichment sources 35 NIH PMC PubMed arXiv medRxiv bioRxiv Google Patents GWAS Catalog dbSNP ChEMBL RxNav CPDB ClinicalTrials.gov un1Chem PubChem FDA HGNC reactome GENEONTOLOGY MeSH Open Targets UniProt DAILYMED 12 billion+ triples; 600 million+ relationships • 335 million+ relationships from scientific research • 9.4 million+ relationships from patents • 14.9 million+ relationships from grants • 4.7 million+ relationships from clinical trials • 279 million+ relationships from structured sources Discovery Identify new targets and indications with genetic evidence found across scientific literature Clinical development Establish potential biomarkers for diseases Business development and strategy Understand the competitive landscape by target, drug, indication and augment scientific due diligence Data generated using state-of-the-art entity disambiguation, semantically meaningful relationship extraction and causal relationships.
  • 36. June 14, 2024 36 Entities and Relationships in Biomedical KB-AI Relationships Semantic: 290 million Causal: 9 million Adverse effects: 280 million Clinical Trials: 4.7 million GWAS: 2 million
  • 37. Preclinical Competitive Intelligence June 14, 2024 37 Biomedical KB-AI provides many competitive intelligence sources including • Patents • Clinical trials • Research papers • Grant applications GLP1R patent mentions
  • 38. Preclinical Competitive Intelligence June 14, 2024 38 Biomedical KB-AI provides many competitive intelligence sources including • Patents • Clinical trials • Research papers • Grant applications Top 20% clinical trial sponsors for GLP1
  • 39. Indications GLP1 Is Investigated For By Top Pharma Companies
  • 40. Timeline – Top 4 drugs targeting GLP1R Evidence comes form NIH grants, Publicaitons and Patents Evidence accumulation for GLP1R interacting drugs
  • 41. Rare diseases research 6/14/2024 41 Hypophosphatasia and Ehlers-Danlos syndrome • Building chat interface model for HPP and EDS scientific publications • Building model that augments research for HPP and EDS
  • 42. June 14, 2024 42 Graph representation supports complex analyses of biomedical data
  • 43. June 14, 2024 43 • Kyle Nilson • Millie Zhou • Ivana Grbesa • Francesco Lamanna • Andreas Kramer • Bob Rebres • Burk Braun • Swati Mishra • Bjarke Skjernaa • Allan Merrild • Rune Gee Madsen • Poul Liboriussen • Thomas Hyldgaard • Venkatesh Moktali • Alex Jarasch • Alexander Erdl • Vincent Vialard Acknowledgments
  • 44. Thank you for your attention Trademarks: QIAGEN®, Sample to Insight®, Ingenuity®, IPA® (QIAGEN Group). Registered names, trademarks, etc. used in this document, even when not specifically marked as such, may still be protected by law. PROM-21134-001 © 2022 QIAGEN, all rights reserved.