next up previous contents
Next: Three Letter Amino Acid Up: Amino Acids Previous: Molecular Weight

Most Frequent k-Grams

Calling Sequence:
GetMostFrequentGrams(
n, k)
Parameters:
n : posint
k : posint

Returns: void

Synopsis: This function prints out the n most frequent k-grams (sequences of length k).

Examples:

> GetMostFrequentGrams(5, 5);




Gaston Gonnet
1998-09-15