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 | |
pwiz | |
pwiz::proteome | |
pwiz::proteome::AminoAcid | |
scope for types related to amino acids | |
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 More... | |
PWIZ_API_DECL const Record & | pwiz::proteome::AminoAcid::Info::record (char symbol) |
returns the amino acid's Record by symbol (may throw) More... | |
Alanine |
Definition at line 45 of file AminoAcid.hpp.
Referenced by test().
Cysteine |
Definition at line 46 of file AminoAcid.hpp.
Referenced by test().
AsparticAcid |
Definition at line 47 of file AminoAcid.hpp.
Referenced by test().
GlutamicAcid |
Definition at line 48 of file AminoAcid.hpp.
Referenced by test().
Phenylalanine |
Definition at line 49 of file AminoAcid.hpp.
Glycine |
Definition at line 50 of file AminoAcid.hpp.
Histidine |
Definition at line 51 of file AminoAcid.hpp.
Isoleucine |
Definition at line 52 of file AminoAcid.hpp.
Lysine |
Definition at line 53 of file AminoAcid.hpp.
Referenced by test().
Leucine |
Definition at line 54 of file AminoAcid.hpp.
Methionine |
Definition at line 55 of file AminoAcid.hpp.
Referenced by test().
Asparagine |
Definition at line 56 of file AminoAcid.hpp.
Referenced by test().
Proline |
Definition at line 57 of file AminoAcid.hpp.
Referenced by test().
Glutamine |
Definition at line 58 of file AminoAcid.hpp.
Referenced by test().
Arginine |
Definition at line 59 of file AminoAcid.hpp.
Serine |
Definition at line 60 of file AminoAcid.hpp.
Referenced by test().
Threonine |
Definition at line 61 of file AminoAcid.hpp.
Referenced by test().
Valine |
Definition at line 62 of file AminoAcid.hpp.
Tryptophan |
Definition at line 63 of file AminoAcid.hpp.
Tyrosine |
Definition at line 64 of file AminoAcid.hpp.
Referenced by test().
Selenocysteine |
Definition at line 65 of file AminoAcid.hpp.
Referenced by test().
AspX |
Definition at line 66 of file AminoAcid.hpp.
GlutX |
Definition at line 67 of file AminoAcid.hpp.