![]() |
OpenMS
|
#include <OpenMS/CONCEPT/ProgressLogger.h>#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>#include <OpenMS/CHEMISTRY/ModifiedPeptideGenerator.h>#include <OpenMS/FORMAT/FASTAFile.h>#include <OpenMS/KERNEL/MSExperiment.h>#include <OpenMS/DATASTRUCTURES/StringView.h>#include <OpenMS/METADATA/PeptideIdentificationList.h>#include <OpenMS/ANALYSIS/ID/OpenSearchModificationAnalysis.h>#include <vector>Go to the source code of this file.
Classes | |
| class | PeptideSearchEngineFIAlgorithm |
| Fragment-index-based peptide database search algorithm (experimental). More... | |
| struct | PeptideSearchEngineFIAlgorithm::SearchResult |
| Comprehensive search result including modification analysis. More... | |
| struct | PeptideSearchEngineFIAlgorithm::AnnotatedHit_ |
| Slimmer structure as storing all scored candidates in PeptideHit objects takes too much space. More... | |
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
| struct OpenMS::PeptideSearchEngineFIAlgorithm::SearchResult |
Comprehensive search result including modification analysis.
This structure contains all outputs from an open search including:
| Class Members | ||
|---|---|---|
| ExitCodes | exit_code = ExitCodes::EXECUTION_OK | |
| bool | is_open_search = false | |
| OpenSearchAnalysisResult | modification_analysis | |
| PeptideIdentificationList | peptide_ids | |
| vector< ProteinIdentification > | protein_ids | |