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

Download this file

8 lines (5 with data), 194 Bytes

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