SlideShare a Scribd company logo
Neo4j, Inc. All rights reserved 2021
Neo4j, Inc. All rights reserved 2021
1
Knowledge Graphs & Graph Data Science:
More Context, Better Predictions
Dr. Maya Natarajan
Sr. Director, Product Marketing
[Knowledge Graphs]
maya.Natarajan@neo4j.com
Dr. Alexander Jarasch
Life Sciences Technology Specialist
Board Member, HealthECCO
alexander.jarasch@neo4j.com
Neo4j, Inc. All rights reserved 2021
2
Data Without Relationships Has Very Little Context
2
It’s not the raw numbers, it’s the relationships behind them
Neo4j, Inc. All rights reserved 2021
The Quest for Human-Like Intelligence & Beyond
3
Graph-Native
ML
Graph
Algorithms
Graph
Queries
Knowledge
Graph Find the patterns
you’re looking for
in connected data
Use unsupervised
machine learning
techniques to
identify associations,
anomalies, and
trends.
Use embeddings to learn
the features in your graph
that you don’t even know
are important yet.
Train in-graph supervised
ML models to predict
links, labels, and missing
data.
Neo4j, Inc. All rights reserved 2021
4
Building a Knowledge Graph
4
Data Graph
Dynamic Context
Knowledge Graph
Deep Dynamic Context
Semantics
Relationships
Neo4j, Inc. All rights reserved 2021
5
A New Generation of Complex Data
5
A B C D E
A B C D E
One-to-Many
Relationships
Across Many
Entities
Small, Wide Data Complex Data Hierarchical & Recursive Data
Many-to-Many
Relationships
Nested Tree
Structures
Recursion (Self-
Joins)
Deep
Hierarchies
Link Inference
(If C relates to A and A relates to E,
then C must relate to E)
Node Similarity
Hidden Data
Legacy Data Frozen Data
Legacy SQL Systems Data Lake Fact Tables Graph Data Science - Machine Reasoning
A
C
E
Neo4j, Inc. All rights reserved 2021
6
Semantics
6
Entity Resolution
& Analysis
Classification
& Tagging
Artificial
Intelligence
C O M P L E X I T Y
Synonym Rings Taxonomy Thesaurus Ontology
Controlled Vocabularies
Neo4j, Inc. All rights reserved 2021
7
Graph Queries
7
Hey, knowledge graph! Tell me “which genes regulate which pathways”.
MATCH path=(g:Gene)-[r:REGULATES]->(p:Pathway)
RETURN path
Neo4j, Inc. All rights reserved 2021
8
Graph Data Science Answers the Big Questions
8
What’s important?
What’s unusual?
What’s going to happen next?
But traditional
approaches to data make
it impossible to reveal and
effectively use those
connections as data sizes
become large
Predictive signals get lost in
big data noise
Relationships are
Powerful
Graph Data Science
Uses Relationships to Answer
Critical Questions
Neo4j, Inc. All rights reserved 2021
9
Graph Algorithms
9
Pathfinding & Search Centrality Community Detection
❏ Shortest Path
❏ Single-Source Shortest Path
❏ Delta Stepping
❏ All Pairs Shortest Path
❏ A* Shortest Path
❏ Yen’s K Shortest Path
❏ Minimum Weight Spanning Tree
❏ K-Spanning Tree (MST)
❏ Random Walk
❏ Breadth & Depth First Search
❏ Degree Centrality
❏ Closeness Centrality
❏ Harmonic Centrality
❏ Betweenness Centrality & Approx.
❏ PageRank
❏ Personalized PageRank
❏ ArticleRank
❏ Eigenvector Centrality
❏ Hyperlink Induced Topic Search (HITS)
❏ Influence Maximization (Greedy, CELF)
❏ Triangle Count
❏ Local Clustering Coefficient
❏ Weakly Connected Components
❏ Strongly Connected Components
❏ Label Propagation
❏ Louvain Modularity
❏ K-1 Coloring
❏ Modularity Optimization
❏ Speaker Listener Label Propagation
❏ K-means Clustering
❏ Leiden Algorithm
❏ Conductance
Heuristic LP Similarity Graph Embeddings
❏ Adamic Adar
❏ Common Neighbors
❏ Preferential Attachment
❏ Resource Allocations
❏ Same Community
❏ Total Neighbors
❏ Node Similarity
❏ Filtered Node Similarity
❏ K-Nearest Neighbors (KNN)
❏ Filtered KNN
❏ Functions: Pearson, Jaccard,
Overlap, Cosine, Euclidean,
Euclidean Distance
❏ Node2Vec
❏ FastRP, FastRPExtended
❏ GraphSAGE
Neo4j, Inc. All rights reserved 2021
10
Machine Learning Pipelines
10
Node classification:
“What label should this node have?”
Link prediction:
“Is there a relationship between these nodes?”
Labeled data: Pairs of
nodes that are either
linked or not
Features: Pre-existing
attributes, algorithm
results, embeddings
Property Regression (new!)
“What’s the value for this missing property?”
We discover the best model for you - you just supply the data!
Persist and Publish for Production
Neo4j, Inc. All rights reserved 2021
11
The Drug LifeCycle
11
DISCOVERY DEVELOPMENT COMMERCIALIZATION
⮚ Identify targets to
pursue (traditional or
by drug repurposing)
⮚ Management of
compounds to
identify samples
swaps, HTS gaps,
etc.
⮚ Identify the right
investigator &
patients for the
right trial at the
right time
⮚ Improve patient
outcomes using
patient journey
analytics
⮚ Identify and
connect patient
complaints with
raw material
batches
Target
Discovery
Hit
Generation
Lead
Identification
Lead
Optimization
Animal
Models
Clinical
Trials
FDA/EMA
Review &
Approval
Post
Approval
Manufacturing
Neo4j, Inc. All rights reserved 2021
12
12
Increasing Volumes of Information
August 2020: 128,000
May 2022: 258, 647
Neo4j, Inc. All rights reserved 2021
13
Building up the knowledge graph
13
Neo4j, Inc. All rights reserved 2021
Neo4j, Inc. All rights reserved 2021
14
Use Case 1
”Freedom-to-Operate on Hemostasis”
Interactive Browsing
Neo4j, Inc. All rights reserved 2021
15
“Freedom-to-Operate on Hemostasis”
• Based on Gene PF4
known to be
involved in Platelets
Hemostasis
• Browsing the patent
landscape
• Browsing molecular
pathways
• Understanding the
mode of action
15
Neo4j, Inc. All rights reserved 2021
16
From Pathway to Patents to SysBio-Model in 30s
16
Neo4j, Inc. All rights reserved 2021
Neo4j, Inc. All rights reserved 2021
17
Use Case 2
Cross-Species Ontology
Graph Queries
Neo4j, Inc. All rights reserved 2021
18
Schematic approach
18
Onto
logy
Ter
m
Prot
ein
Tran
scrip
t
Gen
e
Onto
logy
Ter
m
Prot
ein
Tran
scrip
t
Gen
e
HAS HAS
ASSOCIATED
ASSOCIATED
CODES CODES
CODES
CODES
HOMOLOG
SYNONYM
SYNONYM
SYNONYM SYNONYM
SYNONYM
SYNONYM
Neo4j, Inc. All rights reserved 2021
19
Querying between Ontologies and Genes
19
Example: Equivalent HP-/MP-Term “Deafness”/”Hearing impairment” and ortholog Genes
Neo4j, Inc. All rights reserved 2021
20
Querying between Ontologies and Genes
20
Example: Equivalent HP-/MP-Term “Deafness”/”Hearing impairment” and ortholog Genes
MATCH (disease:Ontology)-[:HAS_TERM]-
>(hpTerm:Term)<-[:ASSOCIATED_WITH]-
(p1:Protein)<-[:CODES*1..3]-
(t1:Transcript)<-[:CODES*1..3]-
(g1:Gene)-[:HOMOLOG]-(g2:Gene)-
[:CODES*1..3]->(t2:Transcript)-
[:CODES*1..3]->(p2:Protein)-
[:ASSOCIATED_WITH]->(mpTerm:Term)<-
[:HAS_TERM]-(phenotype:Ontology)
WHERE hpTerm ~= ‘deafness’ OR ‘hearing
impairment’
RETURN *
Neo4j, Inc. All rights reserved 2021
Schematic approach
MATCH (disease:Ontology)-[:HAS_TERM]->(hpTerm:Term)<-[:ASSOCIATED_WITH]-
(p1:Protein)<-[:CODES*1..3]-(t1:Transcript)<-[:CODES*1..3]-(g1:Gene)-
[:HOMOLOG]-(g2:Gene)
-[:CODES*1..3]->(t2:Transcript)-[:CODES*1..3]->(p2:Protein)-
[:ASSOCIATED_WITH]->(mpTerm:Term)<-[:HAS_TERM]-(phenotype:Ontology)
WHERE hpTerm ~= ‘deafness’ OR ‘hearing impairment’
RETURN *
Ont
olo
gy
Ter
m
Pro
tein
Tra
nsc
ript
Ge
ne
Ont
olo
gy
Ter
m
Pro
tein
Tra
nsc
ript
Ge
ne
HAS HAS
ASSOCIATED
ASSOCIATED
CODES CODES
CODES
CODES
HOMOLOG
SYNONYM
SYNONYM
SYNONYM SYNONYM
SYNONYM
SYNONYM
Neo4j, Inc. All rights reserved 2021
Neo4j, Inc. All rights reserved 2021
22
Use Case 3
Find The Most Relevant COVID19 Gene
Graph Algorithms
Neo4j, Inc. All rights reserved 2021
23
Find The Most Relevant COVID19 Gene
• Finding ACE2: the
receptor SARS-Cov2
virus uses to enter the
cell
• GDS PageRank
• Spike protein binds
ACE2
23
Neo4j, Inc. All rights reserved 2021
24
Find The Most Relevant COVID19 Gene
• Finding ACE2 - the
receptor SARS-Cov2
virus uses to enter the
cell
• GDS PageRank
• Spike protein binds
ACE2
• Target no.1 for vaccines
• Understand the mode of
action
24
Neo4j, Inc. All rights reserved 2021
Neo4j, Inc. All rights reserved 2021
25
Use Case 4
Sub-Phenotyping Of Patient Populations
Graph Embeddings
Neo4j, Inc. All rights reserved 2021
26
Clinical Data from Patients
26
Gender Age BMI diab.status Sample coll #samples #used
surgery disease Histological diagnosis
Neo4j, Inc. All rights reserved 2021
27
Multi-omics Fingerprint (1) - Lipidomics
27
Neo4j, Inc. All rights reserved 2021
28
Multi-omics Fingerprint (2) - Transcriptomics
28
Neo4j, Inc. All rights reserved 2021
29
Transform Data with GDS - Fast Random Projections
29
CALL gds.fastRP.write(
'patients',
{
embeddingDimension: 50,
writeProperty: 'fastrp-
embedding'
}
)
YIELD nodePropertiesWritten
Neo4j, Inc. All rights reserved 2021
30
k-Nearest Neighbour Clustering (k=5)
30
Graph Algorithms
Neo4j, Inc. All rights reserved 2021
31
Connect Patient Data with a Knowledge Graph
31
Neo4j, Inc. All rights reserved 2021
32
Key Messages in this Presentation
In this presentation:
• Knowledge graphs enable the harnessing of relationships and provide
deep, dynamic context important for analytic and machine learning
• Knowledge graphs are the gateway to powerful graph analytics
• Real world pharma use cases:
◦ Use Case 1: Interactive Browsing
◦ Use Case 2: Graph Queries
◦ Use Case 3: Graph Algorithms
◦ Use Case 4: Graph Embeddings
32
Neo4j, Inc. All rights reserved 2021
Neo4j, Inc. All rights reserved 2021
33
Thank you!
Contact us:
maya.natarajan@neo4j.com
alexander.jarasch@neo4j.com

