Method: Bio::RestrictionEnzyme::DoubleStranded::CutLocations#primary

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

#primaryObject

Returns an Array of locations of cuts on the primary strand


Arguments

  • none

Returns

Array of locations of cuts on the primary strand



44
45
46
# File 'lib/bio/util/restriction_enzyme/double_stranded/cut_locations.rb', line 44

def primary
  self.collect {|a| a[0]}
end