next up previous contents
Next: Amino Acid Frequency Up: Amino Acids Previous: Amino Acids

Amino Acid Count

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

Returns: list

Synopsis:This function counts the number of occurences of each of the twenty amino acids. It returns a list in the standard amino acid order. This function requires that a patricia tree has been created for the database assigned to DB.

Examples:

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




Gaston Gonnet
1998-09-15