RNAlib-2.1.9h
MEA.h
Go to the documentation of this file.
1#ifndef __VIENNA_RNA_PACKAGE_MEA_H__
2#define __VIENNA_RNA_PACKAGE_MEA_H__
3
4#include "data_structures.h"
5
22float MEA(plist *p,
23 char *structure,
24 double gamma);
25
26float 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.
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
The datastructure that contains temperature scaled Boltzmann weights of the energy parameters.
Definition data_structures.h:203
this datastructure is used as input parameter in functions of PS_dot.h and others
Definition data_structures.h:48