Go to the source code of this file.
|
int | vrna_path_findpath_saddle (vrna_fold_compound_t *vc, const char *struc1, const char *struc2, int max) |
| Find energy of a saddle point between 2 structures (search only direct path) More...
|
|
vrna_path_t * | vrna_path_findpath (vrna_fold_compound_t *vc, const char *s1, const char *s2, int maxkeep) |
| Find refolding path between 2 structures (search only direct path) More...
|
|
int | find_saddle (const char *seq, const char *struc1, const char *struc2, int max) |
| Find energy of a saddle point between 2 structures (search only direct path) More...
|
|
void | free_path (vrna_path_t *path) |
| Free memory allocated by get_path() function. More...
|
|
vrna_path_t * | get_path (const char *seq, const char *s1, const char *s2, int maxkeep) |
| Find refolding path between 2 structures (search only direct path) More...
|
|