mzPack {BioNovoGene.Analytical.MassSpectrometry.Assembly} | .NET clr documentation |
the unify in-memory data model of the mzkit MS data model. (mzPack文件格式模型)
# 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;
}
Annotations
: listApplication
: FileApplicationClassChromatogram
: Chromatogrammetadata
: listMS
: ScanMS1Scanners
: listThumbnail
: Image