RNAlib-2.4.8
alignments.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 
28 int
29 vrna_file_PS_aln(const char *filename,
30  const char **seqs,
31  const char **names,
32  const char *structure,
33  int columns);
34 
35 
39 int
40 vrna_file_PS_aln_sub(const char *filename,
41  const char **seqs,
42  const char **names,
43  const char *structure,
44  int start,
45  int end,
46  int columns);
47 
48 
52 int aliPS_color_aln(const char *structure,
53  const char *filename,
54  const char *seqs[],
55  const char *names[]);
56 
57 
62 #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[])
int vrna_file_PS_aln(const char *filename, const char **seqs, const char **names, const char *structure, int columns)
int vrna_file_PS_aln_sub(const char *filename, const char **seqs, const char **names, const char *structure, int start, int end, int columns)