OpenMS
|
Identifies an IDRipper output file. More...
#include <OpenMS/ANALYSIS/ID/IDRipper.h>
Public Member Functions | |
RipFileIdentifier (const IDRipper::IdentificationRuns &id_runs, const PeptideIdentification &pep_id, const std::map< String, UInt > &file_origin_map, const IDRipper::OriginAnnotationFormat origin_annotation_fmt, bool split_ident_runs) | |
Constructs a new RipFileIdentifier object. More... | |
UInt | getIdentRunIdx () const |
Get identification run index. More... | |
UInt | getFileOriginIdx () const |
Get file origin index. More... | |
const String & | getOriginFullname () const |
Get origin full name. More... | |
const String & | getOutputBasename () const |
Get output base name. More... | |
Public Attributes | |
UInt | ident_run_idx {} |
The numerical index of the source IdentificationRun. More... | |
UInt | file_origin_idx {} |
The numerical index of the source file_origin / spectra_data element. More... | |
String | out_basename |
The output basename derived from the file_origin / spectra_data element. More... | |
String | origin_fullname |
The full length origin read from the file_origin / spectra_data element. More... | |
Identifies an IDRipper output file.
RipFileIdentifier | ( | const IDRipper::IdentificationRuns & | id_runs, |
const PeptideIdentification & | pep_id, | ||
const std::map< String, UInt > & | file_origin_map, | ||
const IDRipper::OriginAnnotationFormat | origin_annotation_fmt, | ||
bool | split_ident_runs | ||
) |
Constructs a new RipFileIdentifier object.
UInt getFileOriginIdx | ( | ) | const |
Get file origin index.
UInt getIdentRunIdx | ( | ) | const |
Get identification run index.
const String& getOriginFullname | ( | ) | const |
Get origin full name.
const String& getOutputBasename | ( | ) | const |
Get output base name.
UInt file_origin_idx {} |
The numerical index of the source file_origin / spectra_data element.
UInt ident_run_idx {} |
The numerical index of the source IdentificationRun.
String origin_fullname |
The full length origin read from the file_origin / spectra_data element.
String out_basename |
The output basename derived from the file_origin / spectra_data element.