RNAlib-2.4.12
MEA.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_MEA_H
2 #define VIENNA_RNA_PACKAGE_MEA_H
3 
6 
13 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY
14 
28 float MEA(plist *p,
29  char *structure,
30  double gamma);
31 
32 
33 float MEA_seq(plist *p,
34  const char *sequence,
35  char *structure,
36  double gamma,
37  vrna_exp_param_t *pf);
38 
39 
40 #endif
41 
42 #endif
float MEA(plist *p, char *structure, double gamma)
Computes a MEA (maximum expected accuracy) structure.
Various data structures and pre-processor macros.
The data structure that contains temperature scaled Boltzmann weights of the energy parameters...
Definition: basic.h:103
Functions to deal with sets of energy parameters.
Data structure representing a single entry of an element probability list (e.g. list of pair probabil...
Definition: structures.h:369