|
ProteoWizard
|
Implementation of ProteinDetectionProtocolType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| ProteinDetectionProtocol (const std::string &id_="", const std::string &name_="") | |
| bool | empty () const |
Public Member Functions inherited from pwiz::identdata::Identifiable | |
| Identifiable (const std::string &id_="", const std::string &name_="") | |
| virtual | ~Identifiable () |
Public Attributes | |
| AnalysisSoftwarePtr | analysisSoftwarePtr |
| ParamContainer | analysisParams |
| ParamContainer | threshold |
Public Attributes inherited from pwiz::identdata::Identifiable | |
| std::string | id |
| std::string | name |
Implementation of ProteinDetectionProtocolType from the mzIdentML schema.
The parameters and settings of a ProteinDetection process.
Definition at line 786 of file IdentData.hpp.
| pwiz::identdata::ProteinDetectionProtocol::ProteinDetectionProtocol | ( | const std::string & | id_ = "", |
| const std::string & | name_ = "" |
||
| ) |
|
virtual |
Reimplemented from pwiz::identdata::Identifiable.
| AnalysisSoftwarePtr pwiz::identdata::ProteinDetectionProtocol::analysisSoftwarePtr |
Definition at line 791 of file IdentData.hpp.
Referenced by testProteinDetectionProtocol().
| ParamContainer pwiz::identdata::ProteinDetectionProtocol::analysisParams |
Definition at line 793 of file IdentData.hpp.
Referenced by testProteinDetectionProtocol().
| ParamContainer pwiz::identdata::ProteinDetectionProtocol::threshold |
Definition at line 794 of file IdentData.hpp.
Referenced by testProteinDetectionProtocol().
1.8.1.1