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

MzGroup

Description

XIC dataset that used for deconv

A collection of the ChromatogramTick data that tagged with a numeric m/z value.

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math
export class MzGroup {
   MaxInto: double;
   # target ion m/z
   mz: double;
   rt: DoubleRange;
   # get point counts of MzGroup.XIC.
   size: integer;
   # usually be the sample data file name.
   tag: string;
   TIC: double;
   # the chromatogram data of current target ion
   XIC: ChromatogramTick[];
}

        

.NET clr type reference tree

  1. use by property member rt: DoubleRange
  2. use by property member XIC: ChromatogramTick

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