RNAlib-2.1.9h
Lfold.h
Go to the documentation of this file.
1#ifndef __VIENNA_RNA_PACKAGE_LFOLD_H__
2#define __VIENNA_RNA_PACKAGE_LFOLD_H__
3
38float Lfold(const char *string,
39 char *structure,
40 int maxdist);
41
53float Lfoldz( const char *string,
54 char *structure,
55 int maxdist,
56 int zsc,
57 double min_z);
58
59
77float aliLfold( const char **strings,
78 char *structure,
79 int maxdist);
80
81#endif
float aliLfold(const char **strings, char *structure, int maxdist)
float Lfold(const char *string, char *structure, int maxdist)
The local analog to fold().
float Lfoldz(const char *string, char *structure, int maxdist, int zsc, double min_z)