Method: Bio::Blast::Default::Report#gapped_entropy
- Defined in:
- lib/bio/appl/blast/format0.rb
#gapped_entropy ⇒ Object
Same as iterations.last.gapped_entropy
.
153 |
# File 'lib/bio/appl/blast/format0.rb', line 153 def gapped_entropy; @iterations.last.gapped_entropy; end |