ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::SequenceCollection Struct Reference

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

#include <IdentData.hpp>

List of all members.

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

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

Member Data Documentation

std::vector<DBSequencePtr> pwiz::identdata::SequenceCollection::dbSequences
std::vector<PeptidePtr> pwiz::identdata::SequenceCollection::peptides
std::vector<PeptideEvidencePtr> pwiz::identdata::SequenceCollection::peptideEvidence

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