Algorithm::HMM::Hit::Global - Object encapsulating information about a Hidden
Markov Model global hit.
The Algorithm::HMM::Hit::Global object encapsulates information about a global
hit in the Hidden Markov Model. Unlike domain hits are matches against smaller
subsequences in the model, a global hit indicates a match against the entire
model.
$dhit->pvalue()
$dhit->evalue()
$dhit->score()
Returns the pvalue, evalue and score values respectively for the hit.
The Algorithm::HMM package was originally written by Cory Spencer
<
[email protected]> of the Simon Fraser University Brinkman Laboratory. It
is currently maintained by Matthew Laird <
[email protected]>.
Algorithm::HMM, Algorithm::HMM::Hit::Domain, Algorithm::HMM::Report