124 INCOMPATIBLE_INPUT_DATA
145 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);
148 void updateMembers_()
override;
150 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:187
String cross_link_name_
Definition: OpenPepXLAlgorithm.h:170
A more convenient string class.
Definition: String.h:58
std::vector< double > DoubleList
Vector of double precision real types.
Definition: ListUtils.h:62
Search for peptide pairs linked with a labeled cross-linker.
Definition: OpenPepXLAlgorithm.h:113
A container for consensus elements.
Definition: ConsensusMap.h:82
std::vector< Int > IntList
Vector of signed integers.
Definition: ListUtils.h:55
IntList precursor_correction_steps_
Definition: OpenPepXLAlgorithm.h:159
Size missed_cleavages_
Definition: OpenPepXLAlgorithm.h:176
Int min_precursor_charge_
Definition: OpenPepXLAlgorithm.h:155
String add_x_ions_
Definition: OpenPepXLAlgorithm.h:184
Definition: OpenPepXLAlgorithm.h:123
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
String add_a_ions_
Definition: OpenPepXLAlgorithm.h:185
Int number_top_hits_
Definition: OpenPepXLAlgorithm.h:179
double fragment_mass_tolerance_
Definition: OpenPepXLAlgorithm.h:161
ExitCodes
Exit codes.
Definition: OpenPepXLAlgorithm.h:119
Definition: OpenPepXLAlgorithm.h:121
String add_b_ions_
Definition: OpenPepXLAlgorithm.h:183
double precursor_mass_tolerance_
Definition: OpenPepXLAlgorithm.h:157
The PreprocessedPairSpectra struct represents the result of comparing a light and a heavy labeled spe...
Definition: OPXLDataStructs.h:303
Definition: OpenPepXLAlgorithm.h:122
Int max_precursor_charge_
Definition: OpenPepXLAlgorithm.h:156
StringList cross_link_residue2_
Definition: OpenPepXLAlgorithm.h:166
String add_y_ions_
Definition: OpenPepXLAlgorithm.h:182
StringList varModNames_
Definition: OpenPepXLAlgorithm.h:173
String add_losses_
Definition: OpenPepXLAlgorithm.h:188
double fragment_mass_tolerance_xlinks_
Definition: OpenPepXLAlgorithm.h:162
String decoy_string_
Definition: OpenPepXLAlgorithm.h:152
double cross_link_mass_iso_shift_
Definition: OpenPepXLAlgorithm.h:168
String enzyme_name_
Definition: OpenPepXLAlgorithm.h:177
bool fragment_mass_tolerance_unit_ppm_
Definition: OpenPepXLAlgorithm.h:163
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
bool precursor_mass_tolerance_unit_ppm_
Definition: OpenPepXLAlgorithm.h:158
DoubleList cross_link_mass_mono_link_
Definition: OpenPepXLAlgorithm.h:169
Size peptide_min_size_
Definition: OpenPepXLAlgorithm.h:175
String add_c_ions_
Definition: OpenPepXLAlgorithm.h:186
StringList cross_link_residue1_
Definition: OpenPepXLAlgorithm.h:165
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:52
String deisotope_mode_
Definition: OpenPepXLAlgorithm.h:180
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
StringList fixedModNames_
Definition: OpenPepXLAlgorithm.h:172
bool decoy_prefix_
Definition: OpenPepXLAlgorithm.h:153
int Int
Signed integer type.
Definition: Types.h:102
double cross_link_mass_light_
Definition: OpenPepXLAlgorithm.h:167
Size max_variable_mods_per_peptide_
Definition: OpenPepXLAlgorithm.h:174