|
vrna_subopt_solution_t * | vrna_subopt (vrna_fold_compound_t *vc, int delta, int sorted, FILE *fp) |
| Returns list of subopt structures or writes to fp. More...
|
|
void | vrna_subopt_cb (vrna_fold_compound_t *vc, int delta, vrna_subopt_callback *cb, void *data) |
| Generate suboptimal structures within an energy band arround the MFE. More...
|
|
vrna_subopt_solution_t * | vrna_subopt_zuker (vrna_fold_compound_t *vc) |
| Compute Zuker type suboptimal structures. More...
|
|
SOLUTION * | subopt (char *seq, char *structure, int delta, FILE *fp) |
| Returns list of subopt structures or writes to fp. More...
|
|
SOLUTION * | subopt_par (char *seq, char *structure, vrna_param_t *parameters, int delta, int is_constrained, int is_circular, FILE *fp) |
| Returns list of subopt structures or writes to fp.
|
|
SOLUTION * | subopt_circ (char *seq, char *sequence, int delta, FILE *fp) |
| Returns list of circular subopt structures or writes to fp. More...
|
|
SOLUTION * | zukersubopt (const char *string) |
| Compute Zuker type suboptimal structures. More...
|
|
SOLUTION * | zukersubopt_par (const char *string, vrna_param_t *parameters) |
| Compute Zuker type suboptimal structures. More...
|
|
RNAsubopt and density of states declarations.