class SequenceServer::BLAST::HSP::TBLASTN

HSP subclass for TBLASTN algorithm.

Public Instance Methods

sframe_unit() click to toggle source

Protein query against translated nucleotide database, hence 3.

# File lib/sequenceserver/blast/hsp.rb, line 267
def sframe_unit
  3
end
stats() click to toggle source
Calls superclass method
# File lib/sequenceserver/blast/hsp.rb, line 262
def stats
  super.update 'Hit frame' => sframe
end