1 #ifndef VIENNA_RNA_PACKAGE_CENTROID_H
2 #define VIENNA_RNA_PACKAGE_CENTROID_H
7 #define DEPRECATED(func) func __attribute__ ((deprecated))
9 #define DEPRECATED(func) func
char * vrna_get_centroid_struct(vrna_fold_compound *vc, double *dist)
Get the centroid structure of the ensemble.
char * vrna_get_centroid_struct_pl(int length, double *dist, plist *pl)
Get the centroid structure of the ensemble.
The most basic data structure required by many functions throughout the RNAlib.
Definition: data_structures.h:689
char * get_centroid_struct_pl(int length, double *dist, plist *pl)
Get the centroid structure of the ensemble.
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:45
char * vrna_get_centroid_struct_pr(int length, double *dist, FLT_OR_DBL *pr)
Get the centroid structure of the ensemble.
char * get_centroid_struct_pr(int length, double *dist, FLT_OR_DBL *pr)
Get the centroid structure of the ensemble.
FLT_OR_DBL * pr
A pointer to the base pair probability matrix.