The IGV browser is using the blat service at UCSC. That blat service
returns 'bed' file 0-based coordinates: "chr1 961785 961812"
Use the 'Click on a row to go to the alignment' the IGV system
will go to 'browser' 1-based coordinates: "chr1:961786-961812"
It is very typical for programming processing to use 0-based coordinates
to simplify the coordinate arithmetic. It is only in the browser
when coordinates are displayed to the user are the more human understanding
1-based coordinate system is used.
Anytime you use programs to process files and coordinates, expect the 0-based
coordinate system to be in use. When you view results in the browser,
they will be 1-based coordinates in the display.
On 12/23/25 7:37 AM, X L wrote:
> Hi, Hiram,
>
> Thank you very much. I ran "BLAT" from the IGV browser, I pasted the sequence
> "GACCCTGTGCCTCCCTCACCTGCCTCT" and IGV matched the sequence to the coordinate
> "chr1:961785-961812" (screenshot attached). Based on your reply, does this
> mean IGV uses the command line "blat" tool, so the coordinates it outputs are in
> "bed" file format (0-based)?
>
> Regards,
>
> Xiao
>
> Screenshot 2025-12-23 at 10.33.10 AM.png