Method: Google::Apis::GenomicsV1beta2::Variant#end
- Defined in:
- generated/google/apis/genomics_v1beta2/classes.rb
#end ⇒ String
The end position (0-based) of this variant. This corresponds to the first base
after the last base in the reference allele. So, the length of the reference
allele is (end - start). This is useful for variants that don't explicitly
give alternate bases, for example large deletions.
Corresponds to the JSON property end
3077 3078 3079 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 3077 def end @end end |