Download this file
1 2 3 4 5
; refGeneRange (fn [dataset chr start end] (xena-query {:select ["position (2)" "position" "exonCount" "exonStarts" "exonEnds" "name2"] :from [dataset] :where [:in "position" [[chr start end]]]}))