RNAlib-2.3.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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
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
data_structures.h
Various data structures and pre-processor macros.
duplexT
Data structure for RNAduplex.
Definition:
data_structures.h:290
ViennaRNA
duplex.h
Generated on Tue Nov 15 2016 11:08:29 for RNAlib-2.3.1 by
1.8.11