Illumina StrataMap Cell Segmentation Tool
The Illumina StrataMap Cell Segmentation Tool is a standalone tool on Core that allows for cell segmentation independently of the full DRAGEN StrataMap pipeline. The tool uses images that have been processed with the Illumina StrataMap Image Tool (ISIT) and uses the same cell segmentation algorithm as the full pipeline.
The tool is used:
as a part of the Tissue Target Test
to preview the success of cell segmentation while performing the full assay, for example as a part of early evaluation and troubleshooting for tissue sectioning, staining, or imaging.
If you are planning to use the same images in the full pipeline, the nuclei and cell boundary files can be input to skip that portion of the analysis and use the pre-generated files.
Segmentation Model
The Illumina StrataMap Cell Segmentation tool uses a StarDist-based deep learning model trained from scratch on large-scale, high-quality nuclei annotations. The training dataset includes approximately 1.5 million annotated nuclei spanning diverse tissue types across human and mouse samples, including bladder, brain, breast, colon, heart, kidney, liver, lung, prostate, testes, and blood vessels. This dataset is further complemented by the PanNuke dataset, which contains more than 200,000 annotated nuclei across 19 human tissue types. This extensive and diverse training enables robust and generalizable nuclei segmentation across a wide range of sample types.
Inputs
The Illumina StrataMap Cell Segmentation Tool requires the following inputs:
OME-TIFF image(s) generated by the Illumina StrataMap Image Tool (ISIT)
A cell boundary expansion distance (default: 5 µm)
For more details about nuclei segmentation and cell expansion, see Cell Segmentation in Analysis Methods.
Instructions for Launch
To launch the Illumina StrataMap Cell Segmentation Tool:
Navigate to Core
Select Analyses
Click Start
Select the pipeline Illumina StrataMap Cell Segmentation Tool
Enter a User reference (a name for the analysis)
Optional: Change any other desired settings within the General section as needed
In the Input files section, select the ISIT-processed image(s) you would like to use
Optional: Set an alternate Cell Boundary Expansion distance (default is 5 μm).
Click Start analysis.
Outputs
The Illumina StrataMap Cell Segmentation Tool saves outputs using the user-specified reference name. This general directory structure mirrors the DRAGEN StrataMap cell segmentation execution and contains:
Segmentation Statistics Summary CSV files for each sample ending with "stats.csv": This file provides metrics summarizing the segmentation outcomes for each sample. The file includes details on the segmentation method used, expansion range (in µm), cell counts, and statistics on nucleus/cell size (mean and median, in µm2), as well as mean and median segmentation detection probabilities.
Three main sub-folders within the cell_segmentation folder:
Folder:
nuclei_segmentation– nuclei segmentation results. Contains:Nucleus Masks TIFF: A TIFF image where each detected nucleus is represented by a unique integer pixel value (instance mask). Background pixels have a value of 0.
Nucleus Contour CSV: A CSV table listing the contour (boundary) coordinates of each nucleus mask. Columns: cell_id, vertex_x, vertex_y.
Nucleus Information CSV: A CSV table providing morphological properties of each detected nucleus. Columns: Label, centroid_y, centroid_x, nuclei_area, equivalent_diameter, major_axis_length, minor_axis_length, eccentricity, prob (segmentation detection probability).
Image With Nuclei Contours PNG: A PNG image displaying nuclei contour lines overlaid on the tissue image.
Folder:
cell_border_expansionXum– cell segmentation results, where X corresponds to the selected expansion distance.Cell Masks TIFF: A TIFF image where each estimated cell region is represented by a unique integer pixel value (instance mask), derived from expanding nuclei masks by {X} micrometres.
Cell Contour CSV: A CSV table listing the contour (boundary) coordinates of each cell mask. Columns: cell_id, vertex_x, vertex_y.
Cell Information CSV: A CSV table providing morphological properties of each detected cell. Columns: Label, centroid_y, centroid_x, cell_area, equivalent_diameter, major_axis_length, minor_axis_length, eccentricity, prob (segmentation detection probability).
Image With Cell Contours PNG: A PNG image displaying cell contour lines overlaid on the tissue image. Generated when the --show_segmentation option is enabled.
Folder:
nuclei_segmentation_preview– Provides a quick visual QC of cell segmentation performance on your tissue. A diverse set of ROIs is automatically selected from across the tissue so you can easily see how well the cell segmentation model performs on your sample without opening the full-resolution mask. Contains:Tile Locations PNG: A whole-tissue overview image with green boxes indicating the locations of the automatically selected ROI tiles.
Segmentation Preview Grid PNG: A grid figure showing each ROI image tile side-by-side with its nuclei contour overlay for quick visual QC.
Individual Tile PNGs: Individual ROI tile images with nuclei contour overlays, saved in the
preview_tilessubfolder (one PNG per selected ROI).
Output Interpretation
Cell segmentation performance can be influenced by multiple factors, including tissue type and cell morphology, tissue sectioning quality, staining consistency, and overall image quality.
To evaluate cell segmentation performance on your tissue images, we recommend starting with the nuclei_segmentation_preview folder. The Segmentation Preview Grid PNG and the individual tile PNGs in preview_tiles/ show nuclei contours overlaid on a diverse set of automatically selected ROIs from across the tissue, giving you a quick visual QC of how well the cell segmentation model performs on your sample. The Tile Locations PNG shows where those ROIs were taken from, so you can confirm they are representative of your tissue.
For a more complete assessment, visually inspect the <your file name>_cell_Segmentation_mask.tif file, which is found in the cell_border_expansionXum folder. This file provides a direct view of how well nuclei and cell boundaries have been identified across the full tissue.
Success of cell segmentation is a qualitative assessment and is based on your individual needs. If you have questions about interpreting the quality of your cell segmentation results, reach out to your Illumina representative.
Advanced users may further assess segmentation quality by overlaying the cell segmentation mask on the full-resolution tissue image using Python, enabling more detailed inspection and troubleshooting. For more information, see these instructions: view contour file over microscope image.
Usage in DRAGEN StrataMap
When using the standalone tool with the full assay, once you are satisfied with the cell segmentation results, the output files generated by the Illumina StrataMap Cell Segmentation Tool can be imported into DRAGEN StrataMap. Specify the generated files in the External Segmentation Image Files input field during DRAGEN StrataMap setup and follow the on-screen prompts to select the appropriate TIFF files from the segmentation tool output directory.
Last updated
Was this helpful?

