RNAlib-2.4.14
RNAturtle.h
Go to the documentation of this file.
1 #ifndef RNATURTLE_H
2 #define RNATURTLE_H
3 
52 int
53 vrna_plot_coords_turtle(const char *structure,
54  float **x,
55  float **y,
56  double **arc_coords);
57 
58 
78 int
79 vrna_plot_coords_turtle_pt(short const *const pair_table,
80  float **x,
81  float **y,
82  double **arc_coords);
83 
84 
89 #endif
int vrna_plot_coords_turtle(const char *structure, float **x, float **y, double **arc_coords)
Compute nucleotide coordinates for secondary structure plot using the RNAturtle algorithm ...
int vrna_plot_coords_turtle_pt(short const *const pair_table, float **x, float **y, double **arc_coords)
Compute nucleotide coordinates for secondary structure plot using the RNAturtle algorithm ...