66 std::vector<ProteinIdentification>& prot_ids,
67 std::vector<PeptideIdentification>& pep_ids)
const;
78 double prefix_fraction = 0;
79 double suffix_fraction = 0;
80 double mean_error = 0.0;
98 std::vector<std::vector<SimpleSearchEngineAlgorithm::AnnotatedHit_> >& annotated_hits,
99 std::vector<ProteinIdentification>& protein_ids,
100 std::vector<PeptideIdentification>& peptide_ids,
104 Size max_variable_mods_per_peptide,
107 Int peptide_missed_cleavages,
108 double precursor_mass_tolerance,
109 double fragment_mass_tolerance,
110 const String& precursor_mass_tolerance_unit_ppm,
111 const String& fragment_mass_tolerance_unit_ppm,
112 const Int precursor_min_charge,
113 const Int precursor_max_charge,
115 const String& database_name)
const;
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
Definition: ModifiedPeptideGenerator.h:58
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
Definition: SimpleSearchEngineAlgorithm.h:49
static void preprocessSpectra_(PeakMap &exp, double fragment_mass_tolerance, bool fragment_mass_tolerance_unit_ppm)
filter, deisotope, decharge spectra
ExitCodes search(const String &in_mzML, const String &in_db, std::vector< ProteinIdentification > &prot_ids, std::vector< PeptideIdentification > &pep_ids) const
search spectra against database
Size peptide_max_size_
Definition: SimpleSearchEngineAlgorithm.h:142
Size precursor_max_charge_
Definition: SimpleSearchEngineAlgorithm.h:121
Size precursor_min_charge_
Definition: SimpleSearchEngineAlgorithm.h:120
void postProcessHits_(const PeakMap &exp, std::vector< std::vector< SimpleSearchEngineAlgorithm::AnnotatedHit_ > > &annotated_hits, std::vector< ProteinIdentification > &protein_ids, std::vector< PeptideIdentification > &peptide_ids, Size top_hits, const ModifiedPeptideGenerator::MapToResidueType &fixed_modifications, const ModifiedPeptideGenerator::MapToResidueType &variable_modifications, Size max_variable_mods_per_peptide, const StringList &modifications_fixed, const StringList &modifications_variable, Int peptide_missed_cleavages, double precursor_mass_tolerance, double fragment_mass_tolerance, const String &precursor_mass_tolerance_unit_ppm, const String &fragment_mass_tolerance_unit_ppm, const Int precursor_min_charge, const Int precursor_max_charge, const String &enzyme, const String &database_name) const
filter and annotate search results most of the parameters are used to properly add meta data to the i...
Size report_top_hits_
Definition: SimpleSearchEngineAlgorithm.h:147
Size modifications_max_variable_mods_per_peptide_
Definition: SimpleSearchEngineAlgorithm.h:133
String precursor_mass_tolerance_unit_
Definition: SimpleSearchEngineAlgorithm.h:118
StringList modifications_fixed_
Definition: SimpleSearchEngineAlgorithm.h:129
String enzyme_
Definition: SimpleSearchEngineAlgorithm.h:135
Size peptide_min_size_
Definition: SimpleSearchEngineAlgorithm.h:141
String fragment_mass_tolerance_unit_
Definition: SimpleSearchEngineAlgorithm.h:127
IntList precursor_isotopes_
Definition: SimpleSearchEngineAlgorithm.h:123
bool decoys_
Definition: SimpleSearchEngineAlgorithm.h:137
StringList annotate_psm_
Definition: SimpleSearchEngineAlgorithm.h:139
double precursor_mass_tolerance_
Definition: SimpleSearchEngineAlgorithm.h:117
SimpleSearchEngineAlgorithm()
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
ExitCodes
Exit codes.
Definition: SimpleSearchEngineAlgorithm.h:55
StringList modifications_variable_
Definition: SimpleSearchEngineAlgorithm.h:131
double fragment_mass_tolerance_
Definition: SimpleSearchEngineAlgorithm.h:125
String peptide_motif_
Definition: SimpleSearchEngineAlgorithm.h:145
Size peptide_missed_cleavages_
Definition: SimpleSearchEngineAlgorithm.h:143
StringView provides a non-owning view on an existing string.
Definition: String.h:490
A more convenient string class.
Definition: String.h:61
int Int
Signed integer type.
Definition: Types.h:102
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
std::vector< Int > IntList
Vector of signed integers.
Definition: ListUtils.h:55
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Slimmer structure as storing all scored candidates in PeptideHit objects takes too much space.
Definition: SimpleSearchEngineAlgorithm.h:73
static bool hasBetterScore(const AnnotatedHit_ &a, const AnnotatedHit_ &b)
Definition: SimpleSearchEngineAlgorithm.h:82
double score
main score
Definition: SimpleSearchEngineAlgorithm.h:76
StringView sequence
Definition: SimpleSearchEngineAlgorithm.h:74
std::vector< PeptideHit::PeakAnnotation > fragment_annotations
Definition: SimpleSearchEngineAlgorithm.h:77
SignedSize peptide_mod_index
enumeration index of the non-RNA peptide modification
Definition: SimpleSearchEngineAlgorithm.h:75