9#ifndef __VIENNA_RNA_PACKAGE_PLOT_LAYOUTS_H__
10#define __VIENNA_RNA_PACKAGE_PLOT_LAYOUTS_H__
29#define VRNA_PLOT_TYPE_SIMPLE 0
39#define VRNA_PLOT_TYPE_NAVIEW 1
49#define VRNA_PLOT_TYPE_CIRCULAR 2
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
int rna_plot_type
Switch for changing the secondary structure layout algorithm.
int simple_circplot_coordinates(short *pair_table, float *x, float *y)
Calculate nucleotide coordinates for Circular Plot
int simple_xy_coordinates(short *pair_table, float *X, float *Y)
Calculate nucleotide coordinates for secondary structure plot the Simple way