Method: Bio::RestrictionEnzyme::CutSymbol#set_cut_symbol

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

#set_cut_symbol(glyph) ⇒ Object

Set the token to be used as the cut symbol in a restriction enzyme sequece

Starts as ^ character


Arguments

  • glyph: The single character to be used as the cut symbol in an enzyme sequence

Returns

glyph



42
43
44
# File 'lib/bio/util/restriction_enzyme/cut_symbol.rb', line 42

def set_cut_symbol(glyph)
  CutSymbol__.cut_symbol = glyph
end