class SequenceServer::BLAST::HSP::BLASTX

HSP subclass for BLASTX algorithm.

Public Instance Methods

qframe_unit() click to toggle source

Translated nucleotide query against protein database, hence 3.

# File lib/sequenceserver/blast/hsp.rb, line 188
def qframe_unit
  3
end
stats() click to toggle source
Calls superclass method
# File lib/sequenceserver/blast/hsp.rb, line 183
def stats
  super.update 'Query frame' => qframe
end