IonAbundance

范围:

MS 谱图

参数:

mz as double

说明:

返回选定的现有峰质谱图提供的 m/z 丰度。

语法:

IonAbundance(mz) as double

示例:

CurrentPeakOrGroup.AutoExtractedMSSpectrum.IonAbundance(271) 返回自动提取的峰质谱图的 m/z = 271 丰度。

CurrentPeakOrGroup.AllMSSpectraByClosestTime(Peak_RetentionTime).ElementAt(0).IonAbundance(285) 返回与数据中可用峰质谱图列表中的峰顶点保留时间相比第一个最接近峰质谱图的 m/z = 285 丰度。

返回范围:

Double 值