-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Feature] Multiple run of Cellpose/Baysor #154
Comments
Hi @lguerard, Yes, indeed, I recommend using the API for this. Basically, when running segmentation, you can choose the name of the new shapes layer that will be added to your I'll soon release |
Thanks for the answer ! And really looking forward to test 2.0.0 ! :) |
Hi Quentin, Thanks for developing such an amazing tool and I also wanted to follow on this thread. Currently when I run cellpose on multiple segmentation (multiple markers + DAPI), the results contain almost all cells are slightly overlapping with each other which gives me the feeling the border conflict is not resolved properly when multiple segmentation is performed. Also, I would be tempted to know if the new version contains function that allow quick visualization of small segmentation test (something like a preview? I currently do that on cellpose using their GUI), before batch running it altogether. Really looking forward to the new version, hopefully the spatialdata will be updated soon! Thanks a lot, |
Hello @jackytamkc, Do you have a screenshot showing the overlap of cells? If the overlap is small, this is not a huge issue. Also, when Yes, in the new version, I'll add a tutorial showing how to try multiple segmentation methods/parameters to experiment quickly! I'll let you know :) |
Hi Quentin, here's the screenshot, most of the overlap I would say it's acceptable but some areas look messy as you can tell from the image (I ran 4 times cellpose on 4 different channels + DAPI, which are standard output from CosMx data; then I further improve the segmentation by running Baysor). Thanks! |
Indeed @jackytamkc, some areas are messy, I agree. So, you'll need the "voronoi resolve" which will be added after shapely==2.1.0 is released (they don't have any expected date yet). I'll let you know! |
Hi !
I put this as a feature, but maybe it's already available (I guess maybe through API mainly).
We're in the parameters optimization step of our pipeline and would like to run Cellpose and/or Baysor with different settings. Is it possible to add more and more Shapes layer in the
SpatialData
object ?If so, how do I select the one for Baysor segmentation and/or for the different steps of conflicts or aggregation ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: