 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
73 static std::vector<MetaboTargetDecoyMassMapping> constructTargetDecoyMassMapping(
const TargetedExperiment& t_exp);
83 static void resolveOverlappingTargetDecoyMassesByIndividualMassShift(
TargetedExperiment& t_exp, std::vector<MetaboTargetedTargetDecoy::MetaboTargetDecoyMassMapping>& mappings,
const double& mass_to_add);
93 static void generateMissingDecoysByMassShift(
TargetedExperiment& t_exp, std::vector<MetaboTargetedTargetDecoy::MetaboTargetDecoyMassMapping>& mappings,
const double& mass_to_add);
101 static std::map<String, std::vector<OpenMS::ReactionMonitoringTransition> > constructTransitionsMap_(
const TargetedExperiment& t_exp);
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:64