1#ifndef __VIENNA_RNA_PACKAGE_PART_FUNC_UP_H__
2#define __VIENNA_RNA_PACKAGE_PART_FUNC_UP_H__
6#define RNA_UP_MODE_1 1U
7#define RNA_UP_MODE_2 2U
8#define RNA_UP_MODE_3 4U
121 int **unpaired_values,
122 char *select_contrib,
129pu_contrib *get_pu_contrib_struct(
unsigned int n,
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
pu_contrib * pf_unstru(char *sequence, int max_w)
Calculate the partition function over all unpaired regions of a maximal length.
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.
void free_pu_contrib_struct(pu_contrib *pu)
Frees the output of function pf_unstru().
void free_interact(interact *pin)
Frees the output of function pf_interact().
Definition data_structures.h:440
contributions to p_u
Definition data_structures.h:428