MSISummary {BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML} | .NET clr documentation |
total ions/base peak/average intensity
spatial heatmap object consist with a collection of the iPixelIntensity spot data in rows.
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML
export class MSISummary {
# [x,y], each row array may be in different size!
rowScans: iPixelIntensity[][];
# the MALDI scan dimension size
size: Size;
# the range of the x axis: [min, max]
x: double;
# the range of the y axis: [min, max]
y: double;
}
rowScans
: iPixelIntensity[]size
: Size