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. | |
| static void | checkSwathMap (const OpenMS::MSExperiment< Peak1D > &swath_map, double &lower, double &upper) |
| Get the lower / upper offset for this SWATH map and do some sanity checks. | |
| 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. | |
| template<class TargetedExperimentT > | |
| static bool | checkSwathMapAndSelectTransitions (const OpenMS::MSExperiment< Peak1D > &exp, const TargetedExperimentT &targeted_exp, TargetedExperimentT &transition_exp_used, double min_upper_edge_dist) |
A helper class that is used by several OpenSWATH tools.
| static void checkSwathMap | ( | const OpenMS::MSExperiment< Peak1D > & | swath_map, | |
| double & | lower, | |||
| double & | upper | |||
| ) | [static] |
Get the lower / upper offset for this SWATH map and do some sanity checks.
Referenced by OpenSwathHelper::checkSwathMapAndSelectTransitions().
| static bool checkSwathMapAndSelectTransitions | ( | const OpenMS::MSExperiment< Peak1D > & | exp, | |
| const TargetedExperimentT & | targeted_exp, | |||
| TargetedExperimentT & | transition_exp_used, | |||
| double | min_upper_edge_dist | |||
| ) | [inline, static] |
| static void selectSwathTransitions | ( | const OpenSwath::LightTargetedExperiment & | targeted_exp, | |
| OpenSwath::LightTargetedExperiment & | transition_exp_used, | |||
| double | min_upper_edge_dist, | |||
| double | lower, | |||
| double | upper | |||
| ) | [static] |
Select transitions between lower and upper and write them into the new TargetedExperiment.
| static void selectSwathTransitions | ( | const OpenMS::TargetedExperiment & | targeted_exp, | |
| OpenMS::TargetedExperiment & | transition_exp_used, | |||
| double | min_upper_edge_dist, | |||
| double | lower, | |||
| double | upper | |||
| ) | [static] |
Select transitions between lower and upper and write them into the new TargetedExperiment.
Referenced by OpenSwathHelper::checkSwathMapAndSelectTransitions().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |