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

Download this file

4 lines (3 with data), 143 Bytes

1
2
3
; refGenePosition
(fn [dataset gene]
(car ((xena-query {:select ["position"] :from [dataset] :where [:in :any "name2" [gene]]}) "position")))