RNAlib-2.4.14
|
|
Files | |
file | Lfold.h |
Functions for locally optimal MFE structure prediction. | |
Functions | |
float | Lfold (const char *string, const char *structure, int maxdist) |
The local analog to fold(). More... | |
float | Lfoldz (const char *string, const char *structure, int maxdist, int zsc, double min_z) |
float Lfold | ( | const char * | string, |
const char * | structure, | ||
int | maxdist | ||
) |
#include <ViennaRNA/Lfold.h>
The local analog to fold().
Computes the minimum free energy structure including only base pairs with a span smaller than 'maxdist'
float Lfoldz | ( | const char * | string, |
const char * | structure, | ||
int | maxdist, | ||
int | zsc, | ||
double | min_z | ||
) |
#include <ViennaRNA/Lfold.h>