Hugh Warden

Results 15 comments of Hugh Warden

Hi @ap--, This is the code I run: ``` from locale import normalize from tifffile import imread from csbdeep.utils import normalize from stardist.models import StarDist2D from shapely.geometry import Polygon from...

I ran the `python -m paquo config --search-tree` command and chose one of the directories. I then ran `python -m paquo config --list --default > /path/to/.paquo.toml` and changed > java_opts...

I am definitely running `python -m paquo config --list` in the same directory as I am running the code from. I changed the .paquo.toml putting in `-XX: MaxRAMPercentage=4`. This showed...

Thanks very much! Paquo is a really useful bit of kit that is giving me a lot more flexibility in my workflows. Please let me know if I can help...

![image](https://github.com/user-attachments/assets/299f7d0e-02cc-42a0-bd0a-258b52c7ec38) Example of rotationally variant feature. We have manually identified many translationally and rotationally variant features in the output of CellProfiler.

There's no way of calculating this on a dataset, but you can via experimentation. I have some python code that generates "synthetic" cells (just 2 channel jpg's) of an ellipse...

An example of the texture features being rotationally variant: ![image](https://github.com/user-attachments/assets/67e88836-6317-4eab-aa5a-e1d8d66918ff) These features are rotationally variant but information can be salvaged as they are phased and essentially trade off with one...

I agree that defining biologically irrelevant features is a very dependent task. but the suggestion would be not to remove features that are biologically irrelevant but to remove features that...

(1) The code is back from when I was new to Python so it's messy but I've uploaded it here: https://github.com/hwarden162/synthetic-cells-proto. It models cells as various simple Polygons and then...

To add to this, here is an example of a "synthetic cytoplasm" that I generate for this. ![image](https://github.com/user-attachments/assets/8d0a441e-2276-4dce-98f9-b0d63cdc35f3) I fill the shape with anistropic spatially correlated noise that can be...