|
说明:
|
根据一组标准返回峰的匹配峰、定制时间组或已命名组的列表。
|
|
语法:
|
AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedSequence) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 增量(分钟), specifiedSequence) 作为列表 AllMatchingPeaksAndGroups(MatchOption.Compound, specifiedSequence) 作为列表 AllMatchingPeaksAndGroups(MatchOption.CompoundOnSignal, specifiedSequence) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedSignalList) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedSignalList) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedSignal) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedSignal) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedInjectionList) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedInjectionList) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 增量(分钟), specifiedInjectionList) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 增量(分钟), specifiedInjection) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedInjection) 作为列表 AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 增量(分钟), specifiedInjection) 作为列表 AllMatchingPeaksAndGroups(MatchOption.Compound, 增量(分钟), specifiedPeakGroupCompoundList) 作为列表 AllMatchingPeaksAndGroups(MatchOption.Compound, specifiedPeakGroupCompoundList) 作为列表 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) 的峰的平均峰面积。
|