RNAlib-2.3.1
MEA.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_MEA_H
2 #define VIENNA_RNA_PACKAGE_MEA_H
3 
5 #include <ViennaRNA/params.h>
6 
26 float MEA(plist *p,
27  char *structure,
28  double gamma);
29 
30 float MEA_seq(plist *p,
31  const char *sequence,
32  char *structure,
33  double gamma,
34  vrna_exp_param_t *pf);
35 
36 #endif
float MEA(plist *p, char *structure, double gamma)
Computes a MEA (maximum expected accuracy) structure.
Various data structures and pre-processor macros.
Functions to deal with sets of energy parameters.
The data structure that contains temperature scaled Boltzmann weights of the energy parameters...
Definition: params.h:99
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:182