Wrapper for an ordered array of BCCodons, either DNA- or RNA-based
Superclass: BCSequence
Declared In: BCSequenceCodon.h
A subclass of BCSequence, this class handles access to an ordered list
of BCCodons. In addition to the usual BCSequence objects, it contains references to the
genetic code used to generate the BCSequenceCodon, and the reading frame as a string
(ie - +1, -2). Typically, BCCodonSequences are not created directly, but via the BCUtilTranslator
class methods.