![]() |
OpenMS
|
Represents the content of an IDRipper output file. More...
#include <OpenMS/ANALYSIS/ID/IDRipper.h>
Public Member Functions | |
| RipFileContent (const std::vector< ProteinIdentification > &prot_idents, const std::vector< PeptideIdentification > &pep_idents) | |
| Constructs a new RipFileContent object. More... | |
| const std::vector< ProteinIdentification > & | getProteinIdentifications () |
| Get protein identifications. More... | |
| const std::vector< PeptideIdentification > & | getPeptideIdentifications () |
| Get peptide identifications. More... | |
Public Attributes | |
| std::vector< ProteinIdentification > | prot_idents |
| Protein identifications. More... | |
| std::vector< PeptideIdentification > | pep_idents |
| Peptide identifications. More... | |
Represents the content of an IDRipper output file.
|
inline |
Constructs a new RipFileContent object.
| const std::vector<PeptideIdentification>& getPeptideIdentifications | ( | ) |
Get peptide identifications.
| const std::vector<ProteinIdentification>& getProteinIdentifications | ( | ) |
Get protein identifications.
| std::vector<PeptideIdentification> pep_idents |
Peptide identifications.
| std::vector<ProteinIdentification> prot_idents |
Protein identifications.