{S}[B] Status [i] | implemented |
---|---|
Provenance | |
Used by | |
Contributors | |
Source (v1.0) |
Type: object
Description: An Interval represents a span of sequence. Positions are always represented
by contiguous spans using interbase coordinates.
This definition of Interval is intended to be compatible with that in Sequence Ontology (SO:0000001), with the exception that the GA4GH VR Interval may be zero-width. The SO definition is for an “extent greater than zero”.
SimpleInterval is a representation of an Interval using start
and end
coordinates.
Property | Type |
---|---|
end | integer |
start | integer |
type | string |
SimpleInterval
Value Example{
"end" : "22",
"start" : "11",
"type" : "SimpleInterval"
}