|
ProteoWizard
|
Implementation of AnalysisDataType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| bool | empty () const |
Public Attributes | |
| std::vector < SpectrumIdentificationListPtr > | spectrumIdentificationList |
| ProteinDetectionListPtr | proteinDetectionListPtr |
Implementation of AnalysisDataType from the mzIdentML schema.
Data sets generated by the analyses, including peptide and protein lists.
Definition at line 960 of file IdentData.hpp.
| bool pwiz::identdata::AnalysisData::empty | ( | ) | const |
Referenced by pwiz::identdata::TextWriter::operator()().
| std::vector<SpectrumIdentificationListPtr> pwiz::identdata::AnalysisData::spectrumIdentificationList |
Definition at line 962 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), stripUnmappedMetadata(), testAnalysisData(), testDataCollection(), testIdentData(), testMeasure(), and testSerialize().
| ProteinDetectionListPtr pwiz::identdata::AnalysisData::proteinDetectionListPtr |
Definition at line 963 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), stripUnmappedMetadata(), testAnalysisData(), testIdentData(), and testSerialize().
1.8.1.1