|
RNAlib-2.1.9
|
Collaboration diagram for Local MFE structure Prediction and Z-scores:Functions | |
| float | Lfold (const char *string, char *structure, int maxdist) |
| The local analog to fold(). More... | |
| float | Lfoldz (const char *string, char *structure, int maxdist, int zsc, double min_z) |
| float Lfold | ( | const char * | string, |
| char * | structure, | ||
| int | maxdist | ||
| ) |
The local analog to fold().
Computes the minimum free energy structure including only base pairs with a span smaller than 'maxdist'
| string | |
| structure | |
| maxdist |
| float Lfoldz | ( | const char * | string, |
| char * | structure, | ||
| int | maxdist, | ||
| int | zsc, | ||
| double | min_z | ||
| ) |
| string | |
| structure | |
| maxdist | |
| zsc | |
| min_z |