JetBrains-Research / jbr

JBR Genome Browser
https://doi.org/10.1093/bioinformatics/btab376
11 stars 0 forks source link

Fix scale when using absolute scores as transparency values #281

Closed Xewar313 closed 4 months ago

Xewar313 commented 5 months ago

Currently, if file contains scores (-5, 3,10), the scale after transparency modifier is set to use absolute values is still [-5, 10], what provides bad visual information to the user (entry with score 3 will still be vibrant in color, and it shouldn't be). Handling of scales should be fixed, so that the scale used by coloring function after enabling absolute value is [3,10]