class Bio::BlastRecord
- Bio::BlastRecord
- Reference
- Object
Overview
BlastRecord class
Represent a hit of a query Sequence in a SequenceDB on a blast run is defined the attributes of the hit itself and an Array of Hsp (high scoring pairs).
Defined in:
align/blast.crConstructors
Instance Method Summary
Constructor Detail
def self.new(num : Int32, id : String, definition : String, accession : String, len : Int32)
#