RNAlib-2.4.14
|
|
Centroid structure computation. More...
Go to the source code of this file.
Functions | |
char * | vrna_centroid (vrna_fold_compound_t *vc, double *dist) |
Get the centroid structure of the ensemble. More... | |
char * | vrna_centroid_from_plist (int length, double *dist, vrna_ep_t *pl) |
Get the centroid structure of the ensemble. More... | |
char * | vrna_centroid_from_probs (int length, double *dist, FLT_OR_DBL *probs) |
Get the centroid structure of the ensemble. More... | |
char * | get_centroid_struct_pl (int length, double *dist, vrna_ep_t *pl) |
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... | |
Centroid structure computation.
char* get_centroid_struct_pl | ( | int | length, |
double * | dist, | ||
vrna_ep_t * | pl | ||
) |
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.