Are there any differences between the terms "position", "location", "interval" and "coordinates" with regard to describing chromosome positions?
It seems to me that "position" refers to a single nucleotide, such as the "POS" column in VCF format.
"location" seems to refer to a continuous range of positions, as is defined in Bio.SeqFeature.FeatureLocation.
Does "interval" mean the same thing as "location"?
I know this question is very general, but I cannot find the guidelines to use these terms in genomics. For example, when I write a class to describe the exon coordinates on a chromosome, should I call it Position, Location, Interval or Coordinate?