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

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

#include <IdentData.hpp>

Public Member Functions

bool empty () const
 

Public Attributes

std::vector< DBSequencePtr > dbSequences
 
std::vector< PeptidePtr > peptides
 
std::vector< PeptideEvidencePtr > peptideEvidence
 

Detailed Description

Implementation of SequenceCollectionType from the mzIdentML schema.

The collection of sequences (DBSequence or Peptide) identified and their relationship between each other (PeptideEvidence) to be referenced elsewhere in the results.

Definition at line 652 of file IdentData.hpp.

Member Function Documentation

§ empty()

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

Member Data Documentation

§ dbSequences

std::vector<DBSequencePtr> pwiz::identdata::SequenceCollection::dbSequences

§ peptides

std::vector<PeptidePtr> pwiz::identdata::SequenceCollection::peptides

§ peptideEvidence

std::vector<PeptideEvidencePtr> pwiz::identdata::SequenceCollection::peptideEvidence

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