AllMatchingPeaksAndGroups(MatchOption...)

范围:

峰或组

参数:

参见可能的语法

说明:

根据一组标准返回峰的匹配峰、定制时间组或已命名组的列表。

语法:

  1. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedSequence) 作为列表

  2. AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 增量(分钟), specifiedSequence) 作为列表

  3. AllMatchingPeaksAndGroups(MatchOption.Compound, specifiedSequence) 作为列表

  4. AllMatchingPeaksAndGroups(MatchOption.CompoundOnSignal, specifiedSequence) 作为列表

  5. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedSignalList) 作为列表

  6. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedSignalList) 作为列表

  7. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedSignal) 作为列表

  8. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedSignal) 作为列表

  9. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedInjectionList) 作为列表

  10. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedInjectionList) 作为列表

  11. AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 增量(分钟), specifiedInjectionList) 作为列表

  12. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedInjection) 作为列表

  13. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedInjection) 作为列表

  14. AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 增量(分钟), specifiedInjection) 作为列表

  15. AllMatchingPeaksAndGroups(MatchOption.Compound, 增量(分钟), specifiedPeakGroupCompoundList) 作为列表

  16. AllMatchingPeaksAndGroups(MatchOption.Compound, specifiedPeakGroupCompoundList) 作为列表

  17. AllMatchingPeaksAndGroups(MatchOption.CompoundOnSignal, specifiedPeakOrGroupCompoundist) 作为列表

示例:

Average("Peak_Area", AllMatchingPeaksAndGroups(MatchOption.Compound,CurrentInjection.Replicates)) 将返回当前进样中重复进样的任一信号中拥有相同名称的化合物的平均峰面积。

Average("Peak_Area", AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 0.2,CurrentSequence.AllInjectionsOfType("Calibration"))) 将返回序列中校正标样的信号中具有最近 RT (+/- 0.2 min) 的峰的平均峰面积。

Average("Compound_Amount", AllMatchingPeaksAndGroups(MatchOption.CompoundOnSignal,CurrentInjection.Replicates)) 将返回当前进样中重复进样的相同信号中拥有相同名称的化合物的平均含量。

Average("Peak_Area", AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 0.2,CurrentSequence.AllInjectionsOfType("Calibration"))) 将返回相同信号上序列校正标样中具有最近 RT (+/- 0.2 min) 的峰的平均峰面积。

返回范围:

峰或组列表