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