RNAlib-2.5.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
21extern char *symbolset;
23extern float final_cost;
25extern int give_up;
27extern int inv_verbose;
28
45float inverse_fold( char *start,
46 const char *target);
47
61float inverse_pf_fold(char *start,
62 const char *target);
63
67#endif
float inverse_fold(char *start, const char *target)
Find sequences with predefined structure.
int give_up
float final_cost
char * symbolset
This global variable points to the allowed bases, initially "AUGC". It can be used to design sequence...
float inverse_pf_fold(char *start, const char *target)
Find sequence that maximizes probability of a predefined structure.
int inv_verbose