More Related Content

What's hot

Easily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain GridlockEasily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain Gridlock
Neo4j
 
The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...
Neo4j
 
Introduction to Knowledge Graphs and Semantic AI
Introduction to Knowledge Graphs and Semantic AIIntroduction to Knowledge Graphs and Semantic AI
Introduction to Knowledge Graphs and Semantic AI
Semantic Web Company
 
Workshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data ScienceWorkshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data Science
Neo4j
 
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4jNeo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j
 
EY: Why graph technology makes sense for fraud detection and customer 360 pro...
EY: Why graph technology makes sense for fraud detection and customer 360 pro...EY: Why graph technology makes sense for fraud detection and customer 360 pro...
EY: Why graph technology makes sense for fraud detection and customer 360 pro...
Neo4j
 
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Neo4j
 
Optimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j GraphOptimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j Graph
Neo4j
 
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
Neo4j
 
Supply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion DeckSupply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion Deck
Neo4j
 
Graphs for Data Science and Machine Learning
Graphs for Data Science and Machine LearningGraphs for Data Science and Machine Learning
Graphs for Data Science and Machine Learning
Neo4j
 
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowAmsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Neo4j
 
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data ScienceGet Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Neo4j
 
Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph StrategyYour Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph Strategy
Neo4j
 
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptxNeo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j
 
Knowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchKnowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based Search
Neo4j
 
Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)
Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)
Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)
Neo4j
 
GPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge GraphGPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge Graph
Neo4j
 
The Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent ApplicationsThe Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent Applications
Neo4j
 
Graph Databases – Benefits and Risks
Graph Databases – Benefits and RisksGraph Databases – Benefits and Risks
Graph Databases – Benefits and Risks
DATAVERSITY
 

What's hot (20)

Easily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain GridlockEasily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain Gridlock
 
The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...
 
Introduction to Knowledge Graphs and Semantic AI
Introduction to Knowledge Graphs and Semantic AIIntroduction to Knowledge Graphs and Semantic AI
Introduction to Knowledge Graphs and Semantic AI
 
Workshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data ScienceWorkshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data Science
 
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4jNeo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
 
EY: Why graph technology makes sense for fraud detection and customer 360 pro...
EY: Why graph technology makes sense for fraud detection and customer 360 pro...EY: Why graph technology makes sense for fraud detection and customer 360 pro...
EY: Why graph technology makes sense for fraud detection and customer 360 pro...
 
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
 
Optimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j GraphOptimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j Graph
 
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
 
Supply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion DeckSupply Chain Twin Demo - Companion Deck
Supply Chain Twin Demo - Companion Deck
 
