Chromatogram {BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram} | .NET clr documentation |
A data union model of TIC/BPC
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram
export class Chromatogram {
# base peak intensity
BPC: double;
# the length of Chromatogram.scan_time data points.
length: integer;
maxInto: double;
# usually be a sample name
name: string;
scan_time: double;
# total ion current
TIC: double;
}