This element defines a coordinate system, which is used to interpret positions given against a reference sequence. If the coordinate system is not defined, the default coordinate system will be used.
| startPosition | The position on the reference sequence from which to start this coordinate system. The first base on the reference sequence is position 1 and there is no zero position on the reference sequence. The default start position is position 1 (the first base on the reference sequence).
For example, if the reference sequence is If the startPosition is -4, then position 5 in this coordinate system is the first "A" in this reference sequence. Note that it would be an error to report anything that is off the reference sequence. In this example, anything before position 5 would be invalid. |
| hasZero | Flags whether this coordinate system has a zero:
For example, if the reference sequence is
|