[ea2224]: / inst / queries / refGeneExons.xq

Download this file

6 lines (5 with data), 217 Bytes

1
2
3
4
5
; refGeneExons
(fn [dataset genes]
(xena-query {:select ["position (2)" "position" "exonCount" "exonStarts" "exonEnds" "name2"]
:from [dataset]
:where [:in :any "name2" genes]}))