Public Member Functions | |
| TOPPRNPxlXICFilter () | |
Protected Member Functions | |
| void | registerOptionsAndFlags_ () |
| Sets the valid command line options (with argument) and flags (without argument). | |
| void | filterByFoldChange (const MSExperiment<> &exp1, const MSExperiment<> &exp2, const vector< DoubleReal > &pc_ms2_rts, const vector< DoubleReal > &pc_mzs, const DoubleReal rttol, const DoubleReal mztol, DoubleReal fold_change, vector< DoubleReal > &control_XIC_larger, vector< DoubleReal > &treatment_XIC_larger, vector< DoubleReal > &indifferent_XICs) |
| ExitCodes | main_ (int, const char **) |
| The actual "main" method. main_() is invoked by main(). | |
| TOPPRNPxlXICFilter | ( | ) | [inline] |
| void filterByFoldChange | ( | const MSExperiment<> & | exp1, | |
| const MSExperiment<> & | exp2, | |||
| const vector< DoubleReal > & | pc_ms2_rts, | |||
| const vector< DoubleReal > & | pc_mzs, | |||
| const DoubleReal | rttol, | |||
| const DoubleReal | mztol, | |||
| DoubleReal | fold_change, | |||
| vector< DoubleReal > & | control_XIC_larger, | |||
| vector< DoubleReal > & | treatment_XIC_larger, | |||
| vector< DoubleReal > & | indifferent_XICs | |||
| ) | [inline, protected] |
| ExitCodes main_ | ( | int | argc, | |
| const char ** | argv | |||
| ) | [inline, protected, virtual] |
The actual "main" method. main_() is invoked by main().
Implements TOPPBase.
References MSExperiment< PeakT, ChromatogramPeakT >::clear(), MzMLFile::load(), and MzMLFile::store().
| void registerOptionsAndFlags_ | ( | ) | [inline, protected, virtual] |
Sets the valid command line options (with argument) and flags (without argument).
The options '-ini' '-log' '-instance' '-debug' and the flag '--help' are automatically registered.
Implements TOPPBase.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |