ROI {BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram} | .NET clr documentation |
Region of interest(on retention time dimension).
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram
export class ROI {
# 所计算出来的基线的响应强度
baseline: double;
# 当前的这个ROI的峰面积积分值
integration: double;
# 这个区域的最大峰高度
maxInto: double;
# 噪声的面积积分百分比
noise: double;
# the window length of retention ROI.time.
peakWidth: double;
# 出峰达到峰高最大值ROI.maxInto的时间点
rt: double;
# 信噪比
snRatio: double;
# 在这个ROI时间窗区域内的色谱图数据
ticks: ChromatogramTick[];
# 这个区域的起始和结束的时间点
time: DoubleRange;
}
ticks
: ChromatogramTicktime
: DoubleRange