RNAlib-2.4.4
plot_aln.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_PLOT_ALN_H
2 #define VIENNA_RNA_PACKAGE_PLOT_ALN_H
3 
19 int PS_color_aln(const char *structure,
20  const char *filename,
21  const char *seqs[],
22  const char *names[]);
23 
24 
25 int
26 vrna_file_PS_aln(const char *filename,
27  const char **seqs,
28  const char **names,
29  const char *structure,
30  int columns);
31 
32 
33 int
34 vrna_file_PS_aln_sub(const char *filename,
35  const char **seqs,
36  const char **names,
37  const char *structure,
38  int start,
39  int end,
40  int columns);
41 
42 
46 int aliPS_color_aln(const char *structure,
47  const char *filename,
48  const char *seqs[],
49  const char *names[]);
50 
51 
56 #endif
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.
int aliPS_color_aln(const char *structure, const char *filename, const char *seqs[], const char *names[])