seq2hmm.ll {DBHC} | R Documentation |
Compute the sequence-to-HMM likelihood of an HMM evaluated for a single
sequence and check if the sequence contains emissions that are not possible
according to the HMM. Auxiliary function used in select.seeds
and assign.clusters
.
seq2hmm.ll(hmm)
hmm |
An |
The log likelihood of the sequence contained in hmm
, value
will be set to minus infinity if the sequence contains illegal emissions.
Used in select.seeds
and
assign.clusters
.