Clustal Omega 1.2.4
ktuple_pair.h File Reference
#include "seq.h"
#include "symmatrix.h"
#include "progress.h"
Include dependency graph for ktuple_pair.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ktuple_param_t
 

Functions

void KTuplePairDist (symmatrix_t *tmat, mseq_t *mseq, int istart, int iend, int jstart, int jend, ktuple_param_t *aln_param, progress_t *prProgress, unsigned long int *ulStepNo, unsigned long int ulTotalStepNo)
 

Function Documentation

◆ KTuplePairDist()

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 )
extern

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