translationStopCodons top-level constant

List<String> const translationStopCodons

The three translation stop codons.

Implementation

const List<String> translationStopCodons = ["UGA", "UAA", "UAG"];