A helper class that is used by several OpenSWATH tools. More...
#include <OpenMS/ANALYSIS/OPENSWATH/OpenSwathHelper.h>
Static Public Member Functions | |
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.
|
static |
Get the lower / upper offset for this SWATH map and do some sanity checks.
Sanity check for the whole map:
throws | IllegalArgument exception if the sanity checks fail. |
Referenced by OpenSwathHelper::checkSwathMapAndSelectTransitions(), and SwathFile::loadSplit().
|
inlinestatic |
Check the map and select transition in one function.
References OpenSwathHelper::checkSwathMap(), DocumentIdentifier::getLoadedFilePath(), OpenSwathHelper::selectSwathTransitions(), and MSExperiment::size().
|
static |
Estimate the retention time span of a targeted experiment (returns min/max values as a pair)
|
static |
Select transitions between lower and upper and write them into the new TargetedExperiment.
Version for the OpenMS TargetedExperiment
Referenced by OpenSwathHelper::checkSwathMapAndSelectTransitions().
|
static |
Select transitions between lower and upper and write them into the new TargetedExperiment.
Version for the LightTargetedExperiment
|
static |
Simple method to extract the best Feature for each transition group (e.g. for RT alignment)
transition_group_map | Input data containing the picked and scored map |
useQualCutoff | Whether to apply a quality cutoff to the data |
qualCutoff | When applying a quality cutoff, what it should be |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:11 using doxygen 1.8.13 |