12 #ifndef VIENNA_RNA_PACKAGE_PLOT_LAYOUTS_H 13 #define VIENNA_RNA_PACKAGE_PLOT_LAYOUTS_H 19 #define PI 3.141592654 32 #define VRNA_PLOT_TYPE_SIMPLE 0 42 #define VRNA_PLOT_TYPE_NAVIEW 1 52 #define VRNA_PLOT_TYPE_CIRCULAR 2 int simple_xy_coordinates(short *pair_table, float *X, float *Y)
Calculate nucleotide coordinates for secondary structure plot the Simple way
int rna_plot_type
Switch for changing the secondary structure layout algorithm.
Various data structures and pre-processor macros.
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:58