Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RunCellpose enhancement: If detecting cells, ask for nuclei to establish parent/child relationships #227

Closed
braymp opened this issue Dec 23, 2023 · 1 comment

Comments

@braymp
Copy link
Contributor

braymp commented Dec 23, 2023

If RunCellpose is used for nuclei and cell object detection, the resultant objects are not related in a parent/child 1:1 manner as those created using IdentifyPrimary and IdentifySecondary. If the nuclei image is requested, perhaps expose an additional option to input nuclei objects as well.
The plugin does have an option to use the DNA image to guide cell detection/segmentation, but this does not guarantee a parent/child relationship.

@ErinWeisbart
Copy link
Member

This functionality is now handled by #242 with the creation of EnforceObjectsOneToOne plugin.
It is not specific to Cellpose, but will take the input of any two sets of objects and force a 1:1 relationship, creating a new Primary:Secondary relationship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants