aertslab / SCope

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

[BUG] Removing Log and moving color bar in numerical metadata breaks metadata #498

Open cbravo93 opened 2 years ago

cbravo93 commented 2 years ago

Hi!

When checking numerical metadata, using Log returns the correct plot:

image

When removing the Log tag also returns the correct plot:

image

However, when moving the bar all colors go to Max. The variable 'breaks', meaning that even if you reload or change the variable or try to put the log again it will always return the full color plot. The only solution to restore it is to re-upload the loom.

image

Any idea what is going on?

Cheers!

C

PD: CPM is not active here.

KrisDavie commented 2 years ago

Hey @cbravo93 ,

This looks like there is a miscalculation, and then these values are being cached. I'll take a look into it.

Cheers,

Kris