Graphs for Data Science and Machine Learning
Graphs for Data Science and Machine LearningGraphs for Data Science and Machine Learning
Graphs for Data Science and Machine Learning
 
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowAmsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
 
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data ScienceGet Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
 
Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph StrategyYour Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph Strategy
 
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptxNeo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
 
Knowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchKnowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based Search
 
Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)
Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)
Försäkringskassan: Neo4j as an Information Hub (GraphSummit Stockholm 2023)
 
GPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge GraphGPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge Graph
 
The Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent ApplicationsThe Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent Applications
 
Graph Databases – Benefits and Risks
Graph Databases – Benefits and RisksGraph Databases – Benefits and Risks
Graph Databases – Benefits and Risks
 

Similar to Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo4j at Pharma Data UK 2022

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
 
From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...
From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...
From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...
Neo4j
 
Neo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life SciencesNeo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life Sciences
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 Database
Neo4j
 
Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...
Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...
Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...
Databricks
 
The End of the Drug Development Casino?
The End of the Drug Development Casino?The End of the Drug Development Casino?
The End of the Drug Development Casino?
Paul Agapow
 
7 Steps for Boosting R&D Outcomes
7 Steps for Boosting R&D Outcomes7 Steps for Boosting R&D Outcomes
7 Steps for Boosting R&D Outcomes
TamrMarketing
 
FAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable PredictionsFAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable Predictions
Michel Dumontier
 
Human Genetics & Big Data [sans Ethics]
Human Genetics & Big Data [sans Ethics]Human Genetics & Big Data [sans Ethics]
Human Genetics & Big Data [sans Ethics]
Allen Day, PhD
 
Neo4j Health Care & Life Sciences Workshop 2021
Neo4j Health Care & Life Sciences Workshop 2021Neo4j Health Care & Life Sciences Workshop 2021
Neo4j Health Care & Life Sciences Workshop 2021
Neo4j
 
MedChemica BigData What Is That All About?
MedChemica BigData What Is That All About?MedChemica BigData What Is That All About?
MedChemica BigData What Is That All About?
Al Dossetter
 
