RNAlib-2.1.9
|
Function declarations of partition function variants of the Lfold algorithm. More...
Go to the source code of this file.
Functions | |
void | update_pf_paramsLP (int length) |
plist * | pfl_fold (char *sequence, int winSize, int pairSize, float cutoffb, double **pU, struct plist **dpp2, FILE *pUfp, FILE *spup) |
Compute partition functions for locally stable secondary structures. More... | |
plist * | pfl_fold_par (char *sequence, int winSize, int pairSize, float cutoffb, double **pU, struct plist **dpp2, FILE *pUfp, FILE *spup, pf_paramT *parameters) |
Compute partition functions for locally stable secondary structures. | |
void | putoutpU_prob (double **pU, int length, int ulength, FILE *fp, int energies) |
Writes the unpaired probabilities (pU) or opening energies into a file. More... | |
void | putoutpU_prob_bin (double **pU, int length, int ulength, FILE *fp, int energies) |
Writes the unpaired probabilities (pU) or opening energies into a binary file. More... | |
void | init_pf_foldLP (int length) |
Function declarations of partition function variants of the Lfold algorithm.
void init_pf_foldLP | ( | int | length | ) |
Dunno if this function was ever used by external programs linking to RNAlib, but it was declared PUBLIC before. Anyway, never use this function as it will be removed soon and does nothing at all