ARB
|
#include "defs.h"
Go to the source code of this file.
Macros | |
#define | EXT |
Functions | |
void | Align (int nX, char X[], int secX[], char **XX, int nY, char Y[], int secY[], char **YY, int freqs, double fT, double fC, double fA, double fG, double rTC, double rTA, double rTG, double rCA, double rCG, double rAG, double dist, double supp, double gapA, double gapB, double gapC, double thres) |
Variables | |
EXT const char * | Error |
#define EXT |
Definition at line 17 of file i-hopper.h.
void Align | ( | int | nX, |
char | X[], | ||
int | secX[], | ||
char ** | XX, | ||
int | nY, | ||
char | Y[], | ||
int | secY[], | ||
char ** | YY, | ||
int | freqs, | ||
double | fT, | ||
double | fC, | ||
double | fA, | ||
double | fG, | ||
double | rTC, | ||
double | rTA, | ||
double | rTG, | ||
double | rCA, | ||
double | rCG, | ||
double | rAG, | ||
double | dist, | ||
double | supp, | ||
double | gapA, | ||
double | gapB, | ||
double | gapC, | ||
double | thres | ||
) |
Definition at line 799 of file align.cxx.
References AlignTwo(), decodeBase(), encodeBase(), expectedScore, freeBlock, freeMatrix, GapA, GapB, GapC, GE, GP, GS, initEntropy(), initScore(), LogThres, MAXDIST, MINDIST, N, newBlock(), newMatrix(), newVector, normalizeBaseFreqs(), normalizeRateParams(), s, Supp, Thres, uninitEntropy(), uninitScore(), updateEntropy(), and updateScore().
Referenced by main().
Definition at line 22 of file i-hopper.h.