ProteoWizard
|
Implementation of ProteinDetectionType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
ProteinDetection (const std::string id_="", const std::string name_="") | |
virtual bool | empty () const |
![]() | |
Identifiable (const std::string &id_="", const std::string &name_="") | |
virtual | ~Identifiable () |
Public Attributes | |
ProteinDetectionProtocolPtr | proteinDetectionProtocolPtr |
ProteinDetectionListPtr | proteinDetectionListPtr |
std::string | activityDate |
std::vector < SpectrumIdentificationListPtr > | inputSpectrumIdentifications |
![]() | |
std::string | id |
std::string | name |
Implementation of ProteinDetectionType from the mzIdentML schema.
An Analysis which assembles a set of peptides (e.g. from a spectra search analysis) to proteins.
Definition at line 872 of file IdentData.hpp.
pwiz::identdata::ProteinDetection::ProteinDetection | ( | const std::string | id_ = "" , |
const std::string | name_ = "" |
||
) |
|
virtual |
Reimplemented from pwiz::identdata::Identifiable.
Referenced by pwiz::identdata::TextWriter::operator()().
ProteinDetectionProtocolPtr pwiz::identdata::ProteinDetection::proteinDetectionProtocolPtr |
Definition at line 877 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testProteinDetection().
ProteinDetectionListPtr pwiz::identdata::ProteinDetection::proteinDetectionListPtr |
Definition at line 878 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testProteinDetection().
std::string pwiz::identdata::ProteinDetection::activityDate |
Definition at line 879 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), testAnalysisCollection(), and testProteinDetection().
std::vector<SpectrumIdentificationListPtr> pwiz::identdata::ProteinDetection::inputSpectrumIdentifications |
Definition at line 881 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()().