SlideShare a Scribd company logo
1 of 75
Download to read offline
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
From Target to Product –
Accelerating the Drug Lifecycle
with Knowledge Graphs
1
Dr. Alexander Jarasch - on behalf of the whole Neo4j team
alexander.jarasch@neo4j.com
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Audrey
Fredrik
Håkan
Kristof
Carlos Niels
Marius
Yuen Leung
Alex
Neo4j
Team
© 2023 Neo4j, Inc. All rights reserved.
Survey
© 2023 Neo4j, Inc. All rights reserved.
Survey
© 2023 Neo4j, Inc. All rights reserved.
Why Graphs?
5
© 2023 Neo4j, Inc. All rights reserved.
https://www.graphable.ai/blog
6
Motivation
© 2023 Neo4j, Inc. All rights reserved.
“Graphs are the main modality
of data we receive from
nature…”
7
© 2023 Neo4j, Inc. All rights reserved.
Simple Graph Example from Biology Textbook
RNA
Gene Protein
:CODES :CODES
:SYNONYM :SYNONYM :SYNONYM
© 2023 Neo4j, Inc. All rights reserved.
Simple Graph Example from Biology Textbook
RNA
Gene Protein
:CODES :CODES
:SYNONYM :SYNONYM :SYNONYM
Gene
Copy
Epi
genetics
RNA
silencing
CRISPR
Cas9
SNPs
RNA
splicing
Protein
glycosylation
Protein
phosphory
lation
Protein
ubiquitination
© 2023 Neo4j, Inc. All rights reserved.
Legacy
systems
can’t keep up
Relational Databases
don’t handle relationships well
Document Databases
don’t handle relationships at all
10
© 2023 Neo4j, Inc. All rights reserved.
11
© 2023 Neo4j, Inc. All rights reserved.
12
© 2023 Neo4j, Inc. All rights reserved.
Data, meet Graph.
Neo4j creates a more intuitive and connected view of data
relationships, unlocking deeper understanding and context
13
© 2023 Neo4j, Inc. All rights reserved.
14
How to manage complexity?
How to mitigate risk?
How to improve time to market?
14
© 2023 Neo4j, Inc. All rights reserved.
NEO4J: FOR APPLICATIONS AND ANALYTICS
15
Graph Transactions,
Storage & Querying
Graph Analytics, ML,
& Data Science
Intelligent Applications Better Predictions
© 2023 Neo4j, Inc. All rights reserved.
Graph Transactions,
Storage & Querying
Graph Analytics, ML,
& Data Science
Intelligent Applications Better Predictions
16
Find sub populations
-> Community Detections
Identify Targets
-> Centrality Algorithms
Find alternative Routes
-> K shortest paths
Classify Patients
-> Node Similarity
NEO4J: FOR APPLICATIONS AND ANALYTICS
© 2023 Neo4j, Inc. All rights reserved.
Graph Algorithms in Neo4j GDS
Pathfinding &
Search
• A* Shortest Path
• All Pairs Shortest Path
• Breadth & Depth First Search
• Delta-Stepping Single-Source
• Dijkstra Single-Source
• Dijkstra Source-Target
• K-Spanning Tree (MST)
• Minimum Weight Spanning Tree
• Random Walk
• Yen’s K Shortest Path
Centrality &
Importance
• ArticleRank
• Betweenness Centrality & Approx.
• Closeness Centrality
• Degree Centrality
• Eigenvector Centrality
• Harmonic Centrality
• Hyperlink Induced Topic Search (HITS)
• Influence Maximization (Greedy, CELF)
• PageRank
• Personalized PageRank
Community
Detection
• Conductance Metric
• K-1 Coloring
• K-Means Clustering
• Label Propagation
• Leiden Algorithm
• Local Clustering Coefficient
• Louvain Algorithm
• Max K-Cut
• Modularity Optimization
• Speaker Listener Label Propagation
• Strongly Connected Components
• Triangle Count
• Weakly Connected Components
Supervised
Machine Learning
• Link Prediction Pipelines
• Node Classification Pipelines
• Node Regression Pipelines
… and more!
Heuristic Link
Prediction
• Adamic Adar
• Common Neighbors
• Preferential Attachment
• Resource Allocations
• Same Community
• Total Neighbors
Similarity
• K-Nearest Neighbors (KNN)
• Node Similarity
• Filtered KNN & Node Similarity
• Cosine & Pearson Similarity Functions
• Euclidean Distance Similarity Function
• Euclidean Similarity Function
• Jaccard & Overlap Similarity Functions
Graph
Embeddings
• Fast Random Projection (FastRP)
• GraphSAGE
• Node2Vec
• HashGNN
• Collapse Paths
• One Hot Encoding
• Pregel API (write your own algos)
• Property Scaling
• Split Relationships
• Synthetic Graph Generation
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Use Cases R&D
© 2023 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
19
Pains and Challenges
Connect internal and external data
Integration / Connection of Heterogeneous
datasets
Connect data to ontologies
Pain:
Connect data
Slow, tedious
manual work
Users:
Mainly Scientists
(Biochemists,
Bioinformatics,
Physicians)
Result:
Speed up research
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
20
Use Case R&D
HealthECCO / CovidGraph
Connecting Molecular Entities
© 2023 Neo4j, Inc. All rights reserved.
Volumen of (heterogenous) data is increasing
© 2023 Neo4j, Inc. All rights reserved.
Overview
• Usually Drug Discovery use
cases start with building a
Knowledge Graph
◦ Connect biomedical entities
◦ Connect Ontologies
◦ Infer / Validate Knowledge
• Applications
◦ Drug repurposing
◦ Target identification
Example of connecting biomedical entities (GitHub)
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
23
Use Case R&D
Novartis
Target and Drug Discovery / Drug
Repurposing
© 2023 Neo4j, Inc. All rights reserved.
24
Reduced Time to Market
Target Identification
Challenge
Slow process of identification of targets
across literature, experimental and clinical
trials data during drug discovery process
Solution
Knowledge graph of genes, diseases and
compounds created from internal historical
and imaging data and external PubMed data
and analyzed using powerful graph
algorithms.
Why Neo4j
Flexible, Contextual Data Model
½ B
Nodes
Quicker
and More
Accurate
Identification of
targets
Decreased
Human Effort &
Cost
© 2023 Neo4j, Inc. All rights reserved.
Novartis: Find “triangles” in Knowledge Graph
Disease
Gene
Drug
Clinical Knowledge
Ontologies
Comorbidities
Molecular Information
Pathways
Proteins
Clinical Trials
Side Effects
Targets
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
26
Use Case R&D
Novo Nordisk
Target identification / validation
© 2023 Neo4j, Inc. All rights reserved.
Knowledge Graph of Novo Nordisk
Presentation BioTechX,
Basel 2022
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
29
Use Case R&D
Qiagen
Target and Drug Discovery / Drug repurposing
Manually curated scientific data
© 2023 Neo4j, Inc. All rights reserved.
30
Qiagen’s Biomedical Knowledge Base (via Neo4j)
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
31
Use Case
US Pharma Company
Drug Repurposing
© 2023 Neo4j, Inc. All rights reserved.
Knowledge Graph over Clinical Trial Data
Disease1
Drug1
Disease2
Drug2
Drug3
Drug7
Target2
Disease4
Drug4
Drug5
Drug6
Disease3
Phase 2
Phase 2
Phase 3
Phase 3
Phase 1
Target1
Phase 3
Disconti
nued
Phase 2
Disease2 Drug2
CD40
Disease1
(internal)
Drug1
(internal)
Opportunity for engineering?
“Is there an antibody (in-house) that
targets CD40 -> has CD40 targeted
by other drugs, have they
experimented with other indications?”
“In what targets and
diseases do
competitors invest?”
32
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Use Cases Clinical Trials
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
34
Use Case
US Pharma Company
Clinical Trial PI Identification
© 2023 Neo4j, Inc. All rights reserved.
3000X
Faster
1
Tool
(Knowledge
Graph) created
for all PI-related
questions
More
Accurate
Identification of
experienced PIs
35
Faster time to market
Clinical Trials PI Identification
Semantic Search
Challenge
Identifying Principal Investigators (PIs)
with the right experience to ensure that
they do not churn within / after a single
trial
Solution
Knowledge graph of PI Name, Address,
Hospital, Therapeutic Area, Specialty,
Past Clinical Studies, etc to identify the
right PI for clinical trials.
Why Neo4j
Flexible, Contextual Data Model
Fortune
100
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
36
Use Case
Novo Nordisk
Clinical Trial Data Management
© 2023 Neo4j, Inc. All rights reserved.
Reducing complexity
Novo Nordisk’s Open Study Builder
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
38
Use Case
GSK
Clinical Reporting Workflows
© 2023 Neo4j, Inc. All rights reserved.
Contextualize Clinical Knowledge Graph
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
40
Use Case
German Center for Diabetes Research (DZD)
Cross-Species Mapping of Ontologies
Graph Queries
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
43
Querying between Ontologies and Genes
43
Example: Equivalent HP-/MP-Term “Deafness”/”Hearing impairment” and ortholog Genes
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
44
Use Case
Astra Zeneca
Patient Journey
© 2023 Neo4j, Inc. All rights reserved.
45
Reducing risk and time to market
Patient Recommendations
Bringing new drugs to market can be
hard: you need to find the right patients
and educate their providers
Results:
● 3 years of health records with 4B+
data points ingested
● Unique archetype of successful
patients ID’d via graph embeddings
● Key opinion leaders identified based
on network structure
“We used graph algorithms to find
patients that had specific journey
types and patterns and then find
others that are close and similar.”
Joseph Roemer
Global Commercial IT Insight & Analytics Sr. Director
AstraZeneca
© 2023 Neo4j, Inc. All rights reserved.
46
Patient Journey with Neo4j
46
Synthetic Patient Journey Data
• Patient connected to all its
Encounters
• Each Encounter eventually has a
Clinical Condition and/or Drug
prescription
Part of the data model
One journey example
Zoom
24 Encounters
3 drugs prescribed
Patient
5 conditions
diagnosed
© 2023 Neo4j, Inc. All rights reserved.
47
Patient Journey Dashboard with NeoDash
47
Patient location
(geospatial data)
Population size
Deceased
subpopulation
Which clinical conditions
end up in the same drug
prescription
Month between
pre-diabetes (reversible)
and type 2 diabetes
(irreversible)
Encounters connected
to diabetes
Gender distribution
© 2023 Neo4j, Inc. All rights reserved.
Neo4j, Inc. All rights reserved 2022
Use Cases in Pharma Supply Chain
Supply chain network
Agility and resilience in an age of uncertainty
© 2023 Neo4j, Inc. All rights reserved.
Digital Supply Chain Twins
Digital Supply Chain Twins—Conceptual Clarification, Use Cases and Benefits
Benno Gerlach, Simon Zarnitz, Benjamin Nitsche and Frank Straube
Logistics 2021, 5, 86. https://doi.org/10.3390/logistics5040086
© 2023 Neo4j, Inc. All rights reserved.
Supply Chain Applications using Knowledge Graphs
Supply Chain
Optimization
Logistics
BoM
Management
Track & Trace
• Route optimization
• Risk identification and
diversity planning
• Predictive fulfillment
• Quality recommendation
• Supply chain driven
product design
© 2023 Neo4j, Inc. All rights reserved.
Best alternative Route
© 2023 Neo4j, Inc. All rights reserved.
Issues & Routes Affected
© 2023 Neo4j, Inc. All rights reserved.
Calculating costs on alternative routes
© 2023 Neo4j, Inc. All rights reserved.
Graph Algorithms in Supply Chains
Graph algorithms enable
reasoning about network
structure
K-Shortest Paths to
identify the best
alternative routes
© 2023 Neo4j, Inc. All rights reserved.
Graph Algorithms in Supply Chain
Graph algorithms enable reasoning about network
structure
K-Shortest Paths to identify the best alternative
routes
Betweenness Centrality to find critical bottlenecks or
risk points
Degree Centrality to see distribution centers with
high use
Similarity to find providers that can step in during a
disruption
© 2023 Neo4j, Inc. All rights reserved.
Graph Algorithms in Supply Chain
Graph algorithms enable reasoning about network
structure
K-Shortest Paths to identify the best alternative
routes
Betweenness Centrality to find critical bottlenecks or
risk points
Degree Centrality to see distribution centers with
high use
Similarity to find providers that can step in during a
disruption
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
57
Use Case
US Pharma Company
Track, Trace & Reconcile Billions of
Pharma Product Serial Numbers
© 2023 Neo4j, Inc. All rights reserved.
Track and Trace Solution
• Scalable solution for vast volumes of serial
numbers
“Continuing to use SQL Server DB was
unsustainable”
• Graph has the ability to record complex data
interdependencies
• Query speed ~100x faster than SQL Server
“Retrieval times for 1,000 serial numbers from two
billion records … We were seeing responses to
single queries of under a second, up to very few
seconds, compared to what could have been
several minutes using SQL Server – performance
which just isn’t acceptable in our business”
• regulated life sciences industry
• Identify at any given time where
individual medicine items are
• FEB 2019,
the EU’s Falsified Medicines
Directive (FMD) specifies
◦ any medicinal products for
human use must carry a unique
product identifier code
◦ manufacturers and distributors
can demonstrate detailed
recordkeeping
• Processes across multiple sites,
markets, keeping track of every
stock
Challenge
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
59
Use Case
US Pharma Company
Supply Chain / Digital Twin
© 2023 Neo4j, Inc. All rights reserved.
An Example for Drug Supply Network
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Use Case FAERS
© 2023 Neo4j, Inc. All rights reserved.
FDA Adverse Event Reporting System Data with Neo4j
+ Internal Adverse Event Data
© 2023 Neo4j, Inc. All rights reserved.
FAERS - Potential Business Questions
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
67
Graph Use Cases for the entire Drug LifeCycle
67
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
…there’s one more THING
https://neo4j.com/labs/apoc/5/ml/openai/
© 2023 Neo4j, Inc. All rights reserved.
69
Setting the context - From a user point of view
© 2023 Neo4j, Inc. All rights reserved.
Three potential scenarios
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
72
Let’s rock some graphs!
alexander.jarasch@neo4j.com
© 2023 Neo4j, Inc. All rights reserved.
Survey
© 2023 Neo4j, Inc. All rights reserved.
Survey - Interactive sessions
© 2023 Neo4j, Inc. All rights reserved.
Visual Graph
Explorer
Interactive
Query Tools
API
Libraries
Application
Frameworks
Graph Data
Science
Language
Interfaces
75
Neo4j Graph Data Platform
BUSINESS
USERS
DEVELOPERS
DATA
SCIENTISTS
DATA
ANALYSTS
Data Sources
Graph
Transactions
Graph
Analytics
Native Graph Database
The foundation of the Neo4j platform; delivers enterprise-scale
and performance, security, and data integrity for transaction and
analytical workloads.
Data Science and Analytics
Explorative tools, rich algorithm library, and Integrated
supervised Machine Learning framework.
Development Tools & Frameworks
Tooling, APIs, query builder, multi-language support for
development, admin, modeling, and rapid prototyping needs.
Discovery & Visualisation
Code-free querying, data modeling and exploration tools for data
scientists, developers, and analysts.
Graph Query Language Support
Cypher & openCypher; Ongoing leadership and standards work
(GQL) to establish lingua franca for graphs.
Ecosystem & Integrations
Rich ecosystem of tech and integration partners. Ingestion tools
(JDBC, Kafka, Spark, BI Tools, etc.) for bulk and streaming needs.
Runs Anywhere
Deploy as-a-Service (AuraDB) or self-hosted within your cloud of
choice (AWS, GCP, Azure) via their marketplace, or on-premises.
Graph Database
Data Connectors

