class Google::Apis::GenomicsV1beta2::TranscriptCodingSequence

Attributes

end[RW]

The end of the coding sequence on this annotation's reference sequence, 0- based exclusive. Note that this position is relative to the reference start, and not the containing annotation start. Corresponds to the JSON property `end` @return [String]

start[RW]

The start of the coding sequence on this annotation's reference sequence, 0- based inclusive. Note that this position is relative to the reference start, and not the containing annotation start. Corresponds to the JSON property `start` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/genomics_v1beta2/classes.rb, line 2998
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/genomics_v1beta2/classes.rb, line 3003
def update!(**args)
  @end = args[:end] unless args[:end].nil?
  @start = args[:start] unless args[:start].nil?
end