RNAlib-2.4.14
|
|
Compute the minimum free energy (MFE) and secondary structures for a partitioning of the secondary structure space according to the base pair distance to two fixed reference structures basepair distance to two fixed reference structures. More...
Compute the minimum free energy (MFE) and secondary structures for a partitioning of the secondary structure space according to the base pair distance to two fixed reference structures basepair distance to two fixed reference structures.
Data Structures | |
struct | vrna_sol_TwoD_t |
Solution element returned from vrna_mfe_TwoD() More... | |
struct | TwoDfold_vars |
Variables compound for 2Dfold MFE folding. More... | |
Typedefs | |
typedef struct vrna_sol_TwoD_t | vrna_sol_TwoD_t |
Solution element returned from vrna_mfe_TwoD() More... | |
typedef struct TwoDfold_vars | TwoDfold_vars |
Variables compound for 2Dfold MFE folding. More... | |
Functions | |
vrna_sol_TwoD_t * | vrna_mfe_TwoD (vrna_fold_compound_t *vc, int distance1, int distance2) |
Compute MFE's and representative for distance partitioning. More... | |
char * | vrna_backtrack5_TwoD (vrna_fold_compound_t *vc, int k, int l, unsigned int j) |
Backtrack a minimum free energy structure from a 5' section of specified length. More... | |
TwoDfold_vars * | get_TwoDfold_variables (const char *seq, const char *structure1, const char *structure2, int circ) |
Get a structure of type TwoDfold_vars prefilled with current global settings. More... | |
void | destroy_TwoDfold_variables (TwoDfold_vars *our_variables) |
Destroy a TwoDfold_vars datastructure without memory loss. More... | |
vrna_sol_TwoD_t * | TwoDfoldList (TwoDfold_vars *vars, int distance1, int distance2) |
Compute MFE's and representative for distance partitioning. More... | |
char * | TwoDfold_backtrack_f5 (unsigned int j, int k, int l, TwoDfold_vars *vars) |
Backtrack a minimum free energy structure from a 5' section of specified length. More... | |
struct vrna_sol_TwoD_t |
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
Data 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. | |
struct TwoDfold_vars |
Variables compound for 2Dfold MFE folding.
Data Fields | |
vrna_param_t * | P |
Precomputed energy parameters and model details. | |
int | do_backtrack |
Flag whether to do backtracing of the structure(s) or not. | |
char * | ptype |
Precomputed array of pair types. | |
char * | sequence |
The input sequence. | |
short * | S1 |
The input sequences in numeric form. | |
unsigned int | maxD1 |
Maximum allowed base pair distance to first reference. | |
unsigned int | maxD2 |
Maximum allowed base pair distance to second reference. | |
unsigned int * | mm1 |
Maximum matching matrix, reference struct 1 disallowed. | |
unsigned int * | mm2 |
Maximum matching matrix, reference struct 2 disallowed. | |
int * | my_iindx |
Index for moving in quadratic distancy dimensions. | |
unsigned int * | referenceBPs1 |
Matrix containing number of basepairs of reference structure1 in interval [i,j]. | |
unsigned int * | referenceBPs2 |
Matrix containing number of basepairs of reference structure2 in interval [i,j]. | |
unsigned int * | bpdist |
Matrix containing base pair distance of reference structure 1 and 2 on interval [i,j]. | |
typedef struct vrna_sol_TwoD_t vrna_sol_TwoD_t |
#include <ViennaRNA/2Dfold.h>
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
typedef struct TwoDfold_vars TwoDfold_vars |
#include <ViennaRNA/2Dfold.h>
Variables compound for 2Dfold MFE folding.
vrna_sol_TwoD_t* vrna_mfe_TwoD | ( | vrna_fold_compound_t * | vc, |
int | distance1, | ||
int | distance2 | ||
) |
#include <ViennaRNA/2Dfold.h>
Compute MFE's and representative for distance partitioning.
This function computes the minimum free energies and a representative secondary structure for each distance class according to the two references specified in the datastructure 'vars'. The maximum basepair distance to each of both references may be set by the arguments 'distance1' and 'distance2', respectively. If both distance arguments are set to '-1', no restriction is assumed and the calculation is performed for each distance class possible.
The returned list contains an entry for each distance class. If a maximum basepair distance to either of the references was passed, an entry with k=l=-1 will be appended in the list, denoting the class where all structures exceeding the maximum will be thrown into. The end of the list is denoted by an attribute value of INF in the k-attribute of the list entry.
vc | The datastructure containing all precomputed folding attributes |
distance1 | maximum distance to reference1 (-1 means no restriction) |
distance2 | maximum distance to reference2 (-1 means no restriction) |
char* vrna_backtrack5_TwoD | ( | vrna_fold_compound_t * | vc, |
int | k, | ||
int | l, | ||
unsigned int | j | ||
) |
#include <ViennaRNA/2Dfold.h>
Backtrack a minimum free energy structure from a 5' section of specified length.
This function allows one to backtrack a secondary structure beginning at the 5' end, a specified length and residing in a specific distance class. If the argument 'k' gets a value of -1, the structure that is backtracked is assumed to reside in the distance class where all structures exceeding the maximum basepair distance specified in vrna_mfe_TwoD() belong to.
vc | The datastructure containing all precomputed folding attributes |
j | The length in nucleotides beginning from the 5' end |
k | distance to reference1 (may be -1) |
l | distance to reference2 |
TwoDfold_vars* get_TwoDfold_variables | ( | const char * | seq, |
const char * | structure1, | ||
const char * | structure2, | ||
int | circ | ||
) |
#include <ViennaRNA/2Dfold.h>
Get a structure of type TwoDfold_vars prefilled with current global settings.
This function returns a datastructure of type TwoDfold_vars. The data fields inside the TwoDfold_vars are prefilled by global settings and all memory allocations necessary to start a computation are already done for the convenience of the user
seq | The RNA sequence |
structure1 | The first reference structure in dot-bracket notation |
structure2 | The second reference structure in dot-bracket notation |
circ | A switch to indicate the assumption to fold a circular instead of linear RNA (0=OFF, 1=ON) |
void destroy_TwoDfold_variables | ( | TwoDfold_vars * | our_variables | ) |
#include <ViennaRNA/2Dfold.h>
Destroy a TwoDfold_vars datastructure without memory loss.
This function free's all allocated memory that depends on the datastructure given.
our_variables | A pointer to the datastructure to be destroyed |
vrna_sol_TwoD_t* TwoDfoldList | ( | TwoDfold_vars * | vars, |
int | distance1, | ||
int | distance2 | ||
) |
#include <ViennaRNA/2Dfold.h>
Compute MFE's and representative for distance partitioning.
This function computes the minimum free energies and a representative secondary structure for each distance class according to the two references specified in the datastructure 'vars'. The maximum basepair distance to each of both references may be set by the arguments 'distance1' and 'distance2', respectively. If both distance arguments are set to '-1', no restriction is assumed and the calculation is performed for each distance class possible.
The returned list contains an entry for each distance class. If a maximum basepair distance to either of the references was passed, an entry with k=l=-1 will be appended in the list, denoting the class where all structures exceeding the maximum will be thrown into. The end of the list is denoted by an attribute value of INF in the k-attribute of the list entry.
vars | the datastructure containing all predefined folding attributes |
distance1 | maximum distance to reference1 (-1 means no restriction) |
distance2 | maximum distance to reference2 (-1 means no restriction) |
char* TwoDfold_backtrack_f5 | ( | unsigned int | j, |
int | k, | ||
int | l, | ||
TwoDfold_vars * | vars | ||
) |
#include <ViennaRNA/2Dfold.h>
Backtrack a minimum free energy structure from a 5' section of specified length.
This function allows one to backtrack a secondary structure beginning at the 5' end, a specified length and residing in a specific distance class. If the argument 'k' gets a value of -1, the structure that is backtracked is assumed to reside in the distance class where all structures exceeding the maximum basepair distance specified in TwoDfold() belong to.
j | The length in nucleotides beginning from the 5' end |
k | distance to reference1 (may be -1) |
l | distance to reference2 |
vars | the datastructure containing all predefined folding attributes |