Method: Bio::Blast::Report::Hit#evalue

Defined in:
lib/bio/appl/blast/report.rb

#evalueObject

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