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

PlatyMatch ROI table sorting fix #111

Merged
merged 2 commits into from
Jul 10, 2024
Merged

PlatyMatch ROI table sorting fix #111

merged 2 commits into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. Add check for nuclear count and skip organoid pairs with 3 nuclei or …

    …less.
    
    Also improve info messages to include round info.
    nrepina committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8c58213 View commit details
    Browse the repository at this point in the history
  2. Change loading of ROI ids in PlatyMatch task to handle unsorted annda…

    …ta tables.
    
    Previously assumed that order of ROI table follows numerically increasing order. However this might not be the case after organoid-level registration, as after relabeling there is no convenient anndata function to sort X based on obs names. Therefore modify PlatyMatch task to load ROIs based on organoid label, not row id. Note that organoid transformation matrices now saved based on label value, not row id.
    nrepina committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a71fff2 View commit details
    Browse the repository at this point in the history