RNAlib-2.4.10
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 
26 float MEA(plist *p,
27  char *structure,
28  double gamma);
29 
30 
31 float MEA_seq(plist *p,
32  const char *sequence,
33  char *structure,
34  double gamma,
35  vrna_exp_param_t *pf);
36 
37 
38 #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:102
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:358