RNAlib-2.5.1
duplex.h
Go to the documentation of this file.
1#ifndef VIENNA_RNA_PACKAGE_DUPLEX_H
2#define VIENNA_RNA_PACKAGE_DUPLEX_H
3
5
6#ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY
7
15duplexT duplexfold(const char *s1,
16 const char *s2);
17
18
19duplexT *duplex_subopt(const char *s1,
20 const char *s2,
21 int delta,
22 int w);
23
24
25duplexT aliduplexfold(const char *s1[],
26 const char *s2[]);
27
28
29duplexT *aliduplex_subopt(const char *s1[],
30 const char *s2[],
31 int delta,
32 int w);
33
34
35#endif
36
37#endif
Various data structures and pre-processor macros.
Data structure for RNAduplex.
Definition: basic.h:211