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

xcms2

Description

the peak table format table file model of xcms version 2

a IMs1Scan peak object

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math
export class xcms2 extends iterates(Double) {
   # the feature unique id
   ID: string;
   # the ion m/z
   mz: double;
   # the max of the ion m/z value
   mzmax: double;
   # the min of ion m/z value
   mzmin: double;
   # this feature has n sample data(value should be a positive number)
   npeaks: integer;
   Properties: list;
   # the retention index value based on the rt transformation
   RI: double;
   # the rt value in max peak data point
   rt: double;
   rtmax: double;
   rtmin: double;
}

        

.NET clr type reference tree

  1. this class extends from iterates(Double) class: iterates(Double)
  2. use by property member Properties: list

[Package {$package} version {$version} Index]