-
Notifications
You must be signed in to change notification settings - Fork 0
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
Visualize tracked cells and their features #13
Conversation
|
@ziw-liu installing |
The loading crashed while trying the FOV What contributes to the slow loading of features? Can we lazy load time points, given the typical XYZ chunks? |
@ziw-liu I now see a peculiar behavior. The INFO logs say that the data is being loaded, but the canvas stays empty. Let's take a look at this in person. |
@mattersoflight a know issue is that napari-clusters-plotter does not work with the new napari 0.5.0: BiAPoL/napari-clusters-plotter#308 (comment). However 0.5.0 brings useful features for users of other widgets so I didn't pin the version. I'm also seeing flakiness on HPC with the also newly released PyQt 6.7.1, sometimes using PyQt5 seems better. |
also redo packaging with pyproject.toml
@mattersoflight Now if you do: pip install -e ".[dev]" This will include |
@ziw-liu works well. I enjoyed watching cells move from one part of UMAP space to another. The viewer widget can use a few tweaks (after the current work on data formats and VisCy is completed):
|
@ziw-liu, I was able to use the plugin as well. I can see the whole track of the cell starting from timepoint 0. Is it possible to visualize the progression of tracking along time instead? |
@Soorya19Pradeep trajectory dimensionality has been fixed. |
@ziw-liu the updated field names read well. Following improvements are needed:
|
Animations like the following are handy for exploring each FOV. The speed of analysis will improve if we don't have to do the dimensionality reduction for each FOV. |
I couldn't cluster the instances manually - perhaps because I have napari 0.5. I get the following error when I draw an ROI.
|
@mattersoflight I fixed it in 6d1b8f4. Did you run installation again after pulling? |
@ziw-liu , I am getting the following error after I pulled the changes:
Any idea what happened here? |
@Soorya19Pradeep Please run pip install again after pulling. There were some dependency updates to make ultrack work. |
Thanks @ziw-liu ! It works well! |
this allows the widget to be used as a tracks viewer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested visualizing tracks and features for the June dataset using these changes. Works really well!
Visualize TCZYX images and TYX tracking labels.
Loads T(N*Z) UMAP embeddings into the labels layer's attribute to be used with napari-clusters-plotter.
Hover on input fields to view tips.
Before testing
Install again with
pip install -e ".[dev]"
.Apple silicon users must install
higra
from conda-forge before installing this plugin. Upstream issue: higra/Higra#249