|
ProteoWizard
|
Implementation of AnalysisCollectionType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| bool | empty () const |
Public Attributes | |
| std::vector < SpectrumIdentificationPtr > | spectrumIdentification |
| ProteinDetection | proteinDetection |
Implementation of AnalysisCollectionType from the mzIdentML schema.
The analyses performed to get the results, which map the input and output data sets. Analyses are for example: SpectrumIdentification (resulting in peptides) or ProteinDetection (assemble proteins from peptides).
Definition at line 895 of file IdentData.hpp.
| bool pwiz::identdata::AnalysisCollection::empty | ( | ) | const |
Referenced by pwiz::identdata::TextWriter::operator()().
| std::vector<SpectrumIdentificationPtr> pwiz::identdata::AnalysisCollection::spectrumIdentification |
Definition at line 897 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), stripUnmappedMetadata(), testAnalysisCollection(), testIdentData(), testSerialize(), and testSnapModifications().
| ProteinDetection pwiz::identdata::AnalysisCollection::proteinDetection |
Definition at line 898 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), stripUnmappedMetadata(), testAnalysisCollection(), and testIdentData().
1.8.1.1