chromStart
ChromStart is a field used in genomic feature data to denote the starting position of a feature on a chromosome. It is defined using 0-based indexing, meaning that the first base on a chromosome is position 0. The end position is stored separately in a parallel field called chromEnd, and together they define the feature’s span.
In BED format, chromStart and chromEnd specify a half-open interval: the feature includes chromStart but excludes
ChromStart commonly appears as a column in BED files and related track data used by genome browsers
Coordinate conventions vary across formats. Formats like GFF/GTF typically use 1-based coordinates, so converting between 1-based