The AASeqWithMass struct represents a normal peptide with its precomputed mass. More...
#include <OpenMS/ANALYSIS/XLMS/OPXLDataStructs.h>
Public Attributes | |
double | peptide_mass |
AASequence | peptide_seq |
PeptidePosition | position |
The AASeqWithMass struct represents a normal peptide with its precomputed mass.
This struct stores information about a peptide as an AASequence and a PeptidePosition. It is used to enumerate pairs of peptides in OpenPepXL. Since the mass of every peptide is used many times, it is precomputed once and also stored in this struct. A vector of these structs is used to represent the digested protein database in OpenPepXL. An instance of this struct is created only once for each peptide in the digested database, so it does not contribute to memory usage as much as XLPrecursor does.
double peptide_mass |
Referenced by OPXLDataStructs::AASeqWithMassComparator::operator()().
AASequence peptide_seq |
PeptidePosition position |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:11 using doxygen 1.8.13 |