Exclude terms from cell-level characteristics when suggesting terms for completion #1304
Labels
gui
Issues or pull requests involving the Web UI
low priority
single cell
Issues related to single-cell data support
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.
The text was updated successfully, but these errors were encountered: