|
| static void | selectSwathTransitions (const OpenMS::TargetedExperiment &targeted_exp, OpenMS::TargetedExperiment &transition_exp_used, double min_upper_edge_dist, double lower, double upper) |
| | Select transitions between lower and upper and write them into the new TargetedExperiment. More...
|
| |
| static void | selectSwathTransitions (const OpenSwath::LightTargetedExperiment &targeted_exp, OpenSwath::LightTargetedExperiment &transition_exp_used, double min_upper_edge_dist, double lower, double upper) |
| | Select transitions between lower and upper and write them into the new TargetedExperiment. More...
|
| |
| static void | checkSwathMap (const OpenMS::PeakMap &swath_map, double &lower, double &upper) |
| | Get the lower / upper offset for this SWATH map and do some sanity checks. More...
|
| |
| template<class TargetedExperimentT > |
| static bool | checkSwathMapAndSelectTransitions (const OpenMS::PeakMap &exp, const TargetedExperimentT &targeted_exp, TargetedExperimentT &transition_exp_used, double min_upper_edge_dist) |
| | Check the map and select transition in one function. More...
|
| |
| static std::pair< double, double > | estimateRTRange (OpenSwath::LightTargetedExperiment &exp) |
| | Estimate the retention time span of a targeted experiment (returns min/max values as a pair) More...
|
| |
| static std::map< std::string, double > | simpleFindBestFeature (OpenMS::MRMFeatureFinderScoring::TransitionGroupMapType &transition_group_map, bool useQualCutoff=false, double qualCutoff=0.0) |
| | Simple method to extract the best Feature for each transition group (e.g. for RT alignment) More...
|
| |
A helper class that is used by several OpenSWATH tools.