OpenMS
IDRipper::IdentificationRuns Struct Reference

Represents a set of IdentificationRuns. More...

#include <OpenMS/ANALYSIS/ID/IDRipper.h>

Collaboration diagram for IDRipper::IdentificationRuns:
[legend]

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, UIntindex_map
 Maps a unique index to every IdentificationRun string representation (getIdentifier()). More...
 
std::vector< StringListspectra_data
 Maps the list of spectra data elements to every IdentificationRun index. More...
 

Detailed Description

Represents a set of IdentificationRuns.

Constructor & Destructor Documentation

◆ IdentificationRuns()

IdentificationRuns ( const std::vector< ProteinIdentification > &  prot_ids)

Generates a new IdentificationRuns object from a vector of ProteinIdentification objects.

Member Data Documentation

◆ index_map

std::map<String, UInt> index_map

Maps a unique index to every IdentificationRun string representation (getIdentifier()).

◆ spectra_data

std::vector<StringList> spectra_data

Maps the list of spectra data elements to every IdentificationRun index.