RNAlib-2.3.1
boltzmann_sampling.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_BOLTZMANN_SAMPLING_H
2 #define VIENNA_RNA_PACKAGE_BOLTZMANN_SAMPLING_H
3 
5 
25 char *vrna_pbacktrack5(vrna_fold_compound_t *vc, int length);
26 
45 
46 #endif
char * vrna_pbacktrack5(vrna_fold_compound_t *vc, int length)
Sample a secondary structure of a subsequence from the Boltzmann ensemble according its probability...
The most basic data structure required by many functions throughout the RNAlib.
Definition: data_structures.h:454
Various data structures and pre-processor macros.
char * vrna_pbacktrack(vrna_fold_compound_t *vc)
Sample a secondary structure (consensus structure) from the Boltzmann ensemble according its probabil...