BernNorm scales the peaks by ranking them and then scaling them according to rank.
More...
#include <OpenMS/FILTERING/TRANSFORMERS/BernNorm.h>
List of all members.
Detailed Description
BernNorm scales the peaks by ranking them and then scaling them according to rank.
For exact formula look in Bioinformatics, Aug 2004; 20: i49 - i54
- Improvement:
- read paper and try to confirm implementation (andreas)
Parameters of this class are:
| Name | Type | Default | Restrictions | Description |
| C1 |
float | 28 |
| C1 value of the normalization. |
| C2 |
float | 400 |
| C2 value of the normalization. |
| threshold |
float | 0.1 |
| Threshold of the Bern et al. normalization. |
Note:
- If a section name is documented, the documentation is displayed as tooltip.
- Advanced parameter names are italic.
Constructor & Destructor Documentation
Member Function Documentation
| void filterPeakMap |
( |
PeakMap & |
exp |
) |
|
| void filterSpectrum |
( |
SpectrumType & |
spectrum |
) |
[inline] |
Member Data Documentation
| OpenMS / TOPP release 1.10.0 |
Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |