Method: Bio::RestrictionEnzyme::DoubleStranded#aligned_strands_with_cuts

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

#aligned_strands_with_cutsObject

See AlignedStrands.align_with_cuts



134
135
136
# File 'lib/bio/util/restriction_enzyme/double_stranded.rb', line 134

def aligned_strands_with_cuts
  AlignedStrands.align_with_cuts(@primary.pattern, @complement.pattern, @primary.cut_locations, @complement.cut_locations)
end