libsequence  1.9.5
Translate.hpp File Reference

declares Sequence::Translate,a function to translate CDS sequences into peptide sequences More...

#include <string>
#include <Sequence/SeqEnums.hpp>

Go to the source code of this file.

Namespaces

 Sequence
 The namespace in which this library resides.
 

Functions

std::string Sequence::Translate (std::string::const_iterator beg, std::string::const_iterator end, Sequence::GeneticCodes genetic_code=GeneticCodes::UNIVERSAL, const char &gapchar='-')
 

Detailed Description

declares Sequence::Translate,a function to translate CDS sequences into peptide sequences

Definition in file Translate.hpp.