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

Integer to Full Name Nucleic

Calling Sequence:
IntToNucleic(
x)
Parameters:
x : {1..5}

Returns:{'Adenine', 'Cytosine', 'Guanine', 'Thymine', 'Uracil'}

Synopsis: This function converts an integer between 1..5 into the full name for a nucleic acid 'Adenine', 'Cytosine', 'Guanine', 'Thymine', 'Uracil' respectively.

Examples:

> IntToNucleic(1);




Gaston Gonnet
1998-09-15