SequenceRange Properties |
The SequenceRange type exposes the following members.
Name | Description | |
---|---|---|
End |
The end index of the range. This index must be non-negative and
it will be enforced to always be greater than or equal to the Start index.
| |
ID |
A string identifier of the sequence range.
| |
Length |
The length of the range, which can be zero. This result is the
difference of the End and Start index.
| |
Metadata |
Optional additional data to store along with the ID and indices of
the range. Metadata must be stored with a string key name.
| |
ParentSeqRanges |
Gets the sequence ranges from which this sequence range is obtained.
This property will be filled by the operations like Merge, Intersect etc.
| |
Start |
The beginning index of the range. This index must be non-negative and
it will be enforced to always be less than or equal to the End index.
|