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

Use Cluster Plotter for explorative data analysis #34

Closed
31 tasks done
stefanhahmann opened this issue Aug 10, 2023 · 1 comment
Closed
31 tasks done

Use Cluster Plotter for explorative data analysis #34

stefanhahmann opened this issue Aug 10, 2023 · 1 comment
Assignees

Comments

@stefanhahmann
Copy link
Collaborator

stefanhahmann commented Aug 10, 2023

User Story

From a biological perspective, it would be interesting to perform an explorative study of a developmental biological dataset. The goal is to find out, which features that can already be computed (cf. #10, #11, #12, #13 and will possible to be computed in the future cf. #1, #6 / mastodon-sc/mastodon-pasteur#9, #7, #9, ) are distinctive to separate different types of cells.

The underlying research question would be to find a out if there is a clustering method to reveal biologically relevant clusters (e.g. cell types).

Tasks

  • Load data of Averof Lab into Mastodon
  • Perform ellipsoid fitting
  • Compute all currently possible features
  • Export data as CSV
  • Plugin to export ellipsoids as Label Image (Export Label Image Using Spot Ellipsoids #40)
  • Load data into Cluster Plotter
    • Explore Spot features (Plot different features against each other)
    • Explore BranchSpot features (Plot multiple features against each other)
    • Check, if further features can be added using Napari region props
    • Perform u-MAP / dimensionality reduction
      • Try different subsets of features
      • Run on Workstation if performance on local machine is too low
    • Load image data / timelapse into Napari as well to understand potential clusters that can be seen in clusters plotter
      • Test, if HDF5 image data can be imported
      • Perhaps, convert HDF5 image data to TIFF data, if importing is easier then
    • Make screenshots with potentially relevant settings for discussion in next meeting
  • Perform tests with data by Mette
  • Export data as CSV
    • Spots
    • Links
    • BranchSpots
    • BranchLinks
  • Load data into Cluster Plotter
    • Explore Spot features (Plot different features against each other)
    • Explore BranchSpot features (Plot multiple features against each other)
    • Try to find features + clustering settings that correspond to the labels (i.e. cell types) given by Mette

Additional Information

Publicly available data by Averof lab

You can find the zenodo link to the image dataset (+tracks) on this page: https://www.averof-lab.org/pages/2923-resources

Features of interest / features that are assumed to be biologically relevant

Code for reading data exported from Mastodon into Napari Cluster plotter

@stefanhahmann stefanhahmann changed the title Use Cluster Plotter for explorative analysis Use Cluster Plotter for explorative data analysis Aug 10, 2023
@stefanhahmann
Copy link
Collaborator Author

U-MAP is implemented in a non-parallel way in Napari (making relatively long to process in a single thread):

grafik

@stefanhahmann stefanhahmann self-assigned this May 8, 2024
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