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

Download this file

6 lines (5 with data), 210 Bytes

1
2
3
4
5
; sparseDataExample
(fn [dataset count]
{:rows (xena-query {:select ["ref" "alt" "altGene" "effect" "dna-vaf" "rna-vaf" "amino-acid" "genes" "sampleID" "position"]
:from [dataset]
:limit count})})