Class: Bio::RestrictionEnzyme::SingleStrandComplement

Inherits:
SingleStrand
  • Object
show all
Defined in:
lib/bio/util/restriction_enzyme/single_strand_complement.rb

Overview

A single strand of restriction enzyme sequence pattern with a 3’ to 5’ orientation.

Instance Attribute Summary

Attributes inherited from SingleStrand

#cut_locations, #cut_locations_in_enzyme_notation, #stripped

Instance Method Summary collapse

Methods inherited from SingleStrand

#initialize, #palindromic?, #pattern, #with_cut_symbols, #with_spaces

Methods included from StringFormatting

#add_spacing, #left_padding, #right_padding, #strip_cuts_and_padding, #strip_padding

Methods included from CutSymbol

#cut_symbol, #escaped_cut_symbol, #re_cut_symbol, #re_cut_symbol_adjacent, #set_cut_symbol

Constructor Details

This class inherits a constructor from Bio::RestrictionEnzyme::SingleStrand

Instance Method Details

#orientationObject

Orientation of the strand, 3’ to 5’



12
# File 'lib/bio/util/restriction_enzyme/single_strand_complement.rb', line 12

def orientation; [3, 5]; end