rete
playground
Summary
The cohort: subjects by diagnosis
Diagnosis
Subjects
CONTROL
130
SCHZ
50
BIPOLAR
49
ADHD
43
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
4 rows · 1.2 s · no server, no download — the query runs in your browser.
The query
PREFIX ncit: <http://ncitt.ncit.nih.gov/> SELECT ?diagnosis (COUNT(?s) AS ?subjects) WHERE { ?s ncit:diagnosis ?diagnosis . } GROUP BY ?diagnosis ORDER BY DESC(?subjects)
rete playground
·
documentation
·
github.com/caviri/rete