RNAlib-2.2.0-RC2
centroid.h File Reference

Centroid structure computation. More...

+ Include dependency graph for centroid.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * vrna_get_centroid_struct_pl (int length, double *dist, plist *pl)
 Get the centroid structure of the ensemble. More...
 
char * get_centroid_struct_pl (int length, double *dist, plist *pl)
 Get the centroid structure of the ensemble. More...
 
char * vrna_get_centroid_struct_pr (int length, double *dist, FLT_OR_DBL *pr)
 Get the centroid structure of the ensemble. More...
 
char * get_centroid_struct_pr (int length, double *dist, FLT_OR_DBL *pr)
 Get the centroid structure of the ensemble. More...
 
char * vrna_get_centroid_struct (vrna_fold_compound *vc, double *dist)
 Get the centroid structure of the ensemble. More...
 

Detailed Description

Centroid structure computation.

Function Documentation

char* get_centroid_struct_pl ( int  length,
double *  dist,
plist pl 
)

Get the centroid structure of the ensemble.

Deprecated:
This function was renamed to vrna_get_centroid_struct_pl()
char* get_centroid_struct_pr ( int  length,
double *  dist,
FLT_OR_DBL *  pr 
)

Get the centroid structure of the ensemble.

Deprecated:
This function was renamed to vrna_get_centroid_struct_pr()