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

Full Name to Integer

Calling Sequence:
NucleicToInt(
nuc)
Parameters:
nuc : full name for a nucleic acid

Returns: 0..6

Synopsis: This function converts the following full names for nucleic acids 'Adenine', 'Cytosine', 'Guanine', 'Thymine', 'Uracil' to the integers 1..5 respectively.

Examples:

> NucleicToInt('Adenine');




Gaston Gonnet
1998-09-15