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
Is your feature request related to a problem? Please describe.
Need an easily accessible, open source object segmenter tool for identifying and creating single object data in MIBI data, primarily focusing on acellular (e.g. plaques, tangles) or cellular (microglia, astrocytic, dendritic cell projections) features.
ezSegmenter has been used to solve the above but is currently a part of eventually-deprecated MAUI and is written in MATLAB.
Describe the solution you'd like
Create open-access object segmenter jupyter notebook(s) for MIBI or other TIFF data, i.e. a python-based ezSegmenter.
Ideally a mixture of jupyter notebook functionality + Mantis image viewer built for this fits into the current MIBI image segmentation pipeline alongside primary MESMER segmentation and Pixie pixel clustering.
Primary functionality (segmentation, merging, composite building) has been coded out. Need help integrating this into Ark image I/O standards, user interfaces (i.e. jupyter notebooks and Mantis integration)
Additional context Full project scope notes here
Outline for segmenting and merging soma-based (MESMER) and projection-based (ezSeg) objects:
General outline of expected user experience for ezSegment-ing and merging:
The text was updated successfully, but these errors were encountered:
Looking through the fiber_segmentation.py, there is a lot of overlap that can probably be re-used here. Might need to adjust some of the code to handle objects that can be fibrous or not (e.g. plaques), but otherwise could use the contained functions as the actual segmentation file.
Main features that don't exist and need to be built out are the merging of cell and object masks, composite channel building, and likely dealing with multiple mask layers in pixie & cell annotation.
Is your feature request related to a problem? Please describe.
Need an easily accessible, open source object segmenter tool for identifying and creating single object data in MIBI data, primarily focusing on acellular (e.g. plaques, tangles) or cellular (microglia, astrocytic, dendritic cell projections) features.
ezSegmenter has been used to solve the above but is currently a part of eventually-deprecated MAUI and is written in MATLAB.
Describe the solution you'd like
Create open-access object segmenter jupyter notebook(s) for MIBI or other TIFF data, i.e. a python-based ezSegmenter.
Ideally a mixture of jupyter notebook functionality + Mantis image viewer built for this fits into the current MIBI image segmentation pipeline alongside primary MESMER segmentation and Pixie pixel clustering.
Primary functionality (segmentation, merging, composite building) has been coded out. Need help integrating this into Ark image I/O standards, user interfaces (i.e. jupyter notebooks and Mantis integration)
Additional context
Full project scope notes here
Outline for segmenting and merging soma-based (MESMER) and projection-based (ezSeg) objects:
General outline of expected user experience for ezSegment-ing and merging:
The text was updated successfully, but these errors were encountered: