ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::AnalysisCollection Struct Reference

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
 

Detailed Description

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.

Member Function Documentation

§ empty()

bool pwiz::identdata::AnalysisCollection::empty ( ) const

Member Data Documentation

§ spectrumIdentification

std::vector<SpectrumIdentificationPtr> pwiz::identdata::AnalysisCollection::spectrumIdentification

§ proteinDetection

ProteinDetection pwiz::identdata::AnalysisCollection::proteinDetection

The documentation for this struct was generated from the following file: