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

Exclude terms from cell-level characteristics when suggesting terms for completion #1304

Open
arteymix opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
enhancement Enhance the code or user experience gui Issues or pull requests involving the Web UI low priority single cell Issues related to single-cell data support
Milestone

Comments

@arteymix
Copy link
Member

Terms that are loaded in cell type assignlemnt and as cell-level characteristics should not be suggested for factor values.

This is a bit tricky to implement because Hibernate does not surface foreign keys in the Characteristic model. It would have to be done in raw SQL.

A good approach would be to only display terms that are attached to other FactorValue objects. For experiment-level tags, only experiment-level terms should show up.

@arteymix arteymix added gui Issues or pull requests involving the Web UI single cell Issues related to single-cell data support labels Dec 12, 2024
@arteymix arteymix self-assigned this Dec 12, 2024
@arteymix arteymix added the enhancement Enhance the code or user experience label Dec 15, 2024
@arteymix
Copy link
Member Author

This can be done in the next patch release since it can be implemented by only including expeirment and factor value-level characteristics in the combo box.

@arteymix arteymix added this to the 1.31.13 milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance the code or user experience gui Issues or pull requests involving the Web UI low priority single cell Issues related to single-cell data support
Projects
None yet
Development

No branches or pull requests

2 participants