92 const double aim_decoy_fraction,
95 const int max_attempts,
96 const double identity_threshold,
97 const double precursor_mz_shift,
98 const double product_mz_shift,
99 const double product_mz_threshold,
100 const std::vector<String>& fragment_types,
101 const std::vector<size_t>& fragment_charges,
102 const bool enable_specific_losses,
103 const bool enable_unspecific_losses,
104 const int round_decPow = -4)
const;
132 const double aim_decoy_fraction,
135 const int max_attempts,
136 const double identity_threshold,
137 const double precursor_mz_shift,
138 const double product_mz_shift,
139 const double product_mz_threshold,
140 const std::vector<String>& fragment_types,
141 const std::vector<size_t>& fragment_charges,
142 const bool enable_specific_losses,
143 const bool enable_unspecific_losses,
144 const int round_decPow = -4)
const;
175 const double identity_threshold,
177 const int max_attempts = 100)
const;
202 bool keepN,
bool keepC,
const OpenMS::String& keep_const_pattern);
218 const std::string& sequence,
219 const std::vector<OpenSwath::LightModification>& modifications,
238 const std::string& sequence,
239 const std::vector<OpenSwath::LightModification>& modifications,
240 double identity_threshold,
242 int max_attempts = 100)
const;
272 const std::vector<OpenSwath::LightModification>& modifications,
273 size_t sequence_length,
274 bool checkCterminalAA);
286 const std::string& sequence,
287 const std::vector<OpenSwath::LightModification>& modifications)
const;
A base class for all classes handling default parameters.
Definition DefaultParamHandler.h:66
This class generates a TargetedExperiment object with decoys based on a TargetedExperiment object.
Definition MRMDecoy.h:59
std::vector< size_t > IndexType
Definition MRMDecoy.h:63
static bool hasCNterminalModsLight_(const std::vector< OpenSwath::LightModification > &modifications, size_t sequence_length, bool checkCterminalAA)
Check if light modifications include C or N terminal modifications.
IndexType findFixedResidues_(const std::string &sequence) const
Find all K, R, P sites in a sequence to be set as fixed.
void generateDecoysLight(const OpenSwath::LightTargetedExperiment &exp, OpenSwath::LightTargetedExperiment &dec, const String &method, const double aim_decoy_fraction, const bool switchKR, const String &decoy_tag, const int max_attempts, const double identity_threshold, const double precursor_mz_shift, const double product_mz_shift, const double product_mz_threshold, const std::vector< String > &fragment_types, const std::vector< size_t > &fragment_charges, const bool enable_specific_losses, const bool enable_unspecific_losses, const int round_decPow=-4) const
Generate decoys from a LightTargetedExperiment (memory-efficient version)
bool keepC_
Definition MRMDecoy.h:330
std::map< String, std::vector< const ReactionMonitoringTransition * > > PeptideTransitionMapType
Definition MRMDecoy.h:158
String getModifiedPeptideSequence_(const OpenMS::TargetedExperiment::Peptide &pep) const
Convert a peptide to a string which contains the peptide sequence and modifications.
static void switchKRLight(std::string &sequence)
Switch the final amino acid of a tryptic peptide (light version)
static IndexType findFixedResidues(const std::string &sequence, bool keepN, bool keepC, const OpenMS::String &keep_const_pattern)
Find all residues in a sequence that should not be reversed / shuffled.
std::vector< OpenMS::ReactionMonitoringTransition > TransitionVectorType
Definition MRMDecoy.h:156
static OpenMS::TargetedExperiment::Peptide reversePeptide(const OpenMS::TargetedExperiment::Peptide &peptide, const bool keepN, const bool keepC, const String &const_pattern=String())
Reverse a peptide sequence (with its modifications)
IndexType findFixedAndTermResidues_(const std::string &sequence) const
Find all K, R, P and C-/N-terminal sites in a sequence to be set as fixed.
std::vector< OpenMS::TargetedExperiment::Peptide > PeptideVectorType
Definition MRMDecoy.h:155
static std::pair< std::string, std::vector< OpenSwath::LightModification > > reversePeptideLight(const std::string &sequence, const std::vector< OpenSwath::LightModification > &modifications, bool keepN, bool keepC, const String &const_pattern=String())
Reverse a peptide sequence (light version operating on strings)
String keep_const_pattern_
Definition MRMDecoy.h:328
std::pair< std::string, std::vector< OpenSwath::LightModification > > shufflePeptideLight(const std::string &sequence, const std::vector< OpenSwath::LightModification > &modifications, double identity_threshold, int seed=-1, int max_attempts=100) const
Shuffle a peptide sequence (light version operating on strings)
void switchKR(OpenMS::TargetedExperiment::Peptide &peptide) const
Switch the final Amino Acid of a tryptic peptide. E.g. If the last Amino Acid is "K" switch to "R" (a...
bool keepN_
Definition MRMDecoy.h:329
std::vector< OpenMS::TargetedExperiment::Protein > ProteinVectorType
Definition MRMDecoy.h:154
void updateMembers_() override
Synchronize members with param class.
bool hasCNterminalMods_(const OpenMS::TargetedExperiment::Peptide &peptide, bool checkCterminalAA) const
Check if a peptide has C or N terminal modifications.
float AASequenceIdentity(const String &sequence, const String &decoy) const
Compute relative identity (relative number of matches of amino acids at the same position) between tw...
std::pair< std::string, std::vector< OpenSwath::LightModification > > pseudoreversePeptideLight_(const std::string &sequence, const std::vector< OpenSwath::LightModification > &modifications) const
Pseudo-reverse a peptide sequence (light version)
OpenMS::TargetedExperiment::Peptide reversePeptide_(const OpenMS::TargetedExperiment::Peptide &peptide) const
Reverse a peptide sequence (with its modifications)
void generateDecoys(const OpenMS::TargetedExperiment &exp, OpenMS::TargetedExperiment &dec, const String &method, const double aim_decoy_fraction, const bool switchKR, const String &decoy_tag, const int max_attempts, const double identity_threshold, const double precursor_mz_shift, const double product_mz_shift, const double product_mz_threshold, const std::vector< String > &fragment_types, const std::vector< size_t > &fragment_charges, const bool enable_specific_losses, const bool enable_unspecific_losses, const int round_decPow=-4) const
Generate decoys from a TargetedExperiment.
OpenMS::TargetedExperiment::Peptide pseudoreversePeptide_(const OpenMS::TargetedExperiment::Peptide &peptide) const
Pseudo-reverse a peptide sequence (with its modifications)
OpenMS::TargetedExperiment::Peptide shufflePeptide(OpenMS::TargetedExperiment::Peptide peptide, const double identity_threshold, int seed=-1, const int max_attempts=100) const
Shuffle a peptide (with its modifications) sequence.
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
A more convenient string class.
Definition String.h:34
Represents a peptide (amino acid sequence)
Definition TargetedExperimentHelper.h:335
A description of a targeted experiment containing precursor and production ions.
Definition TargetedExperiment.h:39
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition TransitionExperiment.h:356