1 #ifndef VIENNA_RNA_PACKAGE_FOLD_H
2 #define VIENNA_RNA_PACKAGE_FOLD_H
9 #define DEPRECATED(func) func __attribute__ ((deprecated))
11 #define DEPRECATED(func) func
15 #define VRNA_BACKWARD_COMPAT
92 #ifdef VRNA_BACKWARD_COMPAT
164 DEPRECATED(
float fold(
const char *sequence,
char *structure));
184 DEPRECATED(
float circfold(
const char *sequence,
char *structure));
314 const char *
string));
329 DEPRECATED(
char *backtrack_fold_from_pair(
char *sequence,
float fold_par(const char *sequence, char *structure, vrna_param_t *parameters, int is_constrained, int is_circular)
Compute minimum free energy and an appropriate secondary structure of an RNA sequence.
float circfold(const char *sequence, char *structure)
Compute minimum free energy and an appropriate secondary structure of a circular RNA sequence...
void update_fold_params(void)
Recalculate energy parameters.
float fold(const char *sequence, char *structure)
Compute minimum free energy and an appropriate secondary structure of an RNA sequence.
The most basic data structure required by many functions throughout the RNAlib.
Definition: data_structures.h:689
void export_fold_arrays_par(int **f5_p, int **c_p, int **fML_p, int **fM1_p, int **indx_p, char **ptype_p, vrna_param_t **P_p)
void update_fold_params_par(vrna_param_t *parameters)
Recalculate energy parameters.
int LoopEnergy(int n1, int n2, int type, int type_2, int si1, int sj1, int sp1, int sq1)
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:45
int HairpinE(int size, int type, int si1, int sj1, const char *string)
void export_circfold_arrays(int *Fc_p, int *FcH_p, int *FcI_p, int *FcM_p, int **fM2_p, int **f5_p, int **c_p, int **fML_p, int **fM1_p, int **indx_p, char **ptype_p)
Base pair.
Definition: data_structures.h:73
Stack of partial structures for backtracking.
Definition: data_structures.h:64
The datastructure that contains temperature scaled energy parameters.
Definition: params.h:41
void export_fold_arrays(int **f5_p, int **c_p, int **fML_p, int **fM1_p, int **indx_p, char **ptype_p)
void export_circfold_arrays_par(int *Fc_p, int *FcH_p, int *FcI_p, int *FcM_p, int **fM2_p, int **f5_p, int **c_p, int **fML_p, int **fM1_p, int **indx_p, char **ptype_p, vrna_param_t **P_p)
float vrna_fold(vrna_fold_compound *vc, char *structure)
Compute minimum free energy and an appropriate secondary structure of an RNA sequence.
void free_arrays(void)
Free arrays for mfe folding.
void initialize_fold(int length)
Functions and variables related to energy evaluation of sequence/structure pairs. ...