google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.Range View Source
A 0-based half-open genomic coordinate range for search requests.
Attributes
- end (String): The end position of the range on the reference, 0-based exclusive. Defaults to:
null
. - referenceName (String): The reference sequence name, for example `chr1`, `1`, or `chrX`. Defaults to:
null
. - start (String): The start position of the range on the reference, 0-based inclusive. Defaults to:
null
.