Segmentation involves two steps, finding local maxima and region-growing using the maxima as seed points. Threshold values can be specified by the user to control the region growth. Key segmentation parameters affecting segmentation were radius and cut off range. Radius represents radius of local maxima search, which then serves as the kernel for a region growing algorithm. Decreasing the radius may improve the separation of clumped cells. Cut off range is the threshold for local maxima search. From the peak, the cell volume is grown by adding neighboring voxels whose intensities are between the minimum and maximum cutoff. For example, for 16-bit images, the range is 0 ~ 65,535, so the cutoff range would be 1,310 ~ 64,879. These thresholds aim to eliminate overexposure or low signal indistinct from the background. Images are segmented based on nuclear stain from cycle 2 using water-shed algorithm. Optimal segmentation parameters were found to be radius 6, with cut off range between 0.02 and 0.99. Segmentation settings were optimized to enhance segmentation efficiency by capturing as many true cells while minimizing false segmentation. Quality control gating was used to complement segmentation and eliminate false segmentation artifacts where feasible. Optimized segmentation parameters were validated in multiple CODEX experiments and is now implemented for all CODEX data.