libuproc  1.2.0
Functions
model.h File Reference

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_modeluproc_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_substmatuproc_model_substitution_matrix (uproc_model *model)
 Returns the substitution matrix of the model. More...
 
uproc_matrixuproc_model_codon_scores (uproc_model *model)
 Returns the codon scores of the model. More...
 
uproc_matrixuproc_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...
 

Detailed Description

Module: Grp_datastructs_model.