PixelData {BioNovoGene.Analytical.MassSpectrometry.SingleCells.Deconvolute} | .NET clr documentation |
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
# 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;
}