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

[No.129]Function with the ability to select cells (Data filter B… #536

Merged
merged 59 commits into from
Feb 20, 2025

Conversation

sanglevinh
Copy link
Collaborator

@sanglevinh sanglevinh commented Dec 23, 2024

[No.129]Function with the ability to select cells (Data filter Button) #516

Untitled
Untitled

@sanglevinh sanglevinh marked this pull request as ready for review December 27, 2024 09:10
@sanglevinh sanglevinh changed the title TODO [No.129]Function with the ability to select cells (Data filter B… [No.129]Function with the ability to select cells (Data filter B… Dec 27, 2024
Copy link
Collaborator

@milesAraya milesAraya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently the filter box has bugs in the input

  • Cannot delete "0"
  • Cannot input commas into ROI
  • Actual data dims should be used for placeholders
  • Filter box parameters are not passed to the subsequent analysis. This is the whole point of the filter box. If dim 1:500 is selected, only that data should be used for the next step of analysis. This will allow users to save time by only performing analysis on certain important sections of the data. For PCA it will also change the results. This is a top priority.
  • Fluorescence and ROI windows should be shown simultaneously and side-by-side (this is lower priority as user could still manage to use the filter box without this. However, it was still in the request)

Copy link
Collaborator

@itutu-tienday itutu-tienday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanglevinh
Please check the pending status comments.

@sanglevinh
Copy link
Collaborator Author

@sanglevinh Please check the pending status comments.

Sorry for the late check. I have fixed everything. Could you please test it again?

@itutu-tienday itutu-tienday self-requested a review February 19, 2025 08:42
@itutu-tienday itutu-tienday merged commit 4e925fc into develop-main Feb 20, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

[No.129]Function with the ability to select cells (Data filter Button)
3 participants