Class: Cytogenetics::ChromosomeAberrations::ChromosomeLoss

Inherits:
Aberration
  • Object
show all
Defined in:
lib/cytogenetics/chromosome_aberrations.rb

Overview

CHROMOSOME LOSS

Instance Attribute Summary

Attributes inherited from Aberration

#ab_objs, #abr, #breakpoints, #fragments

Instance Method Summary collapse

Methods inherited from Aberration

aberration_objs, aberration_type, all_regex, classify_aberration, #config_logging, #find_bands, #find_chr, #find_fragments, #get_breakpoints, instantiate_aberrations, regex, #remove_breakpoint, #to_s, type

Constructor Details

#initializeChromosomeLoss

Returns a new instance of ChromosomeLoss.



181
182
183
184
185
# File 'lib/cytogenetics/chromosome_aberrations.rb', line 181

def initialize
  config_logging()
  @abr = str.sub("-", "")
  @breakpoints = []
end