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
Currently the Summary heatmap function displays the data using a linear color scale.
Current Encoding
The data in a summary file is encoded in 13 symbols which increase on a log2 scale. With the current-set up when the read depth is high then it gives a nice show of coverage, but when the read-depth is low across a genome the colors all wash to the same "white". One cannot see a difference between 4 reads per bin and say 128 when the scale goes up to 4000+
From src/components/Explorer/Result/Chart/ChartHelper.jsx
Currently the
Summary heatmap
function displays the data using a linear color scale.Current Encoding
The data in a summary file is encoded in 13 symbols which increase on a
log2
scale. With the current-set up when the read depth is high then it gives a nice show of coverage, but when the read-depth is low across a genome the colors all wash to the same "white". One cannot see a difference between 4 reads per bin and say 128 when the scale goes up to 4000+From
src/components/Explorer/Result/Chart/ChartHelper.jsx
Which then maps to color-space
log2 encoding
The text was updated successfully, but these errors were encountered: