google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.ListCoverageBucketsResponse View Source

Attributes

  • bucketWidth (String.t): The length of each coverage bucket in base pairs. Note that buckets at the end of a reference sequence may be shorter. This value is omitted if the bucket width is infinity (the default behaviour, with no range or `targetBucketWidth`). Defaults to: null.
  • coverageBuckets ([CoverageBucket]): The coverage buckets. The list of buckets is sparse; a bucket with 0 overlapping reads is not returned. A bucket never crosses more than one reference sequence. Each bucket has width `bucketWidth`, unless its end is the end of the reference sequence. Defaults to: null.
  • nextPageToken (String.t): The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results. This field will be empty if there aren't any additional results. 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 type

t() View Source
t() :: %GoogleApi.Genomics.V1.Model.ListCoverageBucketsResponse{
  bucketWidth: any(),
  coverageBuckets: [GoogleApi.Genomics.V1.Model.CoverageBucket.t()],
  nextPageToken: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.