|
ProteoWizard
|
#include "pwiz/utility/misc/Export.hpp"#include "pwiz/utility/chemistry/Chemistry.hpp"#include <string>#include <memory>Go to the source code of this file.
Classes | |
| struct | pwiz::proteome::AminoAcid::Info::Record |
| struct for holding data for a single amino acid More... | |
Namespaces | |
| namespace | pwiz |
| AMTContainer.hpp. | |
| namespace | pwiz::proteome |
| namespace | pwiz::proteome::AminoAcid |
| scope for types related to amino acids | |
| namespace | pwiz::proteome::AminoAcid::Info |
| class for accessing information about the amino acids | |
Functions | |
| PWIZ_API_DECL const Record & | pwiz::proteome::AminoAcid::Info::record (Type type) |
| returns the amino acid's Record by type | |
| PWIZ_API_DECL const Record & | pwiz::proteome::AminoAcid::Info::record (char symbol) |
| returns the amino acid's Record by symbol (may throw) | |
| Alanine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Cysteine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| AsparticAcid |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| GlutamicAcid |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Phenylalanine |
Definition at line 45 of file AminoAcid.hpp.
| Glycine |
Definition at line 45 of file AminoAcid.hpp.
| Histidine |
Definition at line 45 of file AminoAcid.hpp.
| Isoleucine |
Definition at line 45 of file AminoAcid.hpp.
| Lysine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Leucine |
Definition at line 45 of file AminoAcid.hpp.
| Methionine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Asparagine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Proline |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Glutamine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Arginine |
Definition at line 45 of file AminoAcid.hpp.
| Serine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Threonine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Valine |
Definition at line 45 of file AminoAcid.hpp.
| Tryptophan |
Definition at line 45 of file AminoAcid.hpp.
| Tyrosine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| Selenocysteine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
| AspX |
Definition at line 45 of file AminoAcid.hpp.
| GlutX |
Definition at line 45 of file AminoAcid.hpp.
1.8.1.1