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 · 0 comments
Assignees
Labels
gui Issues or pull requests involving the Web UI low priority single cell Issues related to single-cell data support

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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