google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.Position View Source
An abstraction for referring to a genomic position, in relation to some already known reference. For now, represents a genomic position as a reference name, a base number on that reference (0-based), and a determination of forward or reverse strand.
Attributes
- position (String.t): The 0-based offset from the start of the forward strand for that reference. Defaults to:
null
. - referenceName (String.t): The name of the reference in whatever reference set is being used. Defaults to:
null
. - reverseStrand (boolean()): Whether this position is on the reverse strand, as opposed to the forward strand. 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.