google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.Experiment View Source

Attributes

  • instrumentModel (String.t): The instrument model used as part of this experiment. This maps to sequencing technology in the SAM spec. Defaults to: null.
  • libraryId (String.t): A client-supplied library identifier; a library is a collection of DNA fragments which have been prepared for sequencing from a sample. This field is important for quality control as error or bias can be introduced during sample preparation. Defaults to: null.
  • platformUnit (String.t): The platform unit used as part of this experiment, for example flowcell-barcode.lane for Illumina or slide for SOLiD. Corresponds to the @RG PU field in the SAM spec. Defaults to: null.
  • sequencingCenter (String.t): The sequencing center used as part of this experiment. 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.Experiment{
  instrumentModel: any(),
  libraryId: any(),
  platformUnit: any(),
  sequencingCenter: 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.