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

A read group set is a logical collection of read groups, which are collections of reads produced by a sequencer. A read group set typically models reads corresponding to one sample, sequenced one way, and aligned one way. A read group set belongs to one dataset. A read group belongs to one read group set. * A read belongs to one read group.

Attributes

  • info (%{optional(String.t) => [ErrorUnknown]}): A map of additional read group set information. Defaults to: null.
  • datasetId (String.t): The dataset to which this read group set belongs. Defaults to: null.
  • filename (String.t): The filename of the original source file for this read group set, if any. Defaults to: null.
  • id (String.t): The server-generated read group set ID, unique for all read group sets. Defaults to: null.
  • name (String.t): The read group set name. By default this will be initialized to the sample name of the sequenced data contained in this set. Defaults to: null.
  • readGroups ([ReadGroup]): The read groups in this set. There are typically 1-10 read groups in a read group set. Defaults to: null.
  • referenceSetId (String.t): The reference set to which the reads in this read group set are aligned. 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.ReadGroupSet{
  datasetId: any(),
  filename: any(),
  id: any(),
  info: map(),
  name: any(),
  readGroups: [GoogleApi.Genomics.V1.Model.ReadGroup.t()],
  referenceSetId: 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.