RNAlib-2.2.0RC0
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 
22 float MEA(plist *p,
23  char *structure,
24  double gamma);
25 
26 float MEA_seq(plist *p,
27  const char *sequence,
28  char *structure,
29  double gamma,
30  pf_paramT *pf);
31 
32 #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: data_structures.h:225
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:94