IntensityBalanceFilter divides the m/z-range into ten regions and sums the intensity in these regions. More...
#include <OpenMS/FILTERING/TRANSFORMERS/IntensityBalanceFilter.h>
Public Member Functions | |
| IntensityBalanceFilter () | |
| default constructor | |
| IntensityBalanceFilter (const IntensityBalanceFilter &source) | |
| copy constructor | |
| virtual | ~IntensityBalanceFilter () |
| destructor | |
| IntensityBalanceFilter & | operator= (const IntensityBalanceFilter &source) |
| assignment operator | |
|
| |
| template<typename SpectrumType > | |
| double | apply (SpectrumType &spectrum) |
| function call operator | |
| static FilterFunctor * | create () |
| static const String | getProductName () |
IntensityBalanceFilter divides the m/z-range into ten regions and sums the intensity in these regions.
The result is the intensity of the two bins with the highest intensity minus the intensity of the seven bins with lowest intensity.
default constructor
| IntensityBalanceFilter | ( | const IntensityBalanceFilter & | source | ) |
copy constructor
| virtual ~IntensityBalanceFilter | ( | ) | [virtual] |
destructor
| double apply | ( | SpectrumType & | ) | [inline] |
function call operator
Reimplemented from FilterFunctor.
| static FilterFunctor* create | ( | ) | [inline, static] |
| static const String getProductName | ( | ) | [inline, static] |
| IntensityBalanceFilter& operator= | ( | const IntensityBalanceFilter & | source | ) |
assignment operator
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |