rete
playground
Aggregate
Most-connected genes
Name
Deg
HTT @en
324
SLC2A3 @en
16
CREB3 @en
2
HSPA8 @en
2
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