RNAlib-2.3.1
inverse.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_INVERSE_H
2 #define VIENNA_RNA_PACKAGE_INVERSE_H
3 
22 extern char *symbolset;
24 extern float final_cost;
26 extern int give_up;
28 extern int inv_verbose;
29 
46 float inverse_fold( char *start,
47  const char *target);
48 
62 float inverse_pf_fold(char *start,
63  const char *target);
64 
68 #endif
float final_cost
int give_up
int inv_verbose
float inverse_pf_fold(char *start, const char *target)
Find sequence that maximizes probability of a predefined structure.
char * symbolset
This global variable points to the allowed bases, initially "AUGC". It can be used to design sequence...
float inverse_fold(char *start, const char *target)
Find sequences with predefined structure.