next up previous contents
Next: Integer to One Letter Up: Nucleic Acids Previous: Full Name to Integer

Integer to Three Letter Nucleic

Calling Sequence:
IntToNuc(
x)
Parameters:
x : { posint, 1..5}

Returns: {'Ade', 'Cyt', 'Gua', 'Thy', 'Ura'}

Synopsis: This function converts an integer between 1..5 into the three letter code for nucleic acids 'Ade', 'Cyt', 'Gua', 'Thy', 'Ura' respectively.

Examples:

> IntToNuc(1);




Gaston Gonnet
1998-09-15