Heat maps are used for data types which associate a value with a genomic position, Or region. As such, this track uses the same data format As histograms.
The track linearly maps a range Of values [min,max] onto a list Of colors c[n], i=0..N.
f = (value - min) / ( max - min ) n = N * f