1 #ifndef __VIENNA_RNA_PACKAGE_PS_DOT_H__
2 #define __VIENNA_RNA_PACKAGE_PS_DOT_H__
8 #define DEPRECATED(func) func __attribute__ ((deprecated))
10 #define DEPRECATED(func) func
20 int PS_rna_plot_snoop_a(
char *
string,
66 int PS_rna_plot_a_gquad(
char *
string,
127 int PS_color_dot_plot(
char *
string,
131 int PS_color_dot_plot_turn(
char *seq,
161 int vrna_plot_dp_PS_list(
char *seq,
168 int PS_dot_plot_turn(
char *seq,
173 int PS_color_aln(
const char *structure,
174 const char *filename,
176 const char *names[]);
182 const char *filename,
184 const char *names[]);
int aliPS_color_aln(const char *structure, const char *filename, const char *seqs[], const char *names[])
int svg_rna_plot(char *string, char *structure, char *ssfile)
Produce a secondary structure plot in SVG format and write it to a file.
int gmlRNA(char *string, char *structure, char *ssfile, char option)
Produce a secondary structure graph in Graph Meta Language (gml) and write it to a file...
int ssv_rna_plot(char *string, char *structure, char *ssfile)
Produce a secondary structure graph in SStructView format.
int PS_dot_plot(char *string, char *file)
Produce postscript dot-plot.
Secondary structure plot layout algorithms.
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
this datastructure is used as input parameter in functions of PS_dot.h and others ...
Definition: data_structures.h:94
int PS_rna_plot(char *string, char *structure, char *file)
Produce a secondary structure graph in PostScript and write it to 'filename'.
int xrna_plot(char *string, char *structure, char *ssfile)
Produce a secondary structure plot for further editing in XRNA.
int PS_rna_plot_a(char *string, char *structure, char *file, char *pre, char *post)
Produce a secondary structure graph in PostScript including additional annotation macros and write it...
this datastructure is used as input parameter in functions of PS_dot.c
Definition: data_structures.h:104
int PS_dot_plot_list(char *seq, char *filename, plist *pl, plist *mf, char *comment)
Produce a postscript dot-plot from two pair lists.