google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.CoverageBucket View Source
A bucket over which read coverage has been precomputed. A bucket corresponds to a specific range of the reference sequence.
Attributes
- meanCoverage (float()): The average number of reads which are aligned to each individual reference base in this bucket. Defaults to:
null
. - range (Range): The genomic coordinate range spanned by this bucket. 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()
View Source
t() :: %GoogleApi.Genomics.V1.Model.CoverageBucket{
meanCoverage: any(),
range: GoogleApi.Genomics.V1.Model.Range.t()
}
t() :: %GoogleApi.Genomics.V1.Model.CoverageBucket{ meanCoverage: any(), range: GoogleApi.Genomics.V1.Model.Range.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.