google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.ReadGroup View Source

A read group is all the data that's processed the same way by the sequencer.

Attributes

  • info (Map[String, List[ErrorUnknown]]): A map of additional read group information. This must be of the form map<string, string[]> (string key mapping to a list of string values). Defaults to: null.
  • datasetId (String): The dataset to which this read group belongs. Defaults to: null.
  • description (String): A free-form text description of this read group. Defaults to: null.
  • experiment (Experiment): The experiment used to generate this read group. Defaults to: null.
  • id (String): The server-generated read group ID, unique for all read groups. Note: This is different than the @RG ID field in the SAM spec. For that value, see name. Defaults to: null.
  • name (String): The read group name. This corresponds to the @RG ID field in the SAM spec. Defaults to: null.
  • predictedInsertSize (Integer): The predicted insert size of this read group. The insert size is the length the sequenced DNA fragment from end-to-end, not including the adapters. Defaults to: null.
  • programs (List[Program]): The programs used to generate this read group. Programs are always identical for all read groups within a read group set. For this reason, only the first read group in a returned set will have this field populated. Defaults to: null.
  • referenceSetId (String): The reference set the reads in this read group are aligned to. Defaults to: null.
  • sampleId (String): A client-supplied sample identifier for the reads in this read group. Defaults to: null.