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
We noticed that for Vizgen aspect, creating of polygons (Line 140 - 152: preprocess/vizgen.py) uses the old cell boundaries h5 format. However, we have a parquet file for the cell boundaries. Is it possible to add a feature that can take the parquet file as input to create the polygons as well?
Thanks once again for your time. Looking forward to your response.
best,
Rushin
The text was updated successfully, but these errors were encountered:
Hi, after trying and searching for reading parquet object of Vizgen, I can not find a proper package or code to read it in python. Directly using pandas can not work.
And there is little result of this and still an issue in satijalab/seurat#7080.
But instead, you can use Cellpose to segment the MIP DAPI image. The code include prepare_dapi_for_cellpose in preprocess/vizgen.py to provide MIP image of mosaic_DAPI_z[].tif and segment using script like
Hello,
Thank you for a great repo and paper!
We noticed that for Vizgen aspect, creating of polygons (Line 140 - 152: preprocess/vizgen.py) uses the old cell boundaries h5 format. However, we have a parquet file for the cell boundaries. Is it possible to add a feature that can take the parquet file as input to create the polygons as well?
Thanks once again for your time. Looking forward to your response.
best,
Rushin
The text was updated successfully, but these errors were encountered: