范围:“峰或组”
类型:“Double”
在集合函数中查找平均函数
查找函数来返回匹配峰列表 (“AllMatchingPeaksOrGroups”)。
选择 MatchOption。由于您需要所有峰的比率,所以请选择 MatchOption.Closest。这里最好使用增量,以便不会使用差的太远的峰计算比率。
定义要搜索匹配峰的峰列表 (“CurrentSequence.AllPeaks”)。
公式 |
---|
Peak_RetentionTime/Average("Peak_RetentionTime", AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 0.1, CurrentSequence.AllInjectionsOfType(SampleType.Calibration)))(计算所有信号) 或者 Peak_RetentionTime/Average("Peak_RetentionTime", AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 0.1, CurrentSequence.AllInjectionsOfType(SampleType.Calibration)))(仅计算与当前峰相同的信号) |