TissueRegion {BioNovoGene.Analytical.MassSpectrometry.MsImaging.TissueMorphology} | .NET clr documentation |
a tissue polygon region object
a tissue region polygon is consist with a collection of the 2d geometry Point spots. this tissue region object could be used for create the analysis sampleinfo object, where: 1. label could be used as the sample group name 2. color is the clr TissueRegion.color data, could be used as the sample group color for chartting plot 3. the points consist the sample data for run the different expression analysis
# namespace BioNovoGene.Analytical.MassSpectrometry.MsImaging.TissueMorphology
export class TissueRegion {
color: Color;
# the unique id or the unique tissue tag name
label: string;
# the pixel point count of the current region
nsize: integer;
# a collection of the pixels which is belongs to
# current Tissue Morphology region.
points: Point[];
# the sample tags of the TissueRegion.points
tags: string;
}