More Related Content

What's hot

Modeling Cybersecurity with Neo4j, Based on Real-Life Data Insights
Modeling Cybersecurity with Neo4j, Based on Real-Life Data InsightsModeling Cybersecurity with Neo4j, Based on Real-Life Data Insights
Modeling Cybersecurity with Neo4j, Based on Real-Life Data InsightsNeo4j
 
Supply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion DeckSupply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion DeckNeo4j
 
Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...
Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...
Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...Neo4j
 
Slides: Go Beyond Dashboards With the Next Generation of Analytics
Slides: Go Beyond Dashboards With the Next Generation of AnalyticsSlides: Go Beyond Dashboards With the Next Generation of Analytics
Slides: Go Beyond Dashboards With the Next Generation of AnalyticsDATAVERSITY
 
Superweek 2022 - Solid & Digital Analytics Tracking
Superweek 2022 - Solid & Digital Analytics TrackingSuperweek 2022 - Solid & Digital Analytics Tracking
Superweek 2022 - Solid & Digital Analytics TrackingJente De Ridder
 
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...DATAVERSITY
 
AstraZeneca at Neo4j GraphSummit London 14Nov23.pptx
AstraZeneca at Neo4j GraphSummit London 14Nov23.pptxAstraZeneca at Neo4j GraphSummit London 14Nov23.pptx
AstraZeneca at Neo4j GraphSummit London 14Nov23.pptxNeo4j
 
Tim Daines, QuantumBlack
Tim Daines, QuantumBlackTim Daines, QuantumBlack
Tim Daines, QuantumBlackMad*Pow
 
How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...
How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...
How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...Nick Brown
 
Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021
Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021
Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021Tristan Baker
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?DATAVERSITY
 
How Will Knowledge Graphs Improve Clinical Reporting Workflows
How Will Knowledge Graphs Improve Clinical Reporting WorkflowsHow Will Knowledge Graphs Improve Clinical Reporting Workflows
How Will Knowledge Graphs Improve Clinical Reporting WorkflowsNeo4j
 
DW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptxDW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptxDatabricks
 
Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...
Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...
Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...Neo4j
 
Modern Data Challenges require Modern Graph Technology
Modern Data Challenges require Modern Graph TechnologyModern Data Challenges require Modern Graph Technology
Modern Data Challenges require Modern Graph TechnologyNeo4j
 
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...Neo4j
 
AI, Knowledge Representation and Graph Databases -
 Key Trends in Data Science
AI, Knowledge Representation and Graph Databases -
 Key Trends in Data ScienceAI, Knowledge Representation and Graph Databases -
 Key Trends in Data Science
AI, Knowledge Representation and Graph Databases -
 Key Trends in Data ScienceOptum
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at ScaleDATAVERSITY
 

