9 #ifndef __VIENNA_RNA_PACKAGE_PLOT_LAYOUTS_H__
10 #define __VIENNA_RNA_PACKAGE_PLOT_LAYOUTS_H__
16 #define PI 3.141592654
29 #define VRNA_PLOT_TYPE_SIMPLE 0
39 #define VRNA_PLOT_TYPE_NAVIEW 1
49 #define VRNA_PLOT_TYPE_CIRCULAR 2
int rna_plot_type
Switch for changing the secondary structure layout algorithm.
int simple_xy_coordinates(short *pair_table, float *X, float *Y)
Calculate nucleotide coordinates for secondary structure plot the Simple way
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
int simple_circplot_coordinates(short *pair_table, float *x, float *y)
Calculate nucleotide coordinates for Circular Plot
this is a workarround for the SWIG Perl Wrapper RNA plot function that returns an array of type COORD...
Definition: plot_layouts.h:55