OpenMS
|
Represents a set of IdentificationRuns. More...
#include <OpenMS/ANALYSIS/ID/IDRipper.h>
Public Member Functions | |
IdentificationRuns (const std::vector< ProteinIdentification > &prot_ids) | |
Generates a new IdentificationRuns object from a vector of ProteinIdentification objects. More... | |
Public Attributes | |
std::map< String, UInt > | index_map |
Maps a unique index to every IdentificationRun string representation (getIdentifier()). More... | |
std::vector< StringList > | spectra_data |
Maps the list of spectra data elements to every IdentificationRun index. More... | |
Represents a set of IdentificationRuns.
IdentificationRuns | ( | const std::vector< ProteinIdentification > & | prot_ids | ) |
Generates a new IdentificationRuns object from a vector of ProteinIdentification objects.
Maps a unique index to every IdentificationRun string representation (getIdentifier()).
std::vector<StringList> spectra_data |
Maps the list of spectra data elements to every IdentificationRun index.