Method: Bio::Blast::Default::Report::Hit#identity
- Defined in:
- lib/bio/appl/blast/format0.rb
#identity ⇒ Object
Same as hsps.first.identity. Returns nil if there are no hsp in the hit. (Compatibility method with FASTA)
903 |
# File 'lib/bio/appl/blast/format0.rb', line 903 def identity; hsp_first :identity; end |