3D cell segmentation by composing 2D segmentations
Project description
3DCellComposer - A Versatile Pipeline Utilizing 2D Cell Segmentation Methods for 3D Cell Segmentation
Haoran Chen, Ted Chang, Matthew Ruffalo and Robert F. Murphy
Carnegie Mellon University
V1.5.3 May 30, 2025
3DCellComposer is a versatile, open-source software designed as a general solution for 3D cell segmentation. It allows users to choose any existing 2D segmentation model appropriate for their tissue or cell type(s) without requiring any additional training. Moreover, we have enhanced our CellSegmentationEvaluator quality evaluation tool to support 3D images. It allows users to compare and select the most suitable 2D segmentation models for 3D tasks, without the need for human annotations to assess performance.
It is available as a full-featured GitHub repository from https://github.com/murphygroup/3DCellComposer, and as this PyPI python package that provides a simplified implementation that uses just DeepCell as the 2D segmenter. Note that this package is significantly slower than (and does not support some of the options of) the version available from GitHub.
Reference: Haoran Chen and Robert F. Murphy (2025) 3DCellComposer - A Versatile Pipeline Utilizing 2D Cell Segmentation Methods for 3D Cell Segmentation. Under review.
Using the PyPI package
To use the package,
pip install ThreeDCellComposer
To call the function in python,
from ThreeDCellComposer.ThreeDCellComposer import ThreeDCellComposer
ThreeDCellComposer(image_path,nucleus_channel_marker_list,cytoplasm_channel_marker_list,membrane_channel_marker_list,segmentation_method)
where the channel lists are strings consisting of the names (not numbers) of the channels to be used for segmentation. Only 'deepcell' is supported as the segmentation_method by the PyPI package at this time. Additional optional arguments are described below.
'run_3DCellComposerUsingPackage.py' is an example python script that calls ThreeDCellposer.
Contact
Robert F. Murphy - murphy@cmu.edu
Haoran Chen - haoran.chen@stjude.org
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ThreeDCellComposer-1.5.3.tar.gz.
File metadata
- Download URL: ThreeDCellComposer-1.5.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2998b76a16be388b1a5aa5fe04a3c57dbc4e1efac4cf56d4654c727079fcc56f
|
|
| MD5 |
3b05ce824970ad69c113e283e40e9975
|
|
| BLAKE2b-256 |
865c39196eb69d92e2f8d4b30b22b5d0dd8fc002bcf97ce36f9f6a5414e0629d
|