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

Integer to One Letter Amino Acid

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

Returns: name

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

> IntToA(20);




Gaston Gonnet
1998-09-15