You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When drawing barplots of things like differentials using a diverging color map, it would be nice to be able to say "ok, the midpoint of this color map should coincide with a value = 0", to ensure that things are colored consistently even if there are outliers. I think iTOL supports something like this?
The text was updated successfully, but these errors were encountered:
Bumping this is as it came up while making the slide for lab meeting presentation. iTOL allows something similar to what @fedarko & @ElDeveloper mentioned. Basically, you can specify the midpoint and endpoint colors but not where the midpoint and endpoints actually occur. I think it makes more sense to allow the user to set the values themselves.
For the below tree (differentials), the midpoint being -1.14 pretty substantially hampers interpretation when 0 is the "average" log-fold change.
Thanks @gibsramen. Agreed that this would be a really useful feature to have.
Adding UI controls to the continuous coloring sections that let the user define the exact "domain" of the color map based on at least two (but ideally arbitrarily many) numerical values should be enough for most use cases, I think. chroma.js' chroma.scale.domain() function supports this really nicely (and the "capping" happens by default, so e.g. if you pass in [-2, 2] as the domain for a scale, -5 just maps to whatever -2's color is).
There would be lots of fancier things possible here (e.g. letting the user specify arbitrary colors alongside the numbers in order to create a scale without using any of the preset color maps in Empress, similarly to how iTOL works), but I think for a first pass just the customization described above would be useful.
When drawing barplots of things like differentials using a diverging color map, it would be nice to be able to say "ok, the midpoint of this color map should coincide with a value = 0", to ensure that things are colored consistently even if there are outliers. I think iTOL supports something like this?
The text was updated successfully, but these errors were encountered: