1 #ifndef VIENNA_RNA_PACKAGE_PS_DOT_H
2 #define VIENNA_RNA_PACKAGE_PS_DOT_H
8 #ifdef DEPRECATION_WARNINGS
10 # define DEPRECATED(func) func __attribute__ ((deprecated))
12 # define DEPRECATED(func) func
15 # define DEPRECATED(func) func
19 #define VRNA_BACKWARD_COMPAT
31 int PS_color_dot_plot(
char *
string,
35 int PS_color_dot_plot_turn(
char *seq,
65 int vrna_plot_dp_PS_list(
char *seq,
72 int PS_dot_plot_turn(
char *seq,
77 #ifdef VRNA_BACKWARD_COMPAT
this datastructure is used as input parameter in functions of PS_dot.c
Definition: data_structures.h:174
int PS_dot_plot(char *string, char *file)
Produce postscript dot-plot.
Various functions for plotting Sequence / Structure Alignments.
Various functions for plotting RNA secondary structures.
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:164
int PS_dot_plot_list(char *seq, char *filename, plist *pl, plist *mf, char *comment)
Produce a postscript dot-plot from two pair lists.