ProteoWizard
|
Implementation of SubstitutionModificationType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
SubstitutionModification () | |
bool | empty () const |
Public Attributes | |
char | originalResidue |
char | replacementResidue |
int | location |
double | avgMassDelta |
double | monoisotopicMassDelta |
Implementation of SubstitutionModificationType from the mzIdentML schema.
A modification where one residue is substituted by another (amino acid change).
Definition at line 349 of file IdentData.hpp.
pwiz::identdata::SubstitutionModification::SubstitutionModification | ( | ) |
bool pwiz::identdata::SubstitutionModification::empty | ( | ) | const |
char pwiz::identdata::SubstitutionModification::originalResidue |
Definition at line 353 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSubstitutionModification().
char pwiz::identdata::SubstitutionModification::replacementResidue |
Definition at line 354 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSubstitutionModification().
int pwiz::identdata::SubstitutionModification::location |
Definition at line 355 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSubstitutionModification().
double pwiz::identdata::SubstitutionModification::avgMassDelta |
Definition at line 356 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSubstitutionModification().
double pwiz::identdata::SubstitutionModification::monoisotopicMassDelta |
Definition at line 357 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSubstitutionModification().