30 short checkAncestorIntersections;
31 short checkSiblingIntersections;
32 short checkExteriorIntersections;
35 int maximumNumberOfConfigChangesAllowed;
45 int numberOfChangesAppliedToConfig;
vrna_plot_options_puzzler_t * vrna_plot_options_puzzler(void)
Create an RNApuzzler options data structure.
int vrna_plot_coords_puzzler_pt(short const *const pair_table, float **x, float **y, double **arc_coords, vrna_plot_options_puzzler_t *puzzler)
Compute nucleotide coordinates for secondary structure plot using the RNApuzzler algorithm ...
void vrna_plot_options_puzzler_free(vrna_plot_options_puzzler_t *options)
Free memory occupied by an RNApuzzler options data structure.
Options data structure for RNApuzzler algorithm implementation.
Definition: RNApuzzler.h:20
int vrna_plot_coords_puzzler(const char *structure, float **x, float **y, double **arc_coords, vrna_plot_options_puzzler_t *options)
Compute nucleotide coordinates for secondary structure plot using the RNApuzzler algorithm ...
int unpaired
contains the number of unpaired bases.