1 #ifndef VIENNA_RNA_PACKAGE_PLOT_ALN_H 2 #define VIENNA_RNA_PACKAGE_PLOT_ALN_H 4 #ifdef VRNA_WARN_DEPRECATED 5 # if defined(__clang__) 6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) 7 # elif defined(__GNUC__) 8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) 10 # define DEPRECATED(func, msg) func 13 # define DEPRECATED(func, msg) func 43 const char *structure,
44 unsigned int columns);
69 const char *structure,
73 unsigned int columns);
80 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY 93 "Use vrna_file_PS_aln() instead!");
103 const char *filename,
105 const char *names[]),
106 "Use vrna_file_PS_aln() instead!");
int vrna_file_PS_aln_slice(const char *filename, const char **seqs, const char **names, const char *structure, unsigned int start, unsigned int end, int offset, unsigned int columns)
Create an annotated PostScript alignment plot.
int aliPS_color_aln(const char *structure, const char *filename, const char *seqs[], const char *names[])
PS_color_aln for duplexes.
int vrna_file_PS_aln(const char *filename, const char **seqs, const char **names, const char *structure, unsigned int columns)
Create an annotated PostScript alignment plot.
int PS_color_aln(const char *structure, const char *filename, const char *seqs[], const char *names[])
Produce PostScript sequence alignment color-annotated by consensus structure.