-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to adapt the pipeline for 'tissue level' maks #41
Comments
This would be achieved by:
and add 'isletseg' in your panel as a 0/1 column indicating which channels to use.
Does this make sense? |
I tried to use ilastik to do pixel classification as you mentioned. But after I have skip the 'resize' and 'crop bb' model of '1_prepare_ilastik.cppipe', I found the image in ilastik just changed, for example, in the first pixel classification figure a blood vessel was in the bottom, while it moved to the middle of the figure this time. Does this influence the further mask? Besides, I was still confused why you separately mask the islets or blood vessel, and in which step and how to merge the 2 masks into one. And about the 4th part you mentioned, is it similar to Thank you, |
Sorry for not being more responsive, I am running against a deadline for a paper submission before going for holidays. Sorry for this erorr, this is because I havent adapted the visualization for this module to Cellprofiler 3 - the solution is simply to close the 'eye', such that Cellprofiler doesnt try to show the results
You wouldn't merge the masks, but you would either:
At your Histocat question (https://github.com/BodenmillerGroup/histoCAT/issues/55#issuecomment-641672284): Here also a rough example how to achieve this: Also answers question from #40 |
Hi Vito, Beside, I also curious about the cellid problem, would the cellid/number of a specific image change in different cellprofiler mask with identical parameter? Anyway, thank you again, helped me a lot. Good luck to your submission, |
The As said you can either:
Hope this helps |
But the |
You need to take the MeasureObjectIntensity module to measure the image (the one from 'Transform Binary') in the objects (eg Rescaled Cells): "distance of each cells" is not an precise term, that's why it makes sense to not only have a single distance measurement. Measuring the 'transformed' image, where each pixel represents the distance to the bloodvessel border, allows you to get:
|
Sorry for I confused the |
Cool that it finally worked! """Beside, I also curious about the cellid problem, would the cellid/number of a specific image change in different cellprofiler mask with identical parameter?"" |
THANKS A LOT!!!! |
From issue #40:
"I found in your type II diabetes manuscript, you have did another segmentation to mask the blood vessel and islets in ilastik, and get the distance from cells to the rim. How to achieve this ? can you just briefly explain the steps?"
The text was updated successfully, but these errors were encountered: