RNAlib-2.1.9
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 
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