BiobaseInfernal-0.7.1.0: Infernal data structures and tools

Safe HaskellNone

Biobase.SElab.HMM

Synopsis

Documentation

data HMM Source

newtype NegLogProb Source

Negated natural logarithm of probability.

TODO put into types stuff

Constructors

NLP Double 

data Node Source

The nodes in an HMM. Starting with Node 0 for BEGIN.

Constructors

Node 

Instances

data HMM3 Source

The HMM3 data structure in ``slow mode''.

TODO shouldn't this be Identification Pfam ?

TODO maybe redo the whole idd idea and just keep the string?

Instances