RNAlib-2.4.14
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 
15 duplexT duplexfold(const char *s1,
16  const char *s2);
17 
18 
19 duplexT *duplex_subopt(const char *s1,
20  const char *s2,
21  int delta,
22  int w);
23 
24 
25 duplexT aliduplexfold(const char *s1[],
26  const char *s2[]);
27 
28 
29 duplexT *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