60 uint8_t getAaCode(
char aa_letter)
const;
62 const Aa &getAa(
char aa_letter)
const;
63 const Aa &getAa(uint8_t aa_code)
const;
66 double getMass(uint8_t aa_code)
const;
70 std::size_t getSize()
const;
collection of integer code for each amino acid 0 => null 1 to 20 => amino acid sorted by there mass (...
std::vector< double > m_massCollection
std::vector< uint8_t > m_asciiTable
std::vector< Aa > m_aaCollection
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...