ProteoWizard
|
struct for holding data for a single amino acid More...
#include <AminoAcid.hpp>
Public Attributes | |
std::string | name |
std::string | abbreviation |
char | symbol |
chemistry::Formula | residueFormula |
chemistry::Formula | formula |
double | abundance |
struct for holding data for a single amino acid
Definition at line 78 of file AminoAcid.hpp.
std::string pwiz::proteome::AminoAcid::Info::Record::name |
Definition at line 80 of file AminoAcid.hpp.
Referenced by printRecord().
std::string pwiz::proteome::AminoAcid::Info::Record::abbreviation |
Definition at line 81 of file AminoAcid.hpp.
char pwiz::proteome::AminoAcid::Info::Record::symbol |
Definition at line 82 of file AminoAcid.hpp.
Referenced by printRecord(), and testInfo().
chemistry::Formula pwiz::proteome::AminoAcid::Info::Record::residueFormula |
Definition at line 83 of file AminoAcid.hpp.
Referenced by printRecord(), and test().
chemistry::Formula pwiz::proteome::AminoAcid::Info::Record::formula |
Definition at line 84 of file AminoAcid.hpp.
Referenced by hasLowerMass(), and printRecord().
double pwiz::proteome::AminoAcid::Info::Record::abundance |
Definition at line 85 of file AminoAcid.hpp.
Referenced by printRecord(), and test().