iPixelIntensity {BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML} | .NET clr documentation |
A pixel spot scan summary data in MSI
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML
export class iPixelIntensity extends PixelScanIntensity {
# The average intensity in current spot
average: double;
# The max intensity in current spot
basePeakIntensity: double;
# The ions m/z which it is the max intensity value inside current spot
basePeakMz: double;
# the 50% quantile intensity of current spot
median: double;
# the min intensity value of current spot
min: double;
# the number of the ions in current spot
numIons: integer;
totalIon: double;
x: integer;
y: integer;
}