![]() |
OpenMS
|
Map RT values into the [0, 100] interval using min/max RT of the assay library. More...
#include <OpenMS/ANALYSIS/OPENSWATH/ConfidenceScoring.h>
Public Member Functions | |
| double | operator() (double rt) const |
Map rt into [0, 100] using the cached min/max library RTs. | |
Public Attributes | |
| double | min_rt |
| Smallest assay RT in the library; set by scoreMap() | |
| double | max_rt |
| Largest assay RT in the library; set by scoreMap() | |
Map RT values into the [0, 100] interval using min/max RT of the assay library.
Populated by scoreMap() from the library RTs and applied before computing the GLM's diff_rt term so the GLM coefficients are unit-free across different assay-library RT ranges.
|
inline |
Map rt into [0, 100] using the cached min/max library RTs.
| double max_rt |
Largest assay RT in the library; set by scoreMap()
| double min_rt |
Smallest assay RT in the library; set by scoreMap()