 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
117 const double aim_decoy_fraction,
120 const int max_attempts,
121 const double identity_threshold,
122 const double precursor_mz_shift,
123 const double product_mz_shift,
124 const double product_mz_threshold,
125 const std::vector<String>& fragment_types,
126 const std::vector<size_t>& fragment_charges,
127 const bool enable_specific_losses,
128 const bool enable_unspecific_losses,
129 const int round_decPow = -4)
const;
149 float AASequenceIdentity(
const String& sequence,
const String& decoy)
const;
160 const double identity_threshold,
162 const int max_attempts = 100)
const;
186 static IndexType findFixedResidues(
const std::string& sequence,
187 bool keepN,
bool keepC,
const OpenMS::String& keep_const_pattern);
201 IndexType findFixedResidues_(
const std::string& sequence)
const;
208 IndexType findFixedAndTermResidues_(
const std::string& sequence)
const;
233 void updateMembers_()
override;
String keep_const_pattern_
Definition: MRMDecoy.h:235
std::vector< size_t > IndexType
Definition: MRMDecoy.h:88
Represents a peptide (amino acid sequence)
Definition: TargetedExperimentHelper.h:358
std::vector< OpenMS::TargetedExperiment::Protein > ProteinVectorType
Definition: MRMDecoy.h:139
A more convenient string class.
Definition: String.h:58
This class generates a TargetedExperiment object with decoys based on a TargetedExperiment object.
Definition: MRMDecoy.h:81
std::vector< OpenMS::ReactionMonitoringTransition > TransitionVectorType
Definition: MRMDecoy.h:141
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:52
bool keepC_
Definition: MRMDecoy.h:237
std::map< String, std::vector< const ReactionMonitoringTransition * > > PeptideTransitionMapType
Definition: MRMDecoy.h:143
bool keepN_
Definition: MRMDecoy.h:236
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:64
std::vector< OpenMS::TargetedExperiment::Peptide > PeptideVectorType
Definition: MRMDecoy.h:140