BiobaseInfernal-0.6.2.0: Infernal data structures and tools

Biobase.Infernal.CM.Export

Description

Transforms the internal representation of a CM back into a version that can be used by Infernal.

Note that models are transformed into ByteString as-is, the exporter does not make sure that probabilities add to one, that we write out probabilities instead of scores, and so on.

TODO some of the notes above will become less problematic once we use newtypes, as a probability-CM will not be accepted by the exporter by then.