This example calculates features and statistics on Focal Adhesions (FA) – children object per cell (parent object). The features are typically cell features (e.g. Intensity, size...). Children features are aggregated into statistics (e.g. count of FA, Mean Intensity of all FA in cell, ...).
As this task is quite common there is a dedicated node called Aggregate Children which takes two binaries and two tables for the parent and child. The node produces a table with aggregated columns as defined in the GUI and columns conveniently named after the binaries.
To get the brightest, biggest or nearest child and not the aggregation of children, there is a Children node in GA3 which outputs the table just before aggregation which is grouped by “ParentId” with all features.
In this example the biggest spots in cells are found.
The Children node outputs all grouped children. Select Top then takes only the biggest one.
Note
A dedicated node Nearest Child (Measurement > Object parenting > Nearest Child) can also be used for this use case.