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

Implementation of ProteinDetectionType from the mzIdentML schema. More...

#include <IdentData.hpp>

Inheritance diagram for pwiz::identdata::ProteinDetection:
pwiz::identdata::Identifiable

Public Member Functions

 ProteinDetection (const std::string id_="", const std::string name_="")
 
virtual bool empty () const
 
- Public Member Functions inherited from pwiz::identdata::Identifiable
 Identifiable (const std::string &id_="", const std::string &name_="")
 
virtual ~Identifiable ()
 

Public Attributes

ProteinDetectionProtocolPtr proteinDetectionProtocolPtr
 
ProteinDetectionListPtr proteinDetectionListPtr
 
std::string activityDate
 
std::vector< SpectrumIdentificationListPtr > inputSpectrumIdentifications
 
- Public Attributes inherited from pwiz::identdata::Identifiable
std::string id
 
std::string name
 

Detailed Description

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.

Constructor & Destructor Documentation

§ ProteinDetection()

pwiz::identdata::ProteinDetection::ProteinDetection ( const std::string  id_ = "",
const std::string  name_ = "" 
)

Member Function Documentation

§ empty()

virtual bool pwiz::identdata::ProteinDetection::empty ( ) const
virtual

Member Data Documentation

§ proteinDetectionProtocolPtr

ProteinDetectionProtocolPtr pwiz::identdata::ProteinDetection::proteinDetectionProtocolPtr

Definition at line 877 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testProteinDetection().

§ proteinDetectionListPtr

ProteinDetectionListPtr pwiz::identdata::ProteinDetection::proteinDetectionListPtr

Definition at line 878 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testProteinDetection().

§ activityDate

std::string pwiz::identdata::ProteinDetection::activityDate

§ inputSpectrumIdentifications

std::vector<SpectrumIdentificationListPtr> pwiz::identdata::ProteinDetection::inputSpectrumIdentifications

Definition at line 881 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()().


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