libsequence  1.9.5
PathwayHelper.hpp File Reference

declarations of Sequence::Intermediates2 and Sequence::Intermediates3 More...

#include <string>
#include <array>

Go to the source code of this file.

Namespaces

 Sequence
 The namespace in which this library resides.
 

Typedefs

using Sequence::Inter2_t = std::array< std::string, 2 >
 
using Sequence::Inter3_t = std::array< std::string, 9 >
 

Functions

Inter2_t Sequence::Intermediates2 (const std::string &codon1, const std::string &codon2)
 Calculate the intermediate codons between a pair of codons diverged at 2 positions. More...
 
Inter3_t Sequence::Intermediates3 (const std::string &codon1, const std::string &codon2)
 Calculate the intermediate codons between a pair of codons diverged at 3 positions. More...
 

Detailed Description