next up previous contents
Next: Nucleic Peptide Matching Functions Up: Dayhoff and Mutation Matrix Previous: Dayhoff (Enhanced) Matrices

Search for a Dayhoff Matrix

Calling Sequences:
SearchDayMatrix(
PAM, daymat)
Parameters:
PAM : real
daymat : list(DayMatrix)

Returns: DayMatrix

Synopsis: This function searches the list of DayMatrix for the Dayhoff matrix calculated with PamNumber closest to PAM. This function assumes that daymat is in ascending order.

Examples:

> CreateDayMatrices();
> SearchDayMatrix(250, DMS);


DNADayhoffM ApproxDnaDayMatrix CreateDayMatrix



Gaston Gonnet
1998-09-15