Method: Bio::RestrictionEnzyme::DoubleStranded#sticky?
- Defined in:
- lib/bio/util/restriction_enzyme/double_stranded.rb
#sticky? ⇒ Boolean
Returns true
if the cut pattern creates sticky fragments. (opposite of blunt)
151 152 153 |
# File 'lib/bio/util/restriction_enzyme/double_stranded.rb', line 151 def sticky? !blunt? end |