Hello all,
I want to filter variants based on their genomic location.
For example RSID rs10863805, this variant is Intronic variant and it is 18 nucleotides away from exon and I want to keep all intronic variants which falls in before or after 100 nucleotides of exon region.
5'-------INTRON--------100bp-------EXON-------100bp---------INTRON------------3'
^----------------^
I want all variants which are in the highlighted region from the figure above.
Thanks in advance!