DASHBOARD

A Linked Data Approach for Systems Vaccinology.

Click on Mic to Speak or Type a Query

Sample Query: Plot male subjects over 40 years old

  ”R
Natural Language Query Retrieval
Calling to the DialogFlow API
Dynamic Formulation of Cypher Query
match (s:Study)-[:Has_subject]->(p:Subject) where s.accession=s.accession and p.gender =~ '(?i)' and p.race=p.race and p.age return s.accession,p.accession,p.age,p.gender,p.race
Plotting”R