google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.ReferenceBound View Source
ReferenceBound records an upper bound for the starting coordinate of variants in a particular reference.
Attributes
- referenceName (String): The name of the reference associated with this reference bound. Defaults to:
null
. - upperBound (String): An upper bound (inclusive) on the starting coordinate of any variant in the reference sequence. Defaults to:
null
.