You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Firstly, I want to express my gratitude for developing such a useful tool for efficient cell segmentation.
However, I've encountered a limitation in the current version of SOPA. The tool does an excellent job of segmenting cell nuclei for DAPI image, but it lacks the functionality to expand the segmented nuclei boundaries to simulate the cell membrane. This feature is crucial for representing the entire cell, not just the nucleus.
I would like to propose the addition of a new feature that allows users to expand the segmented cell nuclei by a specified distance to estimate the cell membrane boundary.
Here's a suggested outline for the functionality:
1. A option to select the distance by which the cell boundary should be expanded,
2. The ability to apply this expansion uniformly to all segmented nuclei, and ensure no overlap between adjacent cells,
3. An option to visualize the expanded boundaries in a separate layer for better analysis.
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered:
Hello @guoyang-github,
This feature actually already exists: there is a parameter called expand_radius_ratio in the aggregation. This way, it will expand the cell before counting the transcripts or averaging the channel intensities.
If you want to visualize this radius expansion, you can also update directly your SpatialData object. In this example, I expand the radius of the 'cellpose_boundaries' by 10 pixels:
Hello @quentinblampey ,
Thanks for your response.
I noticed that the method mentioned above can expand the cell boundaries, but this may result in overlapping of the cell boundaries, which would prevent the accurate assignment of transcripts to individual cells.
I think a more suitable approach would be to expand the nucleus boundaries by a specified distance or until they encounter another cell boundary.
Hi,
Firstly, I want to express my gratitude for developing such a useful tool for efficient cell segmentation.
However, I've encountered a limitation in the current version of SOPA. The tool does an excellent job of segmenting cell nuclei for DAPI image, but it lacks the functionality to expand the segmented nuclei boundaries to simulate the cell membrane. This feature is crucial for representing the entire cell, not just the nucleus.
I would like to propose the addition of a new feature that allows users to expand the segmented cell nuclei by a specified distance to estimate the cell membrane boundary.
Here's a suggested outline for the functionality:
1. A option to select the distance by which the cell boundary should be expanded,
2. The ability to apply this expansion uniformly to all segmented nuclei, and ensure no overlap between adjacent cells,
3. An option to visualize the expanded boundaries in a separate layer for better analysis.
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: