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

A single CIGAR operation.

Attributes

  • operation (String.t): Defaults to: null.

    • Enum - one of [OPERATION_UNSPECIFIED, ALIGNMENT_MATCH, INSERT, DELETE, SKIP, CLIP_SOFT, CLIP_HARD, PAD, SEQUENCE_MATCH, SEQUENCE_MISMATCH]
  • operationLength (String.t): The number of genomic bases that the operation runs for. Required. Defaults to: null.
  • referenceSequence (String.t): `referenceSequence` is only used at mismatches (`SEQUENCE_MISMATCH`) and deletions (`DELETE`). Filling this field replaces SAM's MD tag. If the relevant information is not available, this field is unset. 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.CigarUnit{
  operation: any(),
  operationLength: any(),
  referenceSequence: 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.