reteplayground
Summary

The cohort: subjects by diagnosis

DiagnosisSubjects
CONTROL130
SCHZ50
BIPOLAR49
ADHD43
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