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