ProteoWizard
Public Member Functions | Public Attributes
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

List of all members.

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

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

Member Function Documentation

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

Member Data Documentation

ProteinDetectionProtocolPtr pwiz::identdata::ProteinDetection::proteinDetectionProtocolPtr

Definition at line 877 of file IdentData.hpp.

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

ProteinDetectionListPtr pwiz::identdata::ProteinDetection::proteinDetectionListPtr

Definition at line 878 of file IdentData.hpp.

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

std::string pwiz::identdata::ProteinDetection::activityDate
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: