RNAlib-2.2.10
|
This module contains all functions and variables related to energy evaluation of sequence/structure pairs. More...
Files | |
file | eval.h |
Functions and variables related to energy evaluation of sequence/structure pairs. | |
Functions | |
int | vrna_eval_ext_hp_loop (vrna_fold_compound_t *vc, int i, int j) |
Evaluate free energy of an exterior hairpin loop. | |
int | vrna_eval_hp_loop (vrna_fold_compound_t *vc, int i, int j) |
Evaluate free energy of a hairpin loop. More... | |
This module contains all functions and variables related to energy evaluation of sequence/structure pairs.
int vrna_eval_hp_loop | ( | vrna_fold_compound_t * | vc, |
int | i, | ||
int | j | ||
) |
#include <ViennaRNA/hairpin_loops.h>
Evaluate free energy of a hairpin loop.
vc | The vrna_fold_compound_t for the particular energy evaluation |
i | 5'-position of the base pair |
j | 3'-position of the base pair |