class Bio::BlastRecord::Hsp
- Bio::BlastRecord::Hsp
- Reference
- Object
Defined in:
align/blast.crConstructors
Instance Method Summary
- #align_len : Int32
- #bit_score : Float64
- #evalue : Float64
- #gaps : Int32
- #hit_frame : Int32
- #hseq : String
- #identity : Int32
- #midline : String
- #num : Int32
- #postive : Int32
- #qseq : String
- #query_frame : Int32
- #query_from : Int32
- #query_to : Int32
- #score : Int32
Constructor Detail
def self.new(num : Int32, bit_score : Float64, score : Int32, evalue : Float64, query_from : Int32, query_to : Int32, query_frame : Int32, hit_frame : Int32, identity : Int32, postive : Int32, gaps : Int32, align_len : Int32, qseq : String, hseq : String, midline : String)
#