aertslab / SCope

Fast visualization tool for large-scale and high dimensional single-cell data
GNU General Public License v3.0
68 stars 15 forks source link

Multiple clusters (of a given clustering) with the same description lead to only 1 hit in the search results #406

Open dweemx opened 3 years ago

dweemx commented 3 years ago

Given a clustering, if multiple clusters have the same description this will lead to one hit only in the search results when querying for that description.

This due to the search space being based on the cluster name/description alone which will collapse any clusters having the same name/description.

This can temporarily be fixed by adding the cluster ID to the cluster name/description.