[0bdad5]: / inst / queries / refGeneRange.xq

Download this file

5 lines (5 with data), 205 Bytes

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]]]}))