What's hot (20)

Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Modeling Cybersecurity with Neo4j, Based on Real-Life Data Insights
Modeling Cybersecurity with Neo4j, Based on Real-Life Data InsightsModeling Cybersecurity with Neo4j, Based on Real-Life Data Insights
Modeling Cybersecurity with Neo4j, Based on Real-Life Data Insights
 
Supply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion DeckSupply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion Deck
 
Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...
Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...
Neo4j Demo: Using Knowledge Graphs to Classify Diabetes Patients (GlaxoSmithK...
 
Slides: Go Beyond Dashboards With the Next Generation of Analytics
Slides: Go Beyond Dashboards With the Next Generation of AnalyticsSlides: Go Beyond Dashboards With the Next Generation of Analytics
Slides: Go Beyond Dashboards With the Next Generation of Analytics
 
Superweek 2022 - Solid & Digital Analytics Tracking
Superweek 2022 - Solid & Digital Analytics TrackingSuperweek 2022 - Solid & Digital Analytics Tracking
Superweek 2022 - Solid & Digital Analytics Tracking
 
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
 
Big Data use cases in telcos
Big Data use cases in telcosBig Data use cases in telcos
Big Data use cases in telcos
 
AstraZeneca at Neo4j GraphSummit London 14Nov23.pptx
AstraZeneca at Neo4j GraphSummit London 14Nov23.pptxAstraZeneca at Neo4j GraphSummit London 14Nov23.pptx
AstraZeneca at Neo4j GraphSummit London 14Nov23.pptx
 
Tim Daines, QuantumBlack
Tim Daines, QuantumBlackTim Daines, QuantumBlack
Tim Daines, QuantumBlack
 
How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...
How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...
How AstraZeneca is Applying AI, Imaging & Data Analytics (AI-Driven Drug Deve...
 
Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021
Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021
Intuit's Data Mesh - Data Mesh Leaning Community meetup 5.13.2021
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
How Will Knowledge Graphs Improve Clinical Reporting Workflows
How Will Knowledge Graphs Improve Clinical Reporting WorkflowsHow Will Knowledge Graphs Improve Clinical Reporting Workflows
How Will Knowledge Graphs Improve Clinical Reporting Workflows
 
DW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptxDW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptx
 
Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...
Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...
Kerry Group: How Neo4j graph technology is delivering benefits to Kerry Group...
 
Modern Data Challenges require Modern Graph Technology
Modern Data Challenges require Modern Graph TechnologyModern Data Challenges require Modern Graph Technology
Modern Data Challenges require Modern Graph Technology
 
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
 
AI, Knowledge Representation and Graph Databases -
 Key Trends in Data Science
AI, Knowledge Representation and Graph Databases -
 Key Trends in Data ScienceAI, Knowledge Representation and Graph Databases -
 Key Trends in Data Science
AI, Knowledge Representation and Graph Databases -
 Key Trends in Data Science
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at Scale
 

Similar to From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graphs.pdf

Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...Neo4j
 
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 DatabaseNeo4j
 
Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...
Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...
Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...Life Sciences Network marcus evans
 
Applications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdf
Applications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdfApplications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdf
Applications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdfArunPrasad880048
 
Collaborative Medicinal Chemistry Research
Collaborative Medicinal Chemistry ResearchCollaborative Medicinal Chemistry Research
Collaborative Medicinal Chemistry ResearchDavid Andrews
 
Neo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life SciencesNeo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life SciencesNeo4j
 
Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...
Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...
Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...Barry Smith
 
Lessons from the UK: Data access, patient trust & real-world impact with heal...
Lessons from the UK: Data access, patient trust & real-world impact with heal...Lessons from the UK: Data access, patient trust & real-world impact with heal...
Lessons from the UK: Data access, patient trust & real-world impact with heal...Varsha Khodiyar
 
Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)
Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)
Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)Hellmuth Broda
 
