struct vrna_sol_TwoD_t

#include <ViennaRNA/2Dfold.h>

Overview

Solution element returned from vrna_mfe_TwoD() More…

// fields

int k
int l
float en
char* s

Detailed Documentation

Solution element returned from vrna_mfe_TwoD()

This element contains free energy and structure for the appropriate kappa (k), lambda (l) neighborhood The datastructure contains two integer attributes ‘k’ and ‘l’ as well as an attribute ‘en’ of type float representing the free energy in kcal/mol and an attribute ‘s’ of type char* containg the secondary structure representative,

A value of INF in k denotes the end of a list

See also:

vrna_mfe_TwoD()

Fields

int k
Distance to first reference.
int l
Distance to second reference.
float en
Free energy in kcal/mol.
char* s
MFE representative structure in dot-bracket notation.