https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.common-definitions.json#/$defs/sequenceCoordinates
A position in a map (for example a genetic map), either a single position (e.g. 71366222) or a region interval (e.g. 71366222-71532374). Used to define coordinates within an assembly unit.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | EGA.common-definitions.json* |
object
(Sequence coordinates)
any of
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
singlePosition | number |
Optional | cannot be null | EGA common metadata definitions |
sequenceInterval | object |
Optional | cannot be null | EGA common metadata definitions |
A single 1-based (first base of the assembly unit is 1, not 0) sequence coordinate, inclusive. It can be used to describe the start or end coordinates of a sequence interval, or directly a single coordinate within a sequence.
singlePosition
-
is optional
-
Type:
number
(Single sequence position) -
cannot be null
-
defined in: EGA common metadata definitions
number
(Single sequence position)
71366222
36592394
1
The location of a sequence feature in a genome, defined by its start (e.g. 71366222) and end (e.g. 71532374) position on some reference genomic coordinate system. Positions are always represented by contiguous spans using interbase coordinates or coordinate ranges. Both coordinates are inclusive: the sequence bounds are included in the described genomic feature. In other words, if the sequence interval is 71366222-71532374, both 71366222 and 71532374 coordinates are included in the feature.
sequenceInterval
-
is optional
-
Type:
object
(Sequence interval) -
cannot be null
-
defined in: EGA common metadata definitions
object
(Sequence interval)