I am using USCS Table browser to get the names of all the genes present at specific chromosomal locations. I have more than 1000s of region with many are overlapping regions and am using batch query to retrieve the above. Is it possible to group the results based on the query?
For instance if the query is
chr1:1-11017172
chr1:100-11000000
chr14:8114295-8120760
Is it possible to get the results as
chr1:1-11017172 - Genes x,y,z,....
chr1:100-11000000 - Genes a,b,c....
chr14:8114295-8120760 - Genes l,m,n.... and so on.