ProteoWizard
|
Implementation of SpectrumIdentificationType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
SpectrumIdentification (const std::string &id_="", const std::string &name_="") | |
bool | empty () const |
![]() | |
Identifiable (const std::string &id_="", const std::string &name_="") | |
virtual | ~Identifiable () |
Public Attributes | |
SpectrumIdentificationProtocolPtr | spectrumIdentificationProtocolPtr |
SpectrumIdentificationListPtr | spectrumIdentificationListPtr |
std::string | activityDate |
std::vector< SpectraDataPtr > | inputSpectra |
std::vector< SearchDatabasePtr > | searchDatabase |
![]() | |
std::string | id |
std::string | name |
Implementation of SpectrumIdentificationType from the mzIdentML schema.
An Analysis which tries to identify peptides in input spectra, referencing the database searched, the input spectra, the output results and the protocol that is run.
Definition at line 764 of file IdentData.hpp.
pwiz::identdata::SpectrumIdentification::SpectrumIdentification | ( | const std::string & | id_ = "" , |
const std::string & | name_ = "" |
||
) |
|
virtual |
Reimplemented from pwiz::identdata::Identifiable.
SpectrumIdentificationProtocolPtr pwiz::identdata::SpectrumIdentification::spectrumIdentificationProtocolPtr |
Definition at line 769 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentification().
SpectrumIdentificationListPtr pwiz::identdata::SpectrumIdentification::spectrumIdentificationListPtr |
Definition at line 770 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentification().
std::string pwiz::identdata::SpectrumIdentification::activityDate |
Definition at line 771 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentification().
std::vector<SpectraDataPtr> pwiz::identdata::SpectrumIdentification::inputSpectra |
Definition at line 773 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentification().
std::vector<SearchDatabasePtr> pwiz::identdata::SpectrumIdentification::searchDatabase |
Definition at line 774 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentification().