Method: Bio::RestrictionEnzyme::DoubleStranded::CutLocationPair#primary

Defined in:
lib/bio/util/restriction_enzyme/double_stranded/cut_location_pair.rb

#primaryObject (readonly)

Location of the cut on the primary strand. Corresponds - or ‘pairs’ - to the complement cut. A value of nil is an explicit representation of ‘no cut’.



24
25
26
# File 'lib/bio/util/restriction_enzyme/double_stranded/cut_location_pair.rb', line 24

def primary
  @primary
end