ebi-gene-expression-group / atlas-web-single-cell

Single Cell Expression Atlas web application
Apache License 2.0
5 stars 5 forks source link

Make cell plots k options compatible with unsupervised cluster ids #456

Closed lingyun1010 closed 1 month ago

lingyun1010 commented 2 months ago

We need to refactor the handling / creating of cluster names. Currently it looks like it is restricted to use only numerical names, like Cluster 1, Cluster 2 and so on. With the introduction of external datasets (anndata) that we are not re-analysing we could get strings and not numbers as cluster names. That means we need to able to handle any strings as the name of the clusters.