class Bio::BlastRecord

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(num : Int32, id : String, definition : String, accession : String, len : Int32) #

[View source]

Instance Method Detail

def accession : String #

[View source]
def definition : String #

[View source]
def hsps : Array(Hsp) #

[View source]
def id : String #

[View source]
def len : Int32 #

[View source]
def num : Int32 #

[View source]