#include <ctype.h>
#include "Codon.h"
#include "CodingSequence.h"
Namespaces | |
namespace | seq |
Functions | |
void | seq::printAmbiguousAASequence (std::ostream &out, const CodingSequence &cs) |
Write an amino acid sequence with all possible ambiguities to the stream. |