next up previous contents
Next: Integer to One Letter Up: Amino Acids Previous: Amino Acid to Integer

Integer to Three Letter Amino Acid

Calling Sequence:
IntToAAA(
x)
Parameters:
x : {1..20}

Returns: name

Synopsis: This function converts an posint into a three letter abbreviation of an amino acid. This follows the standard ordering of amino acids (see the beginning of this section). Examples:

> IntToAAA(1);




Gaston Gonnet
1998-09-15