AI in Healthcare
AI in HealthcareAI in Healthcare
AI in Healthcare
Paul Agapow
 
The Science of Data Science
The Science of Data Science The Science of Data Science
The Science of Data Science
James Hendler
 
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
 
Data mining 2012 generalwithmethods
Data mining  2012 generalwithmethodsData mining  2012 generalwithmethods
Data mining 2012 generalwithmethods
Michael Gilman
 
Development_data_standards_data_integration_tools
Development_data_standards_data_integration_toolsDevelopment_data_standards_data_integration_tools
Development_data_standards_data_integration_tools
Rafael Romero
 
Neo4j Graph Data Science - Webinar
Neo4j Graph Data Science - WebinarNeo4j Graph Data Science - Webinar
Neo4j Graph Data Science - Webinar
Neo4j
 
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
ArunPrasad880048
 
Interpreting Complex Real World Data for Pharmaceutical Research
Interpreting Complex Real World Data for Pharmaceutical ResearchInterpreting Complex Real World Data for Pharmaceutical Research
Interpreting Complex Real World Data for Pharmaceutical Research
Paul Agapow
 
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
 

Similar to Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo4j at Pharma Data UK 2022 (20)

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...
 
From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...
From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...
From Target to Product - Accelerating the Drug Lifecycle with Knowledge Graph...
 
Neo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life SciencesNeo4j for Healthcare & Life Sciences
Neo4j for Healthcare & Life Sciences
 
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
 
Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...
Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...
Building a Knowledge Graph with Spark and NLP: How We Recommend Novel Drugs t...
 
The End of the Drug Development Casino?
The End of the Drug Development Casino?The End of the Drug Development Casino?
The End of the Drug Development Casino?
 
7 Steps for Boosting R&D Outcomes
7 Steps for Boosting R&D Outcomes7 Steps for Boosting R&D Outcomes
7 Steps for Boosting R&D Outcomes
 
FAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable PredictionsFAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable Predictions
 
Human Genetics & Big Data [sans Ethics]
Human Genetics & Big Data [sans Ethics]Human Genetics & Big Data [sans Ethics]
Human Genetics & Big Data [sans Ethics]
 
Neo4j Health Care & Life Sciences Workshop 2021
Neo4j Health Care & Life Sciences Workshop 2021Neo4j Health Care & Life Sciences Workshop 2021
Neo4j Health Care & Life Sciences Workshop 2021
 
MedChemica BigData What Is That All About?
MedChemica BigData What Is That All About?MedChemica BigData What Is That All About?
MedChemica BigData What Is That All About?
 
AI in Healthcare
AI in HealthcareAI in Healthcare
AI in Healthcare
 
The Science of Data Science
The Science of Data Science The Science of Data Science
The Science of Data Science
 
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...
 
Data mining 2012 generalwithmethods
Data mining  2012 generalwithmethodsData mining  2012 generalwithmethods
Data mining 2012 generalwithmethods
 
Development_data_standards_data_integration_tools
Development_data_standards_data_integration_toolsDevelopment_data_standards_data_integration_tools
Development_data_standards_data_integration_tools
 
Neo4j Graph Data Science - Webinar
Neo4j Graph Data Science - WebinarNeo4j Graph Data Science - Webinar
Neo4j Graph Data Science - Webinar
 
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
 
Interpreting Complex Real World Data for Pharmaceutical Research
Interpreting Complex Real World Data for Pharmaceutical ResearchInterpreting Complex Real World Data for Pharmaceutical Research
Interpreting Complex Real World Data for Pharmaceutical Research
 
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)
 

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
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
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
 

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
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
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
 

Recently uploaded

All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
safelyiotech
 
Kubernetes at Scale: Going Multi-Cluster with Istio
Kubernetes at Scale:  Going Multi-Cluster  with IstioKubernetes at Scale:  Going Multi-Cluster  with Istio
Kubernetes at Scale: Going Multi-Cluster with Istio
Severalnines
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
Drona Infotech
 
Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...
Paul Brebner
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Peter Caitens
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
ToXSL Technologies
 
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
Luigi Fugaro
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
Massimo Artizzu
 
