RNAlib-2.4.14
|
|
Implementations for accessibility and RNA-RNA interaction as a stepwise process. More...
Go to the source code of this file.
Functions | |
pu_contrib * | pf_unstru (char *sequence, int max_w) |
Calculate the partition function over all unpaired regions of a maximal length. More... | |
interact * | pf_interact (const char *s1, const char *s2, pu_contrib *p_c, pu_contrib *p_c2, int max_w, char *cstruc, int incr3, int incr5) |
Calculates the probability of a local interaction between two sequences. More... | |
void | free_interact (interact *pin) |
Frees the output of function pf_interact(). | |
void | free_pu_contrib_struct (pu_contrib *pu) |
Frees the output of function pf_unstru(). | |
Implementations for accessibility and RNA-RNA interaction as a stepwise process.