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

Amino Acid Frequency

Calling Sequence:
GetAaFrequency(DB)
Parameters:
DB : database

Returns: void

Synopsis:This procedure computes the percent amino acid frequencies of the database assigned to DB. It prints out the results in a nice format. This function requires that a patricia tree has been created for the database assigned to DB. Examples:

> DB := ReadDb('~cbrg/DB/SwissProt');
> GetAaFrequency(DB);




Gaston Gonnet
1998-09-15