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.
Definition: data_structures.h:359
char * get_centroid_struct_pl(int length, double *dist, plist *pl)
Get the centroid structure of the ensemble.
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:94
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.