How to compare collapsed measurements across conditions
This guide explains how to aggregate single-cell track data (e.g., computing the time-average of a signal) and compare it across different experimental conditions using Boxplots and Stripplots.
Prerequisites
You have tracked cells and generated measurement tables.
Your experiment has conditions (e.g., different treatments per well) loaded as columns (e.g., derived from
[Labels]inconfig.ini).
Step 1: Open the Table Explorer
Select your experiment or specific position.
Open the Analysis tab.
Click Table Explorer (or access it via the Measurement results).
Step 2: Collapse Tracks
Transform the data from “one row per timepoint” to “one row per track”.
Press
Ctrl+Gor select File > Collapse tracks….In the dialog: * Operation: Select
mean(for time-average),max, or another statistic.Click OK. * Result: The table updates. Rows now represent individual cells (Tracks). New columns like
mean_mean_intensityappear. Columns that are constant per track (likewell_idortreatment) are preserved.
Step 3: Plot by Condition
Select the Condition Column first (Categorical, e.g.,
well_name).Hold
Ctrland select the Measurement Column (Numerical, e.g.,mean_mean_intensity). * Note: The order of selection often determines X and Y axes. Condition (X) vs Measurement (Y).Press
Ctrl+Por select File > Plot….
Step 4: Configure the Visualization
The plotting window opens.
In the Plot Type dropdown, select Box Plot.
To show individual data points, check the Stripplot option (or select Strip Plot to view it alone).
(Optional) Use the Hue dropdown to subdivide the boxplots by another category (e.g.,
replicate).Check Show stats if you wish to display statistical comparisons (e.g., p-values between boxes).
Step 5: Export
Click the Save Icon in the plot window to export the figure.
Or press
Ctrl+Sin the Table Explorer to save the collapsed data table to CSV.