biopython v1.71.0 Bio.HMM.Utilities
Generic functions which are useful for working with HMMs.
This just collects general functions which you might like to use in dealing with HMMs.
Link to this section Summary
Functions
Print out a state sequence prediction in a nice manner
Link to this section Functions
Link to this function
pretty_print_prediction()
Print out a state sequence prediction in a nice manner.
Arguments:
- emissions — The sequence of emissions of the sequence you are dealing with.
- real_state — The actual state path that generated the emissions.
- predicted_state — A state path predicted by some kind of HMM model.