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

Adds basic Feature Label display to the viewer #388

Closed MaybeJustJames closed 3 years ago

MaybeJustJames commented 3 years ago

Colouring alone makes distinguishing clusters difficult. This adds (togglable) display labels to the Viewer. An API was added to fetch the required data (name, colour, location) from the backend. As part of this typing was also improved.

Closes #78