RNAlib-2.4.14

Partition function and equilibrium probability implementation for the sliding window algorithm. More...

+ Include dependency graph for LPfold.h:

Go to the source code of this file.

Functions

void update_pf_paramsLP (int length)
 
vrna_ep_tpfl_fold (char *sequence, int winSize, int pairSize, float cutoffb, double **pU, vrna_ep_t **dpp2, FILE *pUfp, FILE *spup)
 Compute partition functions for locally stable secondary structures. More...
 
vrna_ep_tpfl_fold_par (char *sequence, int winSize, int pairSize, float cutoffb, double **pU, vrna_ep_t **dpp2, FILE *pUfp, FILE *spup, vrna_exp_param_t *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)
 

Detailed Description

Partition function and equilibrium probability implementation for the sliding window algorithm.

This file contains the implementation for sliding window partition function and equilibrium probabilities. It also provides the unpaired probability implementation from Bernhart et al. 2011 [4]

Function Documentation

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