Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Object CountCreates a table that displays the number of objects in a binary layer.
Total Voxel CountCreates a table that displays the number of {1} voxels in a binary layer.
Total Object VolumeCreates a table that shows the volume of all objects in a binary layer.
Volume FractionCreates a table that displays the ratio of {1} voxels to all voxels in a binary layer.
Measured VolumeCreates a table that shows the total volume of a binary layer. (Measured volume) x (volume fraction) = total object volume.
Max IntensityDisplays the maximum intensity value of a color layer covered by a binary layer.
Mean IntensityDisplays the mean intensity value of a color layer covered by a binary layer.
Min IntensityDisplays the minimum intensity value of a color layer covered by a binary layer.
Var IntensityDisplays the variance of intensity values of a color layer covered by a binary layer.
StDev IntensityDisplays the standard deviation of intensity of a color layer covered by a binary layer.
Sum IntensityDisplays the sum of intensity values of a color layer covered by a binary layer.
QuantileDisplays the selected quantile of intensity values of a color layer covered by a binary layer. Quantile 0.5 is the median.
Costes Background Est.Using 2 color channels and a binary layer to show non-background, calculates an estimate of background intensity value. Other column is close to maximum intensity value. The algorithm assumes color layers have no correlation in the background. Used for colocalization analysis.
TimeDisplays acquisition time metadata of a color layer.
Volume CenterDisplays the center x, y, and z coordinates of a color layer in microns from the z=0 top left corner.
Volume Center PixelsDisplays the center coordinates of a color layer in pixels from the z=0 top left corner.
Volume SizeDisplays the x, y, and z dimensions of a color layer in microns.
Volume Size PixelsDisplays the x, y, and z dimensions of a color layer in pixels.
Recorded DataDisplays one of many possible metadata options for a color layer. Can choose how it is displayed.
Eq DiameterFor each object in a binary layer, displays the object ID and diameter in microns of a sphere that has the same volume as the object.
Object Voxel CountFor each object in a binary layer, displays its ID and total number of voxels.
VolumeFor each object in a binary layer, displays its ID and volume in cubic microns.
SurfaceFor each object in a binary layer, displays its ID and surface area in square microns.
Major Axis LengthFor each object in a binary layer, displays its ID and longest axis length in microns.
Minor Axis LengthFor each object in a binary layer, displays its ID and longest axis length perpendicular to the major axis in microns.
Minor2 Axis LengthFor each object in a binary layer, displays its ID and length of the axis perpendicular to both the major and minor axis in microns.
ElongationDisplays object ID and elongation, calculated as (Major) / ((Minor + Minor2)/2). The less spherical the object, the larger the elongation value.
OrientationFor each object in a binary layer, displays ID and angle between the x axis and projection of the object’s major axis onto the XY plane.
PitchFor each object in a binary layer, displays ID and angle between the object’s major axis and the XY plane.
SphericityFor each object in a binary layer, displays ID and a sphericity value calculated by comparing object surface to volume. A sphere has a value of 1, non-spheres have smaller values.
Mean Obj IntensityDisplays mean intensity of a color layer covered by each object in a binary layer and associated object ID.
Min Obj IntensityDisplays minimum intensity of a color layer covered by each object in a binary layer and associated object ID.
Max Obj IntensityDisplays maximum intensity of a color layer covered by each object in a binary layer and associated object ID.
Var Obj IntensityDisplays variance of intensity of a color layer covered by each object in a binary layer and associated object ID.
StDev Obj IntensityDisplays standard deviation intensity of a color layer covered by each object in a binary layer and associated object ID.
Sum Obj IntensityDisplays sum of intensity values for each pixel of a color layer covered by each object in a binary layer and associated object ID.
Obj QuantileDisplays selected quantile of intensity of a color layer covered by each object in a binary layer and associated object ID. Quantile 0.5 is median.
Pearson CoeffTakes 2 color layers and a binary layer as inputs and calculates the Pearson correlation coefficient for the color layers under each binary object. -1 means negative correlation of B and C, 0 is no correlation, and 1 means positive correlation.
Manders CoeffCalculates Manders overlap, Manders overlap coefficient, and Manders colocalization coefficient values, which quantify how close areas of fluorescence are to each other. Should be used after thoroughly denoising the image and subtracting the background. MOC (Manders overlap) is from 0 to 1. K1 and K2 are the Manders overlap coefficients, where (MOC)2 = (K1)(K2). M1 and M2 are the colocalization coefficients, from 0 to 1. M1 is the fraction of input B in areas of input C, and M2 is the fraction of input C in areas of input B.
RatioTakes 2 color inputs and a binary layer. Calculates the ratio of the colors under each binary object.
Aggregate ChildrenTakes one binary layer as parent and another binary layer as the child. Will output a table of the number of children each parent has by default, but C and D can be connected to existing measurements to get different results (ex. find the volume of children in each parent by connecting D to a Volume used on the child).
ChildrenSimilar to Aggregate Children but table is organized as drop down tabs containing parents’ associated children and any features from connecting tables. Can also select how parents are defined and how distance from parent to child is defined.
Child IDCreates a table of parents and their associated children’s IDs from 2 binary layers. Can choose how parents are defined.
Child DistanceCreates a table of parents and associated children, as well as distance from parent to child defined in the specified way. Can also choose how parents are defined.
Nearest ChildCreates a table of parents and their closest child object, which includes object IDs of both parent and child and distance defined in the selected way. Can also choose how parents are defined.
Object IDSupposed to create a table with object IDs for a single layer. Could not get it to work, just displayed a table with no data when connected to a binary layer.
Parent IdLike other parent/child operations, but sorts by child ID first and displays each child’s associated parent. Can select conditions for defining parent.
Parent DistanceWorks like Child Distance, but sorts by child ID.
CenterTakes a binary layer and creates a table with x, y, and z distance from the z=0 top left corner in microns to the center of each object.
CenterPxGives the center coordinates of each object in a binary layer in pixels.
CenterAbsTakes a binary layer and creates a table with x, y, and z distances of the center of each object from the center of the z stack in microns.
CentroidUsing a binary and a color layer gives the centroid coordinates of each binary object in microns. Unlike center, centroid weights by intensity of objects under the binary layer.
CentroidPxGives centroid coordinates of each binary object in pixels.
CentroidAbsGives distance of each object’s centroid from the center of the z stack in microns.
BoundsFor each object in a binary layer, gives 6 values which define faces of a rectangular prism that enclose the object. Distances are in microns from the z=0 top left corner.
BoundsPxGives bounds of rectangular prisms that enclose each object in pixels.
BoundsAbsGives bounds in microns from the center of the z stack.
NearestObjDistanceFor each binary object in a layer, gives ID of nearest object and distance to the nearest object in microns. Distance is defined as distance between centers.