Compute heat capacity for an RNA. More...
Go to the source code of this file.
Data Structures | |
struct | vrna_heat_capacity_s |
A single result from heat capacity computations. More... | |
Typedefs | |
typedef void() | vrna_heat_capacity_callback(float temp, float heat_capacity, void *data) |
The callback for heat capacity predictions. More... | |
typedef struct vrna_heat_capacity_s | vrna_heat_capacity_t |
A single result from heat capacity computations. More... | |
Functions | |
Basic heat capacity function interface | |
vrna_heat_capacity_t * | vrna_heat_capacity (vrna_fold_compound_t *fc, float T_min, float T_max, float T_increment, unsigned int mpoints) |
Compute the specific heat for an RNA. More... | |
int | vrna_heat_capacity_cb (vrna_fold_compound_t *fc, float T_min, float T_max, float T_increment, unsigned int mpoints, vrna_heat_capacity_callback *cb, void *data) |
Compute the specific heat for an RNA (callback variant) More... | |
Simplified heat capacity computation | |
vrna_heat_capacity_t * | vrna_heat_capacity_simple (const char *sequence, float T_min, float T_max, float T_increment, unsigned int mpoints) |
Compute the specific heat for an RNA (simplified variant) More... | |
Compute heat capacity for an RNA.
This file includes the interface to all functions related to predicting the heat capacity for an RNA.