146 ExitCodes run(
PeakMap& unprocessed_spectra,
ConsensusMap& cfeatures, std::vector<FASTAFile::FASTAEntry>& fasta_db, std::vector<ProteinIdentification>& protein_ids, std::vector<PeptideIdentification>& peptide_ids,
OPXLDataStructs::PreprocessedPairSpectra& preprocessed_pair_spectra, std::vector< std::pair<Size, Size> >& spectrum_pairs, std::vector< std::vector< OPXLDataStructs::CrossLinkSpectrumMatch > >& all_top_csms,
PeakMap& spectra);
149 void updateMembers_()
override;
151 static OPXLDataStructs::PreprocessedPairSpectra preprocessPairs_(
const PeakMap& spectra,
const std::vector< std::pair<Size, Size> >& spectrum_pairs,
const double cross_link_mass_iso_shift,
double fragment_mass_tolerance,
double fragment_mass_tolerance_xlinks,
bool fragment_mass_tolerance_unit_ppm,
bool deisotope);
String add_z_ions_
Definition: OpenPepXLAlgorithm.h:188
String cross_link_name_
Definition: OpenPepXLAlgorithm.h:171
A more convenient string class.
Definition: String.h:58
std::vector< double > DoubleList
Vector of double precision real types.
Definition: ListUtils.h:65
Definition: OpenPepXLAlgorithm.h:115
A container for consensus elements.
Definition: ConsensusMap.h:75
std::vector< Int > IntList
Vector of signed integers.
Definition: ListUtils.h:58
IntList precursor_correction_steps_
Definition: OpenPepXLAlgorithm.h:160
Size missed_cleavages_
Definition: OpenPepXLAlgorithm.h:177
Int min_precursor_charge_
Definition: OpenPepXLAlgorithm.h:156
String add_x_ions_
Definition: OpenPepXLAlgorithm.h:185
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String add_a_ions_
Definition: OpenPepXLAlgorithm.h:186
Int number_top_hits_
Definition: OpenPepXLAlgorithm.h:180
double fragment_mass_tolerance_
Definition: OpenPepXLAlgorithm.h:162
ExitCodes
Exit codes.
Definition: OpenPepXLAlgorithm.h:121
Definition: OpenPepXLAlgorithm.h:123
String add_b_ions_
Definition: OpenPepXLAlgorithm.h:184
double precursor_mass_tolerance_
Definition: OpenPepXLAlgorithm.h:158
The PreprocessedPairSpectra struct represents the result of comparing a light and a heavy labeled spe...
Definition: OPXLDataStructs.h:300
Definition: OpenPepXLAlgorithm.h:124
Int max_precursor_charge_
Definition: OpenPepXLAlgorithm.h:157
StringList cross_link_residue2_
Definition: OpenPepXLAlgorithm.h:167
String add_y_ions_
Definition: OpenPepXLAlgorithm.h:183
StringList varModNames_
Definition: OpenPepXLAlgorithm.h:174
String add_losses_
Definition: OpenPepXLAlgorithm.h:189
double fragment_mass_tolerance_xlinks_
Definition: OpenPepXLAlgorithm.h:163
String decoy_string_
Definition: OpenPepXLAlgorithm.h:153
double cross_link_mass_iso_shift_
Definition: OpenPepXLAlgorithm.h:169
String enzyme_name_
Definition: OpenPepXLAlgorithm.h:178
bool fragment_mass_tolerance_unit_ppm_
Definition: OpenPepXLAlgorithm.h:164
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:73
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
bool precursor_mass_tolerance_unit_ppm_
Definition: OpenPepXLAlgorithm.h:159
DoubleList cross_link_mass_mono_link_
Definition: OpenPepXLAlgorithm.h:170
Size peptide_min_size_
Definition: OpenPepXLAlgorithm.h:176
String add_c_ions_
Definition: OpenPepXLAlgorithm.h:187
StringList cross_link_residue1_
Definition: OpenPepXLAlgorithm.h:166
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
String deisotope_mode_
Definition: OpenPepXLAlgorithm.h:181
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
StringList fixedModNames_
Definition: OpenPepXLAlgorithm.h:173
bool decoy_prefix_
Definition: OpenPepXLAlgorithm.h:154
int Int
Signed integer type.
Definition: Types.h:102
double cross_link_mass_light_
Definition: OpenPepXLAlgorithm.h:168
Size max_variable_mods_per_peptide_
Definition: OpenPepXLAlgorithm.h:175