This file contains the program to compute log-likelihood of sequences according to a Hidden Markov Model. More...
Go to the source code of this file.
Functions | |
success_t | loglik_discrete () |
success_t | loglik_gaussian () |
success_t | loglik_mixture () |
int | main (int argc, char *argv[]) |
void | usage () |
Variables | |
const fx_module_doc | hmm_loglik_main_doc |
const fx_entry_doc | hmm_loglik_main_entries [] |
const fx_submodule_doc | hmm_loglik_main_submodules [] |
This file contains the program to compute log-likelihood of sequences according to a Hidden Markov Model.
Usage: loglik --type=TYPE --profile=PROFILE [OPTIONS] See the usage() function for complete option list
Definition in file loglik.cc.
const fx_module_doc hmm_loglik_main_doc |
const fx_entry_doc hmm_loglik_main_entries[] |
{ {"type", FX_REQUIRED, FX_STR, NULL, " HMM type : discrete | gaussian | mixture.\n"}, {"profile", FX_REQUIRED, FX_STR, NULL, " A file containing HMM profile.\n"}, {"seqfile", FX_PARAM, FX_STR, NULL, " Output file for the data sequences.\n"}, {"logfile", FX_PARAM, FX_STR, NULL, " Output file for the computed log-likelihood of the sequences.\n"}, FX_ENTRY_DOC_DONE }
const fx_submodule_doc hmm_loglik_main_submodules[] |