google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.Range View Source
A 0-based half-open genomic coordinate range for search requests.
Attributes
- end (String.t): The end position of the range on the reference, 0-based exclusive. Defaults to:
null
. - referenceName (String.t): The reference sequence name, for example `chr1`, `1`, or `chrX`. Defaults to:
null
. - start (String.t): The start position of the range on the reference, 0-based inclusive. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.