mzPack {BioNovoGene.Analytical.MassSpectrometry.Assembly} .NET clr documentation

mzPack

Description

the unify in-memory data model of the mzkit MS data model. (mzPack文件格式模型)

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly
export class mzPack {
   # m/z annotation
   Annotations: list;
   Application: FileApplicationClass;
   # TIC/BPC
   Chromatogram: Chromatogram;
   # get number of total ms2 scan data
   CountMs2: integer;
   maxIntensity: double;
   metadata: list;
   MS: ScanMS1[];
   rtmax: double;
   rtmin: double;
   # 其他的扫描器数据,例如紫外扫描
   Scanners: list;
   # get size of the ms1 scan data
   size: integer;
   # the file name of the raw data source file
   source: string;
   # 一般为二维散点图
   Thumbnail: Image;
   totalIons: double;
}

        

.NET clr type reference tree

  1. use by property member Annotations: list
  2. use by property member Application: FileApplicationClass
  3. use by property member Chromatogram: Chromatogram
  4. use by property member metadata: list
  5. use by property member MS: ScanMS1
  6. use by property member Scanners: list
  7. use by property member Thumbnail: Image

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