SingleIonLayer {BioNovoGene.Analytical.MassSpectrometry.MsImaging} .NET clr documentation

SingleIonLayer

Description

a collection of the PixelData spots, the spot pixel data was used to the spatial heatmap rendering.

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.MsImaging
export class SingleIonLayer {
   # the canvas size of the MSI plot output, it indicates the max scan x and 
   #  max scan y of the SingleIonLayer.MSILayer heatmap.
   DimensionSize: Size;
   # check if the spot data has multiple sample label data tags
   hasMultipleSamples: boolean;
   # check is there some missing spot data inside the SingleIonLayer.MSILayer by 
   #  simply measuring the collection size.
   hasZeroPixels: boolean;
   # the layer tag label, usually be a single ion m/z value.
   IonMz: string;
   # get the max intensity value inside the SingleIonLayer.MSILayer
   maxinto: double;
   # the spatial spot data collection, that used for create spatial heatmap rendering.
   MSILayer: PixelData[];
   # get the sample tags of the spatial spots
   sampleTags: string;
   # count the number of the pixel spots in current metabolite 
   #  ion ms-imaging layer.
   size: integer;
}

        

.NET clr type reference tree

  1. use by property member DimensionSize: Size
  2. use by property member MSILayer: PixelData

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