RNAlib-2.1.9h
PKplex.h
1#ifndef PKPLEX_H
2#define PKPLEX_H
3
4#include "data_structures.h"
5
6extern dupVar *PlexHits;
7extern int PlexHitsArrayLength;
8extern int NumberOfHits;
9extern int verbose;
10
11
15dupVar **PKLduplexfold_XS( const char *s1,
16 int **access_s1,
17 const int threshold,
18 const int alignment_length,
19 const int delta);
20
21int arraySize(duplexT **array);
22
23void freeDuplexT(duplexT **array);
24
25#endif
All datastructures and typedefs shared among the Vienna RNA Package can be found here.
Definition data_structures.h:552
Definition data_structures.h:481