RNAlib-2.4.10
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 
13 duplexT duplexfold(const char *s1,
14  const char *s2);
15 
16 
17 duplexT *duplex_subopt(const char *s1,
18  const char *s2,
19  int delta,
20  int w);
21 
22 
23 duplexT aliduplexfold(const char *s1[],
24  const char *s2[]);
25 
26 
27 duplexT *aliduplex_subopt(const char *s1[],
28  const char *s2[],
29  int delta,
30  int w);
31 
32 
33 #endif
Various data structures and pre-processor macros.
Data structure for RNAduplex.
Definition: basic.h:211