libuproc
1.2.0
|
Module: Grp_datastructs_model. More...
#include "uproc/ecurve.h"
#include "uproc/idmap.h"
#include "uproc/substmat.h"
#include "uproc/matrix.h"
Go to the source code of this file.
Functions | |
uproc_model * | uproc_model_load (const char *path, int orf_thresh_level) |
Loads all required data of a UProC model from files in the given directory and returns a corresponding object. More... | |
uproc_substmat * | uproc_model_substitution_matrix (uproc_model *model) |
Returns the substitution matrix of the model. More... | |
uproc_matrix * | uproc_model_codon_scores (uproc_model *model) |
Returns the codon scores of the model. More... | |
uproc_matrix * | uproc_model_orf_threshold (uproc_model *model) |
Returns the ORF threshold matrix of the model. More... | |
void | uproc_model_destroy (uproc_model *model) |
Destroy the model and all associated objects. More... | |
Module: Grp_datastructs_model.