Clustal Omega
1.2.4
|
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include "squid/squid.h"
#include "util.h"
#include "symmatrix.h"
#include "ktuple_pair.h"
#include "log.h"
#include "progress.h"
Data Structures | |
struct | two_ints_t |
Macros | |
#define | END_MARK -3 /* see interface.c in 1.83 */ |
#define | NUMRES 32 /* max size of comparison matrix */ |
Functions | |
void | KTuplePairDist (symmatrix_t *tmat, mseq_t *mseq, int istart, int iend, int jstart, int jend, ktuple_param_t *param_override, progress_t *prProgress, unsigned long int *ulStepNo, unsigned long int ulTotalStepNo) |
Variables | |
const ktuple_param_t | default_protein_param |
const ktuple_param_t | default_dna_param |
#define END_MARK -3 /* see interface.c in 1.83 */ |
#define NUMRES 32 /* max size of comparison matrix */ |
void KTuplePairDist | ( | symmatrix_t * | tmat, |
mseq_t * | mseq, | ||
int | istart, | ||
int | iend, | ||
int | jstart, | ||
int | jend, | ||
ktuple_param_t * | param_override, | ||
progress_t * | prProgress, | ||
unsigned long int * | ulStepNo, | ||
unsigned long int | ulTotalStepNo | ||
) |
Will compute ktuple scores and store in tmat Following values will be set: tmat[i][j], where istart <= i <iend and jstart <= j < jend i.e. zero-offset tmat data members have to be preallocated
if ktuple_param_t *aln_param == NULL defaults will be used
const ktuple_param_t default_dna_param |
const ktuple_param_t default_protein_param |