Hi, I am loading the Gemini load file into Gemini query in “Insert Region filter” section with chromosome number and Genomic coordinates.
All the queries are returned with columns name only.
The fixed version will be available in the next days; could you meanwhile use Advanced query construction? You need to use an expression with the following pattern:
SELECT chrom, start, end, ref, alt, gene, impact FROM variants WHERE chrom = 'chr1' AND start >= 0 AND end <= 13327