Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • What use does a pair have? A codon is a standard unit in genetics and is made up of three neucleotides, which may be repeated (TTT is Phenylalanine). Commented Aug 27, 2013 at 19:21
  • The Tuple<T1,T2,T3> might prove a nice data structure to represent codons. It's typed of course, and immutable. Commented Aug 28, 2013 at 2:25
  • [Flags] is wrong here as 1. Nucleotide sequences are ordered (AGU != UGA) and (more seriously) 2. Nucleotide sequences can have duplicates! Commented Aug 28, 2013 at 13:08
  • @AakashM, yeah it occurred to me that this might be the case. Just thinkin' out loud. Commented Aug 28, 2013 at 13:11