reteplayground
Aggregate

Most-connected genes

NameDeg
HTT @en324
SLC2A3 @en16
CREB3 @en2
HSPA8 @en2
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 3.3 ms · no server, no download — the query runs in your browser.

The query

PREFIX bl: <https://w3id.org/biolink/vocab/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?name (COUNT(?o) AS ?deg) WHERE { ?g bl:interacts_with ?o . ?g rdfs:label ?name } GROUP BY ?name ORDER BY DESC(?deg) LIMIT 15

rete playground · documentation · github.com/caviri/rete