class Google::Apis::GenomicsV1beta2::ReadGroupExperiment
Attributes
The instrument model used as part of this experiment. This maps to sequencing technology in BAM. Corresponds to the JSON property `instrumentModel` @return [String]
The library used as part of this experiment. Note: This is not an actual ID within this repository, but rather an identifier for a library which may be meaningful to some external system. Corresponds to the JSON property `libraryId` @return [String]
The platform unit used as part of this experiment e.g. flowcell-barcode.lane for Illumina or slide for SOLiD. Corresponds to the Corresponds to the JSON property `platformUnit` @return [String]
The sequencing center used as part of this experiment. Corresponds to the JSON property `sequencingCenter` @return [String]
Public Class Methods
# File generated/google/apis/genomics_v1beta2/classes.rb, line 1862 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/genomics_v1beta2/classes.rb, line 1867 def update!(**args) @instrument_model = args[:instrument_model] unless args[:instrument_model].nil? @library_id = args[:library_id] unless args[:library_id].nil? @platform_unit = args[:platform_unit] unless args[:platform_unit].nil? @sequencing_center = args[:sequencing_center] unless args[:sequencing_center].nil? end