Class: TannealCluster

Inherits:
Object
  • Object
show all
Includes:
ClusterMethods
Defined in:
lib/pcr_batching_representation.rb

Overview

A cluster of PCR operations based on the nearness of their Tanneal times

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from ClusterMethods

#members

Instance Attribute Details

#max_annealObject (readonly)

Returns the value of attribute max_anneal



413
414
415
# File 'lib/pcr_batching_representation.rb', line 413

def max_anneal
  @max_anneal
end

#mean_annealObject (readonly)

Returns the value of attribute mean_anneal



413
414
415
# File 'lib/pcr_batching_representation.rb', line 413

def mean_anneal
  @mean_anneal
end

#min_annealObject (readonly)

Returns the value of attribute min_anneal



413
414
415
# File 'lib/pcr_batching_representation.rb', line 413

def min_anneal
  @min_anneal
end

#parent_clustersObject (readonly)

Returns the value of attribute parent_clusters



413
414
415
# File 'lib/pcr_batching_representation.rb', line 413

def parent_clusters
  @parent_clusters
end

#sizeObject (readonly)

Returns the value of attribute size



413
414
415
# File 'lib/pcr_batching_representation.rb', line 413

def size
  @size
end

Instance Method Details

#to_sObject



460
461
462
# File 'lib/pcr_batching_representation.rb', line 460

def to_s
    "size: #{@size} \n Tanneal range: #{@min_anneal}-#{@max_anneal}"
end