Method: Bio::Blast::Report::Hit#evalue
- Defined in:
- lib/bio/appl/blast/report.rb
#evalue ⇒ Object
Shortcut methods for the best Hsp, some are also compatible with Bio::Fasta::Report::Hit class.
292 |
# File 'lib/bio/appl/blast/report.rb', line 292 def evalue; @hsps.first.evalue; end |