Orca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container OrchestrationOrca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container Orchestration
Pedro J. Molina
 
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
campbellclarkson
 
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
OnePlan Solutions
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
kgyxske
 
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSISDECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
Tier1 app
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
Patrick Weigel
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
gapen1
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
Yara Milbes
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
kalichargn70th171
 

Recently uploaded (20)

All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
 
Kubernetes at Scale: Going Multi-Cluster with Istio
Kubernetes at Scale:  Going Multi-Cluster  with IstioKubernetes at Scale:  Going Multi-Cluster  with Istio
Kubernetes at Scale: Going Multi-Cluster with Istio
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
 
Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
 
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
 
Orca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container OrchestrationOrca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container Orchestration
 
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
 
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
 
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSISDECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
 

Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo4j at Pharma Data UK 2022

  • 1. Neo4j, Inc. All rights reserved 2021 Neo4j, Inc. All rights reserved 2021 1 Knowledge Graphs & Graph Data Science: More Context, Better Predictions Dr. Maya Natarajan Sr. Director, Product Marketing [Knowledge Graphs] maya.Natarajan@neo4j.com Dr. Alexander Jarasch Life Sciences Technology Specialist Board Member, HealthECCO alexander.jarasch@neo4j.com
  • 2. Neo4j, Inc. All rights reserved 2021 2 Data Without Relationships Has Very Little Context 2 It’s not the raw numbers, it’s the relationships behind them
  • 3. Neo4j, Inc. All rights reserved 2021 The Quest for Human-Like Intelligence & Beyond 3 Graph-Native ML Graph Algorithms Graph Queries Knowledge Graph Find the patterns you’re looking for in connected data Use unsupervised machine learning techniques to identify associations, anomalies, and trends. Use embeddings to learn the features in your graph that you don’t even know are important yet. Train in-graph supervised ML models to predict links, labels, and missing data.
  • 4. Neo4j, Inc. All rights reserved 2021 4 Building a Knowledge Graph 4 Data Graph Dynamic Context Knowledge Graph Deep Dynamic Context Semantics Relationships
  • 5. Neo4j, Inc. All rights reserved 2021 5 A New Generation of Complex Data 5 A B C D E A B C D E One-to-Many Relationships Across Many Entities Small, Wide Data Complex Data Hierarchical & Recursive Data Many-to-Many Relationships Nested Tree Structures Recursion (Self- Joins) Deep Hierarchies Link Inference (If C relates to A and A relates to E, then C must relate to E) Node Similarity Hidden Data Legacy Data Frozen Data Legacy SQL Systems Data Lake Fact Tables Graph Data Science - Machine Reasoning A C E
  • 6. Neo4j, Inc. All rights reserved 2021 6 Semantics 6 Entity Resolution & Analysis Classification & Tagging Artificial Intelligence C O M P L E X I T Y Synonym Rings Taxonomy Thesaurus Ontology Controlled Vocabularies
  • 7. Neo4j, Inc. All rights reserved 2021 7 Graph Queries 7 Hey, knowledge graph! Tell me “which genes regulate which pathways”. MATCH path=(g:Gene)-[r:REGULATES]->(p:Pathway) RETURN path
  • 8. Neo4j, Inc. All rights reserved 2021 8 Graph Data Science Answers the Big Questions 8 What’s important? What’s unusual? What’s going to happen next? But traditional approaches to data make it impossible to reveal and effectively use those connections as data sizes become large Predictive signals get lost in big data noise Relationships are Powerful Graph Data Science Uses Relationships to Answer Critical Questions
  • 9. Neo4j, Inc. All rights reserved 2021 9 Graph Algorithms 9 Pathfinding & Search Centrality Community Detection ❏ Shortest Path ❏ Single-Source Shortest Path ❏ Delta Stepping ❏ All Pairs Shortest Path ❏ A* Shortest Path ❏ Yen’s K Shortest Path ❏ Minimum Weight Spanning Tree ❏ K-Spanning Tree (MST) ❏ Random Walk ❏ Breadth & Depth First Search ❏ Degree Centrality ❏ Closeness Centrality ❏ Harmonic Centrality ❏ Betweenness Centrality & Approx. ❏ PageRank ❏ Personalized PageRank ❏ ArticleRank ❏ Eigenvector Centrality ❏ Hyperlink Induced Topic Search (HITS) ❏ Influence Maximization (Greedy, CELF) ❏ Triangle Count ❏ Local Clustering Coefficient ❏ Weakly Connected Components ❏ Strongly Connected Components ❏ Label Propagation ❏ Louvain Modularity ❏ K-1 Coloring ❏ Modularity Optimization ❏ Speaker Listener Label Propagation ❏ K-means Clustering ❏ Leiden Algorithm ❏ Conductance Heuristic LP Similarity Graph Embeddings ❏ Adamic Adar ❏ Common Neighbors ❏ Preferential Attachment ❏ Resource Allocations ❏ Same Community ❏ Total Neighbors ❏ Node Similarity ❏ Filtered Node Similarity ❏ K-Nearest Neighbors (KNN) ❏ Filtered KNN ❏ Functions: Pearson, Jaccard, Overlap, Cosine, Euclidean, Euclidean Distance ❏ Node2Vec ❏ FastRP, FastRPExtended ❏ GraphSAGE
  • 10. Neo4j, Inc. All rights reserved 2021 10 Machine Learning Pipelines 10 Node classification: “What label should this node have?” Link prediction: “Is there a relationship between these nodes?” Labeled data: Pairs of nodes that are either linked or not Features: Pre-existing attributes, algorithm results, embeddings Property Regression (new!) “What’s the value for this missing property?” We discover the best model for you - you just supply the data! Persist and Publish for Production
  • 11. Neo4j, Inc. All rights reserved 2021 11 The Drug LifeCycle 11 DISCOVERY DEVELOPMENT COMMERCIALIZATION ⮚ Identify targets to pursue (traditional or by drug repurposing) ⮚ Management of compounds to identify samples swaps, HTS gaps, etc. ⮚ Identify the right investigator & patients for the right trial at the right time ⮚ Improve patient outcomes using patient journey analytics ⮚ Identify and connect patient complaints with raw material batches Target Discovery Hit Generation Lead Identification Lead Optimization Animal Models Clinical Trials FDA/EMA Review & Approval Post Approval Manufacturing
  • 12. Neo4j, Inc. All rights reserved 2021 12 12 Increasing Volumes of Information August 2020: 128,000 May 2022: 258, 647
  • 13. Neo4j, Inc. All rights reserved 2021 13 Building up the knowledge graph 13
  • 14. Neo4j, Inc. All rights reserved 2021 Neo4j, Inc. All rights reserved 2021 14 Use Case 1 ”Freedom-to-Operate on Hemostasis” Interactive Browsing
  • 15. Neo4j, Inc. All rights reserved 2021 15 “Freedom-to-Operate on Hemostasis” • Based on Gene PF4 known to be involved in Platelets Hemostasis • Browsing the patent landscape • Browsing molecular pathways • Understanding the mode of action 15
  • 16. Neo4j, Inc. All rights reserved 2021 16 From Pathway to Patents to SysBio-Model in 30s 16
  • 17. Neo4j, Inc. All rights reserved 2021 Neo4j, Inc. All rights reserved 2021 17 Use Case 2 Cross-Species Ontology Graph Queries
  • 18. Neo4j, Inc. All rights reserved 2021 18 Schematic approach 18 Onto logy Ter m Prot ein Tran scrip t Gen e Onto logy Ter m Prot ein Tran scrip t Gen e HAS HAS ASSOCIATED ASSOCIATED CODES CODES CODES CODES HOMOLOG SYNONYM SYNONYM SYNONYM SYNONYM SYNONYM SYNONYM
  • 19. Neo4j, Inc. All rights reserved 2021 19 Querying between Ontologies and Genes 19 Example: Equivalent HP-/MP-Term “Deafness”/”Hearing impairment” and ortholog Genes
  • 20. Neo4j, Inc. All rights reserved 2021 20 Querying between Ontologies and Genes 20 Example: Equivalent HP-/MP-Term “Deafness”/”Hearing impairment” and ortholog Genes MATCH (disease:Ontology)-[:HAS_TERM]- >(hpTerm:Term)<-[:ASSOCIATED_WITH]- (p1:Protein)<-[:CODES*1..3]- (t1:Transcript)<-[:CODES*1..3]- (g1:Gene)-[:HOMOLOG]-(g2:Gene)- [:CODES*1..3]->(t2:Transcript)- [:CODES*1..3]->(p2:Protein)- [:ASSOCIATED_WITH]->(mpTerm:Term)<- [:HAS_TERM]-(phenotype:Ontology) WHERE hpTerm ~= ‘deafness’ OR ‘hearing impairment’ RETURN *
  • 21. Neo4j, Inc. All rights reserved 2021 Schematic approach MATCH (disease:Ontology)-[:HAS_TERM]->(hpTerm:Term)<-[:ASSOCIATED_WITH]- (p1:Protein)<-[:CODES*1..3]-(t1:Transcript)<-[:CODES*1..3]-(g1:Gene)- [:HOMOLOG]-(g2:Gene) -[:CODES*1..3]->(t2:Transcript)-[:CODES*1..3]->(p2:Protein)- [:ASSOCIATED_WITH]->(mpTerm:Term)<-[:HAS_TERM]-(phenotype:Ontology) WHERE hpTerm ~= ‘deafness’ OR ‘hearing impairment’ RETURN * Ont olo gy Ter m Pro tein Tra nsc ript Ge ne Ont olo gy Ter m Pro tein Tra nsc ript Ge ne HAS HAS ASSOCIATED ASSOCIATED CODES CODES CODES CODES HOMOLOG SYNONYM SYNONYM SYNONYM SYNONYM SYNONYM SYNONYM
  • 22. Neo4j, Inc. All rights reserved 2021 Neo4j, Inc. All rights reserved 2021 22 Use Case 3 Find The Most Relevant COVID19 Gene Graph Algorithms
  • 23. Neo4j, Inc. All rights reserved 2021 23 Find The Most Relevant COVID19 Gene • Finding ACE2: the receptor SARS-Cov2 virus uses to enter the cell • GDS PageRank • Spike protein binds ACE2 23
  • 24. Neo4j, Inc. All rights reserved 2021 24 Find The Most Relevant COVID19 Gene • Finding ACE2 - the receptor SARS-Cov2 virus uses to enter the cell • GDS PageRank • Spike protein binds ACE2 • Target no.1 for vaccines • Understand the mode of action 24
  • 25. Neo4j, Inc. All rights reserved 2021 Neo4j, Inc. All rights reserved 2021 25 Use Case 4 Sub-Phenotyping Of Patient Populations Graph Embeddings
  • 26. Neo4j, Inc. All rights reserved 2021 26 Clinical Data from Patients 26 Gender Age BMI diab.status Sample coll #samples #used surgery disease Histological diagnosis
  • 27. Neo4j, Inc. All rights reserved 2021 27 Multi-omics Fingerprint (1) - Lipidomics 27
  • 28. Neo4j, Inc. All rights reserved 2021 28 Multi-omics Fingerprint (2) - Transcriptomics 28
  • 29. Neo4j, Inc. All rights reserved 2021 29 Transform Data with GDS - Fast Random Projections 29 CALL gds.fastRP.write( 'patients', { embeddingDimension: 50, writeProperty: 'fastrp- embedding' } ) YIELD nodePropertiesWritten
  • 30. Neo4j, Inc. All rights reserved 2021 30 k-Nearest Neighbour Clustering (k=5) 30 Graph Algorithms
  • 31. Neo4j, Inc. All rights reserved 2021 31 Connect Patient Data with a Knowledge Graph 31
  • 32. Neo4j, Inc. All rights reserved 2021 32 Key Messages in this Presentation In this presentation: • Knowledge graphs enable the harnessing of relationships and provide deep, dynamic context important for analytic and machine learning • Knowledge graphs are the gateway to powerful graph analytics • Real world pharma use cases: ◦ Use Case 1: Interactive Browsing ◦ Use Case 2: Graph Queries ◦ Use Case 3: Graph Algorithms ◦ Use Case 4: Graph Embeddings 32
  • 33. Neo4j, Inc. All rights reserved 2021 Neo4j, Inc. All rights reserved 2021 33 Thank you! Contact us: maya.natarajan@neo4j.com alexander.jarasch@neo4j.com