Because I have a VCF and I wanted to select only the variants in the exoms, so I used bedtools to intersect my VCF with the BED file. The list of variants I got from the bedtools command wasn't very long so I decided to check one by one my variants with NCBI variation viewer and gnomad database and I found introns snps.
In my BED file I have for example: chr 1 146310551-146334210 exon
And in my VCF : chr1 146325842 , on gnomad this variant is considered intronic
introns from alternative transcripts ?
I don't think so, they seem to be not related with any exon