ProteoWizard
Public Member Functions | Public Attributes
pwiz::proteome::PeptideDatabaseRecord Struct Reference

#include <PeptideDatabase.hpp>

List of all members.

Public Member Functions

 PeptideDatabaseRecord ()

Public Attributes

int id_ipi
double abundance
double mass
PeptideDatabaseFormula formula
int sequenceKey

Detailed Description

Definition at line 57 of file PeptideDatabase.hpp.


Constructor & Destructor Documentation

pwiz::proteome::PeptideDatabaseRecord::PeptideDatabaseRecord ( )
inline

Definition at line 65 of file PeptideDatabase.hpp.

: id_ipi(0), abundance(1), mass(0), sequenceKey(0)
{}

Member Data Documentation

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
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.


The documentation for this struct was generated from the following file: