PeakFeature {BioNovoGene.Analytical.MassSpectrometry.Math} .NET clr documentation

PeakFeature

Description

a result peak feature

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math
export class PeakFeature {
   # 计算得到的峰面积
   area: double;
   # 所计算出来的基线的响应强度
   baseline: double;
   # 当前的这个ROI的峰面积积分值
   integration: double;
   # 这个区域的最大峰高度
   maxInto: double;
   # the xic m/z
   mz: double;
   # 噪声的面积积分百分比
   noise: double;
   nticks: integer;
   # the sample file name reference
   rawfile: string;
   # the retention index of the corresponding PeakFeature.rt value.
   RI: double;
   # 出峰达到峰高最大值PeakFeature.maxInto的时间点
   rt: double;
   rtmax: double;
   rtmin: double;
   # 信噪比
   snRatio: double;
   # the unique reference id of the current peak object
   xcms_id: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]