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
4
#include <
ViennaRNA/datastructures/basic.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
basic.h
Various data structures and pre-processor macros.
duplexT
Data structure for RNAduplex.
Definition:
basic.h:211
ViennaRNA
duplex.h
Generated on Wed Sep 26 2018 14:10:27 for RNAlib-2.4.10 by
1.8.13