1 #ifndef VIENNA_RNA_PACKAGE_PS_DOT_H 2 #define VIENNA_RNA_PACKAGE_PS_DOT_H 10 #ifdef VRNA_WARN_DEPRECATED 12 # define DEPRECATED(func) func __attribute__ ((deprecated)) 14 # define DEPRECATED(func) func 17 # define DEPRECATED(func) func 21 #define VRNA_BACKWARD_COMPAT 35 #define VRNA_PLOT_PROBABILITIES_BP 1U 36 #define VRNA_PLOT_PROBABILITIES_ACC 2U 38 #define VRNA_PLOT_PROBABILITIES_UD 4U 39 #define VRNA_PLOT_PROBABILITIES_UD_LIN 8U 41 #define VRNA_PLOT_PROBABILITIES_SD 16U 43 #define VRNA_PLOT_PROBABILITIES_SC_MOTIF 32U 44 #define VRNA_PLOT_PROBABILITIES_SC_UP 64U 45 #define VRNA_PLOT_PROBABILITIES_SC_BP 128U 47 #define VRNA_PLOT_PROBABILITIES_DEFAULT ( VRNA_PLOT_PROBABILITIES_BP \ 48 | VRNA_PLOT_PROBABILITIES_SD \ 49 | VRNA_PLOT_PROBABILITIES_SC_MOTIF \ 50 | VRNA_PLOT_PROBABILITIES_UD_LIN ) 70 vrna_plot_dp_EPS(
const char *filename,
75 unsigned int options);
77 int PS_color_dot_plot(
char *
string,
81 int PS_color_dot_plot_turn(
char *seq,
111 int vrna_plot_dp_PS_list(
char *seq,
118 int PS_dot_plot_turn(
char *seq,
123 #ifdef VRNA_BACKWARD_COMPAT Data structure representing a single entry of an element probability list (e.g. list of pair probabil...
Definition: structure_utils.h:69
this datastructure is used as input parameter in functions of PS_dot.c
Definition: data_structures.h:199
int PS_dot_plot(char *string, char *file)
Produce postscript dot-plot.
Various data structures and pre-processor macros.
Various utility- and helper-functions for secondary structure parsing, converting, etc.
Various functions for plotting Sequence / Structure Alignments.
Various functions for plotting RNA secondary structures.
Definition: data_structures.h:210
int PS_dot_plot_list(char *seq, char *filename, plist *pl, plist *mf, char *comment)
Produce a postscript dot-plot from two pair lists.