RNAlib-2.2.7
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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
4
#ifdef DEPRECATION_WARNINGS
5
# ifdef __GNUC__
6
# define DEPRECATED(func) func __attribute__ ((deprecated))
7
# else
8
# define DEPRECATED(func) func
9
# endif
10
#else
11
# define DEPRECATED(func) func
12
#endif
13
14
/* make this interface backward compatible with RNAlib < 2.2.0 */
15
#define VRNA_BACKWARD_COMPAT
16
30
int
PS_color_aln
(
const
char
*structure,
31
const
char
*filename,
32
const
char
*seqs[],
33
const
char
*names[]);
34
38
int
aliPS_color_aln
(
const
char
*structure,
39
const
char
*filename,
40
const
char
*seqs[],
41
const
char
*names[]);
42
43
#ifdef VRNA_BACKWARD_COMPAT
44
45
#endif
46
51
#endif
PS_color_aln
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.
aliPS_color_aln
int aliPS_color_aln(const char *structure, const char *filename, const char *seqs[], const char *names[])
ViennaRNA
plot_aln.h
Generated on Wed Jun 29 2016 15:18:03 for RNAlib-2.2.7 by
1.8.9.1