class Bio::RestrictionEnzyme::SingleStrandComplement
A single strand of restriction enzyme sequence pattern with a 3’ to 5’ orientation.
Public Instance Methods
orientation()
click to toggle source
Orientation of the strand, 3’ to 5’
# File lib/bio/util/restriction_enzyme/single_strand_complement.rb 19 def orientation; [3, 5]; end