范围: | 进样 峰或组 |
参数: |
否 |
说明: | 返回与提供的时间戳最接近的峰质谱图(不包括背景质谱图)的列表。可在集合公式中使用。自动和手动提取的质谱图都包括在内。 注意: 单个质谱图提取考虑提取时间,平均峰质谱图考虑中点时间。 |
语法: |
AllMsSpectraByClosestTime as list |
示例: |
CurrentPeakOrGroup.AllMSSpectraByClosestTime(Peak_RetentionTime).ElementAt(0).MsSpectrum_MaxAbundance 返回与数据中可用的质谱图列表中的峰顶点保留时间相比第一个最接近峰质谱图的最大丰度。 CurrentPeakOrGroup.AllMSSpectraByClosestTime(Peak_RetentionTime).Last.TopIons(5).Select(function (item) item.ToString()).Aggregate(function(a, b) a + ", " + b) 返回前 5 个离子峰列表,列表以逗号分隔,包含与数据中可用质谱图列表中的峰顶点保留时间相比最远的峰质谱图。 |
返回范围: | MS 谱图列表 |