|
ProteoWizard
|
#include <PeptideDatabase.hpp>
Public Member Functions | |
| PeptideDatabaseRecord () | |
Public Attributes | |
| int | id_ipi |
| double | abundance |
| double | mass |
| PeptideDatabaseFormula | formula |
| int | sequenceKey |
Definition at line 57 of file PeptideDatabase.hpp.
|
inline |
Definition at line 65 of file PeptideDatabase.hpp.
| int pwiz::proteome::PeptideDatabaseRecord::id_ipi |
Definition at line 59 of file PeptideDatabase.hpp.
Referenced by compareRecords().
| double pwiz::proteome::PeptideDatabaseRecord::abundance |
Definition at line 60 of file PeptideDatabase.hpp.
Referenced by compareRecords(), test_basic(), and test_pdb().
| double pwiz::proteome::PeptideDatabaseRecord::mass |
Definition at line 61 of file PeptideDatabase.hpp.
Referenced by compareRecords(), test_basic(), test_pdb(), test_pdb_vs_integer(), and test_range().
| PeptideDatabaseFormula pwiz::proteome::PeptideDatabaseRecord::formula |
Definition at line 62 of file PeptideDatabase.hpp.
Referenced by compareRecords(), and test_basic().
| int pwiz::proteome::PeptideDatabaseRecord::sequenceKey |
Definition at line 63 of file PeptideDatabase.hpp.
1.8.1.1