xcms2 {BioNovoGene.Analytical.MassSpectrometry.Math} | .NET clr documentation |
the peak table format table file model of xcms version 2
a IMs1Scan peak object
# 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;
}
Properties
: list