#include <stdio.h>#include "seqaln.h"Functions | |
| bestincol (struct SEQALN_SEQUENCE *seq1, struct SEQALN_SEQUENCE *seq2, struct SEQALN_CONSTANTS *scoring, struct SEQALN_RESULTS *results, struct SEQALN_IO *io, int col) | |
| bestincol | ( | struct SEQALN_SEQUENCE * | seq1, | |
| struct SEQALN_SEQUENCE* | seq2, | |||
| struct SEQALN_CONSTANTS * | scoring, | |||
| struct SEQALN_RESULTS * | results, | |||
| struct SEQALN_IO * | io, | |||
| int | col | |||
| ) |
References SEQALN_RESULTS::bestS, SEQALN_RESULTS::bestSi, SEQALN_RESULTS::bestSj, SEQALN_CONSTANTS::mtype, SEQALN_RESULTS::S, and SIMILARITY.
Referenced by main().
1.5.6