| GCMSPeak {BioNovoGene.Analytical.MassSpectrometry.Math} | .NET clr documentation | 
A gcms peak feature
            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math
export class GCMSPeak extends PeakFeature {
   area: double;
   baseline: double;
   integration: double;
   maxInto: double;
   mz: double;
   noise: double;
   nticks: integer;
   rawfile: string;
   RI: double;
   rt: double;
   rtmax: double;
   rtmin: double;
   snRatio: double;
   # the average spectrum of current GCMS peak ROI
   Spectrum: ms2[];
   xcms_id: string;
}
        
        Spectrum: ms2