|
ProteoWizard
|
Implementation of AnalysisSampleCollectionType from mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| bool | empty () const |
Public Attributes | |
| std::vector< SamplePtr > | samples |
Implementation of AnalysisSampleCollectionType from mzIdentML schema.
The samples analysed can optionally be recorded using CV terms for descriptions. If a composite sample has been analysed, the subsample association can be used to build a hierarchical description.
Definition at line 258 of file IdentData.hpp.
| bool pwiz::identdata::AnalysisSampleCollection::empty | ( | ) | const |
Referenced by pwiz::identdata::TextWriter::operator()().
| std::vector<SamplePtr> pwiz::identdata::AnalysisSampleCollection::samples |
Definition at line 260 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), stripUnmappedMetadata(), testAnalysisSampleCollection(), and testContactRole().
1.8.1.1