Variable CODON_TO_SINGLE_LETTER_CODE_MAPConst

CODON_TO_SINGLE_LETTER_CODE_MAP: Record<string, string> = ...

Direct codon-to-single-letter-code mapping for lookups. This is much more efficient than creating RNA objects and iterating through arrays.