Method: Bio::RestrictionEnzyme::CutSymbol#escaped_cut_symbol
- Defined in:
- lib/bio/util/restriction_enzyme/cut_symbol.rb
#escaped_cut_symbol ⇒ Object
Get the token that’s used as the cut symbol in a restriction enzyme sequece with a back-slash preceding it.
Arguments
-
none
- Returns
-
\glyph
61 |
# File 'lib/bio/util/restriction_enzyme/cut_symbol.rb', line 61 def escaped_cut_symbol; CutSymbol__.escaped_cut_symbol; end |