Hit#

class pyswrd.Hit#

A single hit of a database search.

query_index#

The index of the query in the query sequences.

Type:

int

target_index#

The index of the target in the target sequences.

Type:

int

evalue#

The E-value of the hit.

Type:

float

result#

The PyOpal result corresponding to the alignment between the query and target sequences.

Type:

FullResult

__init__(query_index, target_index, evalue, result)#

Create a new hit.

score#

The bitscore of the alignment.

Type:

float