Open qu4drupole opened 2 years ago
It's working now. It was (partly) a memory error. With 1 TB, I could get through to lstsq() step, but would have taken forever to complete with 200k cells and 44 markers. I made some edits to the output section and cvmask class to crop up the image into smaller chunks for quantification. Now it just takes <10min. If you think this may be a recurring situation for users, I can submit a pull request.
Hello, I have recently been trying to segment cells in CODEX's qptiff files and found this software, but I have some problems when using it. Can you provide me with some help?
I have processed CODEX data (that I assume came from the new PhenoCycler-Fusion system) saved as a single qptiff file. This format isn't quite what CellSeg expects for codex. With some small tweaks to the CellSeg code I was able to successfully complete the workflow on a cropped section (1000x1000) of the images. I used the 'CellSeg_stepbystep' notebook. The test image had an estimated 2.7k cells, and the overlays and statistics looked good. I reran everything on the entire image (~200k cells) and my kernel crashes at
walkthrough_utils.compute_stats
. The Jupyter log isn't very helpful:I tried using more memory (500G). No avail. Any idea on what's causing the problem? What information would be helpful for troubleshooting?