RNAlib-2.4.3
duplex.h
Go to the documentation of this file.
1
#ifndef VIENNA_RNA_PACKAGE_DUPLEX_H
2
#define VIENNA_RNA_PACKAGE_DUPLEX_H
3
4
#include <
ViennaRNA/data_structures.h
>
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
data_structures.h
Various data structures and pre-processor macros.
duplexT
Data structure for RNAduplex.
Definition:
data_structures.h:212
ViennaRNA
duplex.h
Generated on Tue Nov 14 2017 10:01:20 for RNAlib-2.4.3 by
1.8.13