Skip to content
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

Spatial analysis #43

Open
pr4deepr opened this issue Mar 19, 2021 · 0 comments
Open

Spatial analysis #43

pr4deepr opened this issue Mar 19, 2021 · 0 comments

Comments

@pr4deepr
Copy link
Contributor

Hi Robert
As we had discussed, it would be great to implement the spatial analysis function as mentioned here by Thomas Boudier, in CLIJ.
It computes cumulative distribution functions (CDF) and a spatial distribution index (SDI). The plugin works quickly for 2D images, but can be slow for 3D images especially if there are a large number of cells, and hence why I am interested in a CLIJ implementation. It would also be a nice addition to the existing capabilities of CLIJ.
I think the reason why its slow is when it computes the CDFs for point patterns when they are shuffled randomly. If there are 300 to 500 cells and its shuffled 100 times, it takes longer, sometimes 5-6 minutes for each function selected (F,G and H-function).
The source code is here:

Do let me know if this is of interest or not, and how I can help.

Cheers
Pradeep

@haesleinhuepf haesleinhuepf transferred this issue from clij/clij2 Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant