Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Generating Segmentation Data

The Parker Institute for Cancer Immunotherapy does not currently provide any tools for generating segmentation data. We are currently working with our member labs to develop publicly available tools, and we will update this section when they are released. In the interim, you can use CellProfiler to generate segmentation data.

You can download our example segmentation pipeline if you’ve never used CellProfiler before and want an example to get you started. If you already have a segmentation pipleine built in CellProfiler you can make the following modifications to export the results in a format that Mantis accepts.

First, you will add a ConvertObjectsToImage module and select the output of your final segmentation module as the input and uint16 as the color format.

Convert Objects

Finally, you will add a SaveImages module to save the image generated in the ConvertObjectsToImage module and to make sure that the image bit depth is set to 16-bit integer.

Save Images

The output from the SaveImages module will be in the TIFF format described in importing segmentation and region data.