RNAlib-2.4.14
|
|
Typedefs | |
typedef struct vrna_path_s | path_t |
Old typename of vrna_path_s. More... | |
Functions | |
int | find_saddle (const char *seq, const char *s1, const char *s2, int width) |
Find energy of a saddle point between 2 structures (search only direct path) More... | |
void | free_path (vrna_path_t *path) |
Free memory allocated by get_path() function. More... | |
vrna_path_t * | get_path (const char *seq, const char *s1, const char *s2, int width) |
Find refolding path between 2 structures (search only direct path) More... | |
typedef struct vrna_path_s path_t |
#include <ViennaRNA/landscape/paths.h>
Old typename of vrna_path_s.
int find_saddle | ( | const char * | seq, |
const char * | s1, | ||
const char * | s2, | ||
int | width | ||
) |
#include <ViennaRNA/landscape/findpath.h>
Find energy of a saddle point between 2 structures (search only direct path)
seq | RNA sequence |
s1 | A pointer to the character array where the first secondary structure in dot-bracket notation will be written to |
s2 | A pointer to the character array where the second secondary structure in dot-bracket notation will be written to |
width | integer how many strutures are being kept during the search |
void free_path | ( | vrna_path_t * | path | ) |
#include <ViennaRNA/landscape/findpath.h>
Free memory allocated by get_path() function.
path | pointer to memory to be freed |
vrna_path_t* get_path | ( | const char * | seq, |
const char * | s1, | ||
const char * | s2, | ||
int | width | ||
) |
#include <ViennaRNA/landscape/findpath.h>
Find refolding path between 2 structures (search only direct path)
seq | RNA sequence |
s1 | A pointer to the character array where the first secondary structure in dot-bracket notation will be written to |
s2 | A pointer to the character array where the second secondary structure in dot-bracket notation will be written to |
width | integer how many strutures are being kept during the search |