class Bio::BlastRecord::Hsp

Defined in:

align/blast.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def align_len : Int32 #

[View source]
def bit_score : Float64 #

[View source]
def evalue : Float64 #

[View source]
def gaps : Int32 #

[View source]
def hit_frame : Int32 #

[View source]
def hseq : String #

[View source]
def identity : Int32 #

[View source]
def midline : String #

[View source]
def num : Int32 #

[View source]
def postive : Int32 #

[View source]
def qseq : String #

[View source]
def query_frame : Int32 #

[View source]
def query_from : Int32 #

[View source]
def query_to : Int32 #

[View source]
def score : Int32 #

[View source]