Method: Bio::RestrictionEnzyme::DoubleStranded#aligned_strands
- Defined in:
- lib/bio/util/restriction_enzyme/double_stranded.rb
#aligned_strands ⇒ Object
See AlignedStrands.align
129 130 131 |
# File 'lib/bio/util/restriction_enzyme/double_stranded.rb', line 129 def aligned_strands AlignedStrands.align(@primary.pattern, @complement.pattern) end |