Hi!
I am using tabix to output from a vcf.gz file, some regions of interest. What is interesting is that when I specify, say,
10:7073963-7077040, I get results from regions outside of the range also. For example I get something at position 7073962. Why does tabix do this? Is this a bug? Or is this a built-in feature?
Please let me know.
Thank you.
Is it a SNP that you're getting at 7073962 or a longer InDel? The latter would overlap your specified range.
I don't think tabix looks at the bases when indexing. It only uses CHROM & POS.
True, you're probably correct then that this is a 0 vs. 1-based issue.
It's not clear to me if tabix always uses a 0-based coordinate system.