RNAlib-2.2.7
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 
23 float MEA(plist *p,
24  char *structure,
25  double gamma);
26 
27 float MEA_seq(plist *p,
28  const char *sequence,
29  char *structure,
30  double gamma,
31  vrna_exp_param_t *pf);
32 
33 #endif
float MEA(plist *p, char *structure, double gamma)
Computes a MEA (maximum expected accuracy) structure.
The datastructure that contains temperature scaled Boltzmann weights of the energy parameters...
Definition: params.h:94
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:164