2 #ifndef VIENNA_RNA_PACKAGE_SUBOPT_H 3 #define VIENNA_RNA_PACKAGE_SUBOPT_H 5 #ifdef VRNA_WARN_DEPRECATED 6 # if defined(__clang__) 7 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) 8 # elif defined(__GNUC__) 9 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) 11 # define DEPRECATED(func, msg) func 14 # define DEPRECATED(func, msg) func 50 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY 226 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY 246 "Use vrna_subopt() or vrna_subopt_cb() instead");
254 "Use vrna_subopt() or vrna_subopt_cb() instead");
271 "Use vrna_subopt() or vrna_subopt_cb() instead");
288 "Use vrna_subopt_zuker() instead");
299 "Use vrna_subopt_zuker() instead");
double print_energy
printing threshold for use with logML
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.
SOLUTION * zukersubopt_par(const char *string, vrna_param_t *parameters)
Compute Zuker type suboptimal structures.
Solution element from subopt.c.
Definition: subopt.h:70
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.
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:132
int subopt_sorted
Sort output by energy.
The datastructure that contains temperature scaled energy parameters.
Definition: basic.h:57
Various data structures and pre-processor macros.
vrna_subopt_solution_t * vrna_subopt_zuker(vrna_fold_compound_t *vc)
Compute Zuker type suboptimal structures.
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.
SOLUTION * zukersubopt(const char *string)
Compute Zuker type suboptimal structures.
char * structure
Structure in dot-bracket notation.
Definition: subopt.h:72
#define MAXDOS
Maximum density of states discretization for subopt.
Definition: subopt.h:78
void( vrna_subopt_callback)(const char *stucture, float energy, void *data)
Callback for vrna_subopt_cb()
Definition: subopt.h:48
SOLUTION * subopt(char *seq, char *structure, int delta, FILE *fp)
Returns list of subopt structures or writes to fp.
float energy
Free Energy of structure in kcal/mol.
Definition: subopt.h:71
Functions to deal with sets of energy parameters.
The Basic Fold Compound API.
SOLUTION * subopt_circ(char *seq, char *sequence, int delta, FILE *fp)
Returns list of circular subopt structures or writes to fp.
int density_of_states[MAXDOS+1]
The Density of States.