Slide Presentation on Biosceptre International Ltd.
Slide Presentation on Biosceptre International Ltd.Slide Presentation on Biosceptre International Ltd.
Slide Presentation on Biosceptre International Ltd.Crystal Research Associates
 
Precision Medicine in the Big Data World
Precision Medicine in the Big Data WorldPrecision Medicine in the Big Data World
Precision Medicine in the Big Data WorldCloudera, Inc.
 
Pistoia alliance debates analytics 15-09-2015 16.00
Pistoia alliance debates   analytics 15-09-2015 16.00Pistoia alliance debates   analytics 15-09-2015 16.00
Pistoia alliance debates analytics 15-09-2015 16.00Pistoia Alliance
 
Organs-On-Chips - 2017 Report by Yole Developpement
Organs-On-Chips - 2017 Report by Yole DeveloppementOrgans-On-Chips - 2017 Report by Yole Developpement
Organs-On-Chips - 2017 Report by Yole DeveloppementYole Developpement
 
Make better drug discovery decisions through collaborative analytics cdd we...
Make better drug discovery decisions through collaborative analytics   cdd we...Make better drug discovery decisions through collaborative analytics   cdd we...
Make better drug discovery decisions through collaborative analytics cdd we...Lixin Liu
 
Automated FASTQ to Reports with VarSeq Suite: A fast, flexible solution
Automated FASTQ to Reports with VarSeq Suite: A fast, flexible solutionAutomated FASTQ to Reports with VarSeq Suite: A fast, flexible solution
Automated FASTQ to Reports with VarSeq Suite: A fast, flexible solutionGolden Helix
 
International perspective for sharing publicly funded medical research data
International perspective for sharing publicly funded medical research dataInternational perspective for sharing publicly funded medical research data
International perspective for sharing publicly funded medical research dataARDC
 

Similar to From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graphs.pdf (20)

Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
 
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
 
Connecting the Data Wires
Connecting the Data WiresConnecting the Data Wires
Connecting the Data Wires
 
Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...
Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...
Beyond the Hype: Practical Approaches for Implementing Machine Learning and A...
 
Applications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdf
Applications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdfApplications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdf
Applications-of-AI-in-Drug-Discovery-and-Development-PreScouter.pdf
 
Collaborative Medicinal Chemistry Research
Collaborative Medicinal Chemistry ResearchCollaborative Medicinal Chemistry Research
Collaborative Medicinal Chemistry Research
 
Neo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life SciencesNeo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life Sciences
 
Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...
Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...
Clinical trial data wants to be free: Lessons from the ImmPort Immunology Dat...
 
Lessons from the UK: Data access, patient trust & real-world impact with heal...
Lessons from the UK: Data access, patient trust & real-world impact with heal...Lessons from the UK: Data access, patient trust & real-world impact with heal...
Lessons from the UK: Data access, patient trust & real-world impact with heal...
 
Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)
Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)
Big Data and its Impact on Industry (Example of the Pharmaceutical Industry)
 
CDx-NGS-webinar
CDx-NGS-webinarCDx-NGS-webinar
CDx-NGS-webinar
 
Slide Presentation on Biosceptre International Ltd.
Slide Presentation on Biosceptre International Ltd.Slide Presentation on Biosceptre International Ltd.
Slide Presentation on Biosceptre International Ltd.
 
Precision Medicine in the Big Data World
Precision Medicine in the Big Data WorldPrecision Medicine in the Big Data World
Precision Medicine in the Big Data World
 
Pistoia alliance debates analytics 15-09-2015 16.00
Pistoia alliance debates   analytics 15-09-2015 16.00Pistoia alliance debates   analytics 15-09-2015 16.00
Pistoia alliance debates analytics 15-09-2015 16.00
 
Organs-On-Chips - 2017 Report by Yole Developpement
Organs-On-Chips - 2017 Report by Yole DeveloppementOrgans-On-Chips - 2017 Report by Yole Developpement
Organs-On-Chips - 2017 Report by Yole Developpement
 
Make better drug discovery decisions through collaborative analytics cdd we...
Make better drug discovery decisions through collaborative analytics   cdd we...Make better drug discovery decisions through collaborative analytics   cdd we...
Make better drug discovery decisions through collaborative analytics cdd we...
 
Automated FASTQ to Reports with VarSeq Suite: A fast, flexible solution
Automated FASTQ to Reports with VarSeq Suite: A fast, flexible solutionAutomated FASTQ to Reports with VarSeq Suite: A fast, flexible solution
Automated FASTQ to Reports with VarSeq Suite: A fast, flexible solution
 
International perspective for sharing publicly funded medical research data
International perspective for sharing publicly funded medical research dataInternational perspective for sharing publicly funded medical research data
International perspective for sharing publicly funded medical research data
 
NRNB EAC Meeting 2012
NRNB EAC Meeting 2012NRNB EAC Meeting 2012
NRNB EAC Meeting 2012
 
Conferencia del Dr. Ander Ramos en #Perspectives2015
Conferencia del Dr. Ander Ramos en #Perspectives2015Conferencia del Dr. Ander Ramos en #Perspectives2015
Conferencia del Dr. Ander Ramos en #Perspectives2015
 

More from Neo4j

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansQIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansNeo4j
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...Neo4j
 
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosBBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosNeo4j
 
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...Neo4j
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j
 
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfRabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Neo4j
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeNeo4j
 
Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j
 
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j
 
Enabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsEnabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsNeo4j
 
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdfNeo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdfNeo4j
 
Neo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with GraphNeo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with GraphNeo4j
 

More from Neo4j (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansQIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
 
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosBBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
 
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
 
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfRabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG time
 
Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)
 
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
 
Enabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsEnabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge Graphs
 
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdfNeo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
 
Neo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with GraphNeo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with Graph
 

Recently uploaded

Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 

Recently uploaded (20)

Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 

From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graphs.pdf

  • 1. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. From Target to Product – Accelerating the Drug Lifecycle with Knowledge Graphs 1 Dr. Alexander Jarasch - on behalf of the whole Neo4j team alexander.jarasch@neo4j.com
  • 2. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Audrey Fredrik Håkan Kristof Carlos Niels Marius Yuen Leung Alex Neo4j Team
  • 3. © 2023 Neo4j, Inc. All rights reserved. Survey
  • 4. © 2023 Neo4j, Inc. All rights reserved. Survey
  • 5. © 2023 Neo4j, Inc. All rights reserved. Why Graphs? 5
  • 6. © 2023 Neo4j, Inc. All rights reserved. https://www.graphable.ai/blog 6 Motivation
  • 7. © 2023 Neo4j, Inc. All rights reserved. “Graphs are the main modality of data we receive from nature…” 7
  • 8. © 2023 Neo4j, Inc. All rights reserved. Simple Graph Example from Biology Textbook RNA Gene Protein :CODES :CODES :SYNONYM :SYNONYM :SYNONYM
  • 9. © 2023 Neo4j, Inc. All rights reserved. Simple Graph Example from Biology Textbook RNA Gene Protein :CODES :CODES :SYNONYM :SYNONYM :SYNONYM Gene Copy Epi genetics RNA silencing CRISPR Cas9 SNPs RNA splicing Protein glycosylation Protein phosphory lation Protein ubiquitination
  • 10. © 2023 Neo4j, Inc. All rights reserved. Legacy systems can’t keep up Relational Databases don’t handle relationships well Document Databases don’t handle relationships at all 10
  • 11. © 2023 Neo4j, Inc. All rights reserved. 11
  • 12. © 2023 Neo4j, Inc. All rights reserved. 12
  • 13. © 2023 Neo4j, Inc. All rights reserved. Data, meet Graph. Neo4j creates a more intuitive and connected view of data relationships, unlocking deeper understanding and context 13
  • 14. © 2023 Neo4j, Inc. All rights reserved. 14 How to manage complexity? How to mitigate risk? How to improve time to market? 14
  • 15. © 2023 Neo4j, Inc. All rights reserved. NEO4J: FOR APPLICATIONS AND ANALYTICS 15 Graph Transactions, Storage & Querying Graph Analytics, ML, & Data Science Intelligent Applications Better Predictions
  • 16. © 2023 Neo4j, Inc. All rights reserved. Graph Transactions, Storage & Querying Graph Analytics, ML, & Data Science Intelligent Applications Better Predictions 16 Find sub populations -> Community Detections Identify Targets -> Centrality Algorithms Find alternative Routes -> K shortest paths Classify Patients -> Node Similarity NEO4J: FOR APPLICATIONS AND ANALYTICS
  • 17. © 2023 Neo4j, Inc. All rights reserved. Graph Algorithms in Neo4j GDS Pathfinding & Search • A* Shortest Path • All Pairs Shortest Path • Breadth & Depth First Search • Delta-Stepping Single-Source • Dijkstra Single-Source • Dijkstra Source-Target • K-Spanning Tree (MST) • Minimum Weight Spanning Tree • Random Walk • Yen’s K Shortest Path Centrality & Importance • ArticleRank • Betweenness Centrality & Approx. • Closeness Centrality • Degree Centrality • Eigenvector Centrality • Harmonic Centrality • Hyperlink Induced Topic Search (HITS) • Influence Maximization (Greedy, CELF) • PageRank • Personalized PageRank Community Detection • Conductance Metric • K-1 Coloring • K-Means Clustering • Label Propagation • Leiden Algorithm • Local Clustering Coefficient • Louvain Algorithm • Max K-Cut • Modularity Optimization • Speaker Listener Label Propagation • Strongly Connected Components • Triangle Count • Weakly Connected Components Supervised Machine Learning • Link Prediction Pipelines • Node Classification Pipelines • Node Regression Pipelines … and more! Heuristic Link Prediction • Adamic Adar • Common Neighbors • Preferential Attachment • Resource Allocations • Same Community • Total Neighbors Similarity • K-Nearest Neighbors (KNN) • Node Similarity • Filtered KNN & Node Similarity • Cosine & Pearson Similarity Functions • Euclidean Distance Similarity Function • Euclidean Similarity Function • Jaccard & Overlap Similarity Functions Graph Embeddings • Fast Random Projection (FastRP) • GraphSAGE • Node2Vec • HashGNN • Collapse Paths • One Hot Encoding • Pregel API (write your own algos) • Property Scaling • Split Relationships • Synthetic Graph Generation
  • 18. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Use Cases R&D
  • 19. © 2023 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 19 Pains and Challenges Connect internal and external data Integration / Connection of Heterogeneous datasets Connect data to ontologies Pain: Connect data Slow, tedious manual work Users: Mainly Scientists (Biochemists, Bioinformatics, Physicians) Result: Speed up research
  • 20. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 20 Use Case R&D HealthECCO / CovidGraph Connecting Molecular Entities
  • 21. © 2023 Neo4j, Inc. All rights reserved. Volumen of (heterogenous) data is increasing
  • 22. © 2023 Neo4j, Inc. All rights reserved. Overview • Usually Drug Discovery use cases start with building a Knowledge Graph ◦ Connect biomedical entities ◦ Connect Ontologies ◦ Infer / Validate Knowledge • Applications ◦ Drug repurposing ◦ Target identification Example of connecting biomedical entities (GitHub)
  • 23. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 23 Use Case R&D Novartis Target and Drug Discovery / Drug Repurposing
  • 24. © 2023 Neo4j, Inc. All rights reserved. 24 Reduced Time to Market Target Identification Challenge Slow process of identification of targets across literature, experimental and clinical trials data during drug discovery process Solution Knowledge graph of genes, diseases and compounds created from internal historical and imaging data and external PubMed data and analyzed using powerful graph algorithms. Why Neo4j Flexible, Contextual Data Model ½ B Nodes Quicker and More Accurate Identification of targets Decreased Human Effort & Cost
  • 25. © 2023 Neo4j, Inc. All rights reserved. Novartis: Find “triangles” in Knowledge Graph Disease Gene Drug Clinical Knowledge Ontologies Comorbidities Molecular Information Pathways Proteins Clinical Trials Side Effects Targets
  • 26. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 26 Use Case R&D Novo Nordisk Target identification / validation
  • 27. © 2023 Neo4j, Inc. All rights reserved. Knowledge Graph of Novo Nordisk Presentation BioTechX, Basel 2022
  • 28. © 2023 Neo4j, Inc. All rights reserved.
  • 29. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 29 Use Case R&D Qiagen Target and Drug Discovery / Drug repurposing Manually curated scientific data
  • 30. © 2023 Neo4j, Inc. All rights reserved. 30 Qiagen’s Biomedical Knowledge Base (via Neo4j)
  • 31. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 31 Use Case US Pharma Company Drug Repurposing
  • 32. © 2023 Neo4j, Inc. All rights reserved. Knowledge Graph over Clinical Trial Data Disease1 Drug1 Disease2 Drug2 Drug3 Drug7 Target2 Disease4 Drug4 Drug5 Drug6 Disease3 Phase 2 Phase 2 Phase 3 Phase 3 Phase 1 Target1 Phase 3 Disconti nued Phase 2 Disease2 Drug2 CD40 Disease1 (internal) Drug1 (internal) Opportunity for engineering? “Is there an antibody (in-house) that targets CD40 -> has CD40 targeted by other drugs, have they experimented with other indications?” “In what targets and diseases do competitors invest?” 32
  • 33. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Use Cases Clinical Trials
  • 34. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 34 Use Case US Pharma Company Clinical Trial PI Identification
  • 35. © 2023 Neo4j, Inc. All rights reserved. 3000X Faster 1 Tool (Knowledge Graph) created for all PI-related questions More Accurate Identification of experienced PIs 35 Faster time to market Clinical Trials PI Identification Semantic Search Challenge Identifying Principal Investigators (PIs) with the right experience to ensure that they do not churn within / after a single trial Solution Knowledge graph of PI Name, Address, Hospital, Therapeutic Area, Specialty, Past Clinical Studies, etc to identify the right PI for clinical trials. Why Neo4j Flexible, Contextual Data Model Fortune 100
  • 36. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 36 Use Case Novo Nordisk Clinical Trial Data Management
  • 37. © 2023 Neo4j, Inc. All rights reserved. Reducing complexity Novo Nordisk’s Open Study Builder
  • 38. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 38 Use Case GSK Clinical Reporting Workflows
  • 39. © 2023 Neo4j, Inc. All rights reserved. Contextualize Clinical Knowledge Graph
  • 40. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 40 Use Case German Center for Diabetes Research (DZD) Cross-Species Mapping of Ontologies Graph Queries
  • 41. © 2023 Neo4j, Inc. All rights reserved.
  • 42. © 2023 Neo4j, Inc. All rights reserved.
  • 43. © 2023 Neo4j, Inc. All rights reserved. 43 Querying between Ontologies and Genes 43 Example: Equivalent HP-/MP-Term “Deafness”/”Hearing impairment” and ortholog Genes
  • 44. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 44 Use Case Astra Zeneca Patient Journey
  • 45. © 2023 Neo4j, Inc. All rights reserved. 45 Reducing risk and time to market Patient Recommendations Bringing new drugs to market can be hard: you need to find the right patients and educate their providers Results: ● 3 years of health records with 4B+ data points ingested ● Unique archetype of successful patients ID’d via graph embeddings ● Key opinion leaders identified based on network structure “We used graph algorithms to find patients that had specific journey types and patterns and then find others that are close and similar.” Joseph Roemer Global Commercial IT Insight & Analytics Sr. Director AstraZeneca
  • 46. © 2023 Neo4j, Inc. All rights reserved. 46 Patient Journey with Neo4j 46 Synthetic Patient Journey Data • Patient connected to all its Encounters • Each Encounter eventually has a Clinical Condition and/or Drug prescription Part of the data model One journey example Zoom 24 Encounters 3 drugs prescribed Patient 5 conditions diagnosed
  • 47. © 2023 Neo4j, Inc. All rights reserved. 47 Patient Journey Dashboard with NeoDash 47 Patient location (geospatial data) Population size Deceased subpopulation Which clinical conditions end up in the same drug prescription Month between pre-diabetes (reversible) and type 2 diabetes (irreversible) Encounters connected to diabetes Gender distribution
  • 48. © 2023 Neo4j, Inc. All rights reserved. Neo4j, Inc. All rights reserved 2022 Use Cases in Pharma Supply Chain Supply chain network Agility and resilience in an age of uncertainty
  • 49. © 2023 Neo4j, Inc. All rights reserved. Digital Supply Chain Twins Digital Supply Chain Twins—Conceptual Clarification, Use Cases and Benefits Benno Gerlach, Simon Zarnitz, Benjamin Nitsche and Frank Straube Logistics 2021, 5, 86. https://doi.org/10.3390/logistics5040086
  • 50. © 2023 Neo4j, Inc. All rights reserved. Supply Chain Applications using Knowledge Graphs Supply Chain Optimization Logistics BoM Management Track & Trace • Route optimization • Risk identification and diversity planning • Predictive fulfillment • Quality recommendation • Supply chain driven product design
  • 51. © 2023 Neo4j, Inc. All rights reserved. Best alternative Route
  • 52. © 2023 Neo4j, Inc. All rights reserved. Issues & Routes Affected
  • 53. © 2023 Neo4j, Inc. All rights reserved. Calculating costs on alternative routes
  • 54. © 2023 Neo4j, Inc. All rights reserved. Graph Algorithms in Supply Chains Graph algorithms enable reasoning about network structure K-Shortest Paths to identify the best alternative routes
  • 55. © 2023 Neo4j, Inc. All rights reserved. Graph Algorithms in Supply Chain Graph algorithms enable reasoning about network structure K-Shortest Paths to identify the best alternative routes Betweenness Centrality to find critical bottlenecks or risk points Degree Centrality to see distribution centers with high use Similarity to find providers that can step in during a disruption
  • 56. © 2023 Neo4j, Inc. All rights reserved. Graph Algorithms in Supply Chain Graph algorithms enable reasoning about network structure K-Shortest Paths to identify the best alternative routes Betweenness Centrality to find critical bottlenecks or risk points Degree Centrality to see distribution centers with high use Similarity to find providers that can step in during a disruption
  • 57. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 57 Use Case US Pharma Company Track, Trace & Reconcile Billions of Pharma Product Serial Numbers
  • 58. © 2023 Neo4j, Inc. All rights reserved. Track and Trace Solution • Scalable solution for vast volumes of serial numbers “Continuing to use SQL Server DB was unsustainable” • Graph has the ability to record complex data interdependencies • Query speed ~100x faster than SQL Server “Retrieval times for 1,000 serial numbers from two billion records … We were seeing responses to single queries of under a second, up to very few seconds, compared to what could have been several minutes using SQL Server – performance which just isn’t acceptable in our business” • regulated life sciences industry • Identify at any given time where individual medicine items are • FEB 2019, the EU’s Falsified Medicines Directive (FMD) specifies ◦ any medicinal products for human use must carry a unique product identifier code ◦ manufacturers and distributors can demonstrate detailed recordkeeping • Processes across multiple sites, markets, keeping track of every stock Challenge
  • 59. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 59 Use Case US Pharma Company Supply Chain / Digital Twin
  • 60. © 2023 Neo4j, Inc. All rights reserved. An Example for Drug Supply Network
  • 61. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Use Case FAERS
  • 62. © 2023 Neo4j, Inc. All rights reserved. FDA Adverse Event Reporting System Data with Neo4j + Internal Adverse Event Data
  • 63. © 2023 Neo4j, Inc. All rights reserved. FAERS - Potential Business Questions
  • 64. © 2023 Neo4j, Inc. All rights reserved.
  • 65. © 2023 Neo4j, Inc. All rights reserved.
  • 66. © 2023 Neo4j, Inc. All rights reserved.
  • 67. 67 Graph Use Cases for the entire Drug LifeCycle 67
  • 68. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. …there’s one more THING https://neo4j.com/labs/apoc/5/ml/openai/
  • 69. © 2023 Neo4j, Inc. All rights reserved. 69 Setting the context - From a user point of view
  • 70. © 2023 Neo4j, Inc. All rights reserved. Three potential scenarios
  • 71. © 2023 Neo4j, Inc. All rights reserved.
  • 72. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 72 Let’s rock some graphs! alexander.jarasch@neo4j.com
  • 73. © 2023 Neo4j, Inc. All rights reserved. Survey
  • 74. © 2023 Neo4j, Inc. All rights reserved. Survey - Interactive sessions
  • 75. © 2023 Neo4j, Inc. All rights reserved. Visual Graph Explorer Interactive Query Tools API Libraries Application Frameworks Graph Data Science Language Interfaces 75 Neo4j Graph Data Platform BUSINESS USERS DEVELOPERS DATA SCIENTISTS DATA ANALYSTS Data Sources Graph Transactions Graph Analytics Native Graph Database The foundation of the Neo4j platform; delivers enterprise-scale and performance, security, and data integrity for transaction and analytical workloads. Data Science and Analytics Explorative tools, rich algorithm library, and Integrated supervised Machine Learning framework. Development Tools & Frameworks Tooling, APIs, query builder, multi-language support for development, admin, modeling, and rapid prototyping needs. Discovery & Visualisation Code-free querying, data modeling and exploration tools for data scientists, developers, and analysts. Graph Query Language Support Cypher & openCypher; Ongoing leadership and standards work (GQL) to establish lingua franca for graphs. Ecosystem & Integrations Rich ecosystem of tech and integration partners. Ingestion tools (JDBC, Kafka, Spark, BI Tools, etc.) for bulk and streaming needs. Runs Anywhere Deploy as-a-Service (AuraDB) or self-hosted within your cloud of choice (AWS, GCP, Azure) via their marketplace, or on-premises. Graph Database Data Connectors