24 #ifndef __PATHWAYHELPER_H__ 25 #define __PATHWAYHELPER_H__ 39 using Inter2_t = std::array<std::string,2>;
40 using Inter3_t = std::array<std::string,9>;
41 Inter2_t
Intermediates2(
const std::string &codon1,
const std::string &codon2);
42 Inter3_t
Intermediates3(
const std::string &codon1,
const std::string &codon2);
The namespace in which this library resides.
Inter2_t Intermediates2(const std::string &codon1, const std::string &codon2)
Calculate the intermediate codons between a pair of codons diverged at 2 positions.
Inter3_t Intermediates3(const std::string &codon1, const std::string &codon2)
Calculate the intermediate codons between a pair of codons diverged at 3 positions.