PixelData {BioNovoGene.Analytical.MassSpectrometry.SingleCells.Deconvolute} .NET clr documentation

PixelData

Description

A pixel data or single cell data

the value of property PixelData.X and PixelData.Y is zero when the matrix data is a single cell data matrix

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.SingleCells.Deconvolute
export class PixelData {
   # the ion features expression data in current spot/single_cell
   intensity: double;
   # scan id or the single cell label
   label: string;
   X: integer;
   Y: integer;
   Z: integer;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]