RNAlib-2.4.0
|
MFE calculations for single RNA sequences. More...
Go to the source code of this file.
Typedefs | |
typedef void( | vrna_mfe_window_callback) (int start, int end, const char *structure, float en, void *data) |
The default callback for sliding window MFE structure predictions. More... | |
Functions | |
float | vrna_mfe (vrna_fold_compound_t *vc, char *structure) |
Compute minimum free energy and an appropriate secondary structure of an RNA sequence, or RNA sequence alignment. More... | |
float | vrna_mfe_dimer (vrna_fold_compound_t *vc, char *structure) |
Compute the minimum free energy of two interacting RNA molecules. More... | |
float | vrna_mfe_window (vrna_fold_compound_t *vc, FILE *file) |
Local MFE prediction using a sliding window approach. More... | |
float | vrna_mfe_window_zscore (vrna_fold_compound_t *vc, double min_z, FILE *file) |
Local MFE prediction using a sliding window approach (with z-score cut-off) More... | |
MFE calculations for single RNA sequences.
This file includes (almost) all function declarations within the RNAlib that are related